| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 Alacrittyrefs/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 lockrefs/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 FreeBSDrefs/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 platformsrefs/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 variablerefs/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.pyrefs/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_diffrefs/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 spellingrefs/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/destructorsrefs/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 |
|\ \ |
|
| * | | __cpp_char8_t does not cover std::u8string implementation, but __cpp_lib_char...refs/pull/4182/head | Alexander Nikforov | 2023-03-07 | 1 | -1/+3 |
|
|
* | | | Apply clang-tidy fixes | Abseil Team | 2023-03-09 | 2 | -4/+5 |
|
|
* | | | Apply clang-tidy fixes | Abseil Team | 2023-03-08 | 6 | -16/+3 |
|
|
* | | | Fix compilation of googletest-printers-test.cc when using -Wundef | Tom Hughes | 2023-03-07 | 1 | -2/+4 |
|
|
* | | | Replace "#if GTEST_HAS_ABSL" with "#ifdef GTEST_HAS_ABSL" | Tom Hughes | 2023-03-06 | 2 | -6/+6 |
|
|