index
:
googletest.git
05CC6081FCBD0071053DE78238E136B3
1278977C598F83A02A525FEA38941265
4422C11159FF3F7F49E4BC959EE89D06
498B35FA518A5E1CF8C95CE6D51091B2
77A9B20B4C1E02FAC90D1D942E1D4C18
8EA412EE54E54CAC6E49EE3B7C209DA1
9A681768AABE08D1EFA5CA77528236A4
B4DE7B5F4F45390ABCFB887AFADA9303
BC1EDD4B325FB2BF16E1EF6DF8EFC0DF
main
master
v1.10.x
v1.12.x
v1.13.x
v1.14.x
v1.15.x
v1.16.x
v1.8.x
Google's C++ test framework: https://github.com/google/googletest
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
googletest
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove empty glob pattern, which is now an error.
Derek Mauro
2025-02-06
1
-1/+0
*
Export testsuite properties as XML elements, not attributes.
Abseil Team
2025-01-31
3
-61/+69
*
gtest: Output a canned test case for test suite setup / teardown failures in ...
Abseil Team
2024-12-26
3
-22/+154
*
Add support for printing C++20 std::*_ordering types to gtest.
Abseil Team
2024-12-10
1
-0/+24
*
This change adjusts how `ASSERT_NEAR` and `EXPECT_NEAR` treats infinity, such...
Abseil Team
2024-10-14
1
-0/+49
*
Skip the predicate on SIGSEGV in death-test on Android builds with API level ...
Abseil Team
2024-06-13
1
-0/+2
*
Use `[[maybe_unused]]` when it is available to avoid
Derek Mauro
2024-04-16
1
-3/+4
*
Merge pull request #4508 from davidmatson:addJsonSkipped
Copybara-Service
2024-04-08
2
-0/+18
|
\
|
*
Add skipped messages to JSON output (fixes #4507).
refs/pull/4508/head
David Matson
2024-04-03
2
-0/+21
*
|
[gtest] Use `std::index_sequence` and friends instead of rolling our own
Lawrence Wolf-Sonkin
2024-04-04
1
-16/+0
|
/
*
Merge pull request #4490 from memdo:main
Copybara-Service
2024-03-18
2
-3/+7
|
\
|
*
Add colored output support for Alacritty
refs/pull/4490/head
Mustafa Berkay Düzenli
2024-03-15
2
-0/+4
|
/
*
Use _Exit instead of _exit in GoogleTest
Abseil Team
2024-02-07
1
-37/+39
*
Destroy installed environments in normal code, not in static teardown.
Abseil Team
2024-02-07
2
-47/+53
*
Modifications to improve portability of googletest tests.
Abseil Team
2024-01-31
2
-5/+12
*
Do not emit stack traces for messages generated by SUCCEED()
Abseil Team
2024-01-30
1
-4/+0
*
Do not emit stack traces for messages generated by GTEST_SKIP()
Abseil Team
2024-01-16
2
-7/+9
*
Fix RE::Init for Android and NetBSD.
Abseil Team
2023-10-05
1
-2/+2
*
Count threads after thread-creation while still holding mutex lock
refs/pull/4365/head
Tanzinul Islam
2023-09-03
1
-3/+3
*
googletest: Add universal printer for `std::span`
Dino Radakovic
2023-08-25
1
-0/+16
*
Merge pull request #4333 from ngie-eign:gtest_help_test-fix-FreeBSD
Copybara-Service
2023-08-15
1
-3/+14
|
\
|
*
Fix GTestHelpTest.TestHelpFlag on FreeBSD
refs/pull/4333/head
Enji Cooper
2023-08-08
1
-3/+13
*
|
gtest_help_test: Make method names `snake_case`, conforming with [the style g...
Dino Radakovic
2023-08-15
1
-7/+7
*
|
gtest_help_test: Inline test helper functions
Dino Radakovic
2023-08-15
1
-23/+7
*
|
Merge pull request #4334 from ngie-eign:fix-RETest-non-ABSL
Copybara-Service
2023-08-15
1
-2/+2
|
\
\
|
*
|
Fix RETest/1.ImplicitConstructorWorks on non-ABSL platforms
refs/pull/4334/head
Enji Cooper
2023-08-08
1
-2/+2
|
|
/
*
|
gtest_help_test: Delete obsolete helper `TestUnknownFlagWithAbseil`
Dino Radakovic
2023-08-15
1
-13/+0
|
/
*
Merge pull request #4323 from pgawro:gtest_ExpectThrowTest_DoesNotGenerateUnr...
Copybara-Service
2023-08-03
1
-1/+1
|
\
|
*
gtest: Supress warning about set unused variable
refs/pull/4323/head
Patryk Gawroński
2023-07-26
1
-1/+1
*
|
Add googletest-message-test to the Bazel tests
Derek Mauro
2023-08-02
1
-0/+1
*
|
Make testing::Message support streamed AbslStringify values
Phoebe Liang
2023-08-01
1
-0/+23
|
/
*
Make `AbslStringify` usage public in GoogleTest
Abseil Team
2023-07-21
1
-0/+28
*
Resolve an issue where the resolution of `operator<<` overloads would attempt...
Abseil Team
2023-06-27
1
-0/+16
*
Merge pull request #4300 from eltociear:patch-1
Copybara-Service
2023-06-27
1
-2/+2
|
\
|
*
Fix typo in googletest-catch-exceptions-test.py
refs/pull/4300/head
Ikko Eltociear Ashimine
2023-06-22
1
-2/+2
|
/
*
Allow clients to un-suppress output from gUnit EXPECT_EXIT tests.
Abseil Team
2023-06-15
1
-1/+1
*
Skip entire test suite with `GTEST_SKIP()` in `SetUpTestSuite`
Dino Radakovic
2023-06-14
2
-3/+19
*
Merge pull request #4146 from lygstate:fixes_std_pair_diff
Copybara-Service
2023-05-02
1
-5/+1
|
\
|
*
Merge branch 'main' into fixes_std_pair_diff
refs/pull/4146/head
Andy Soffer
2023-05-01
27
-238/+258
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #4227 from Vertexwahn:fix-spelling
Copybara-Service
2023-05-01
2
-2/+2
|
\
\
|
*
|
Fix spelling
refs/pull/4227/head
Vertexwahn
2023-04-25
2
-2/+2
*
|
|
Use Abseil Flag public API for flag parsing.
Abseil Team
2023-04-26
2
-11/+9
|
/
/
*
|
Use '=default' to define trivial constructor/destructors
refs/pull/4221/head
Tom Hughes
2023-04-21
4
-7/+7
*
|
Add missing std includes
Tom Hughes
2023-04-20
7
-0/+14
*
|
Fix spelling
Tom Hughes
2023-04-20
1
-4/+4
*
|
Add missing std includes
Tom Hughes
2023-04-20
7
-59/+66
*
|
Support --gtest_stream_result_to on macOS
Abseil Team
2023-04-11
1
-1/+2
*
|
gtest.cc: add a newline after a failure when there is no OS stack trace.
Aaron Jacobs
2023-03-23
3
-15/+19
*
|
Fix typo in test case name.
Abseil Team
2023-03-19
1
-1/+1
*
|
Merge pull request #4182 from venik:venik-char8-lib-fix
Copybara-Service
2023-03-17
1
-5/+5
|
\
\
[next]