aboutsummaryrefslogtreecommitdiff
path: root/googletest/test
AgeCommit message (Expand)AuthorFilesLines
2024-06-13Skip the predicate on SIGSEGV in death-test on Android builds with API level ...Abseil Team1-0/+2
2024-04-16Use `[[maybe_unused]]` when it is available to avoidDerek Mauro1-3/+4
2024-04-08Merge pull request #4508 from davidmatson:addJsonSkippedCopybara-Service2-0/+18
2024-04-04[gtest] Use `std::index_sequence` and friends instead of rolling our ownLawrence Wolf-Sonkin1-16/+0
2024-04-03Add skipped messages to JSON output (fixes #4507).David Matson2-0/+21
2024-03-18Merge pull request #4490 from memdo:mainCopybara-Service2-3/+7
2024-03-16Add colored output support for AlacrittyMustafa Berkay Düzenli2-0/+4
2024-02-07Use _Exit instead of _exit in GoogleTestAbseil Team1-37/+39
2024-02-06Destroy installed environments in normal code, not in static teardown.Abseil Team2-47/+53
2024-01-31Modifications to improve portability of googletest tests.Abseil Team2-5/+12
2024-01-30Do not emit stack traces for messages generated by SUCCEED()Abseil Team1-4/+0
2024-01-16Do not emit stack traces for messages generated by GTEST_SKIP()Abseil Team2-7/+9
2023-10-05Fix RE::Init for Android and NetBSD.Abseil Team1-2/+2
2023-09-03Count threads after thread-creation while still holding mutex lockTanzinul Islam1-3/+3
2023-08-25googletest: Add universal printer for `std::span`Dino Radakovic1-0/+16
2023-08-15Merge pull request #4333 from ngie-eign:gtest_help_test-fix-FreeBSDCopybara-Service1-3/+14
2023-08-15gtest_help_test: Make method names `snake_case`, conforming with [the style g...Dino Radakovic1-7/+7
2023-08-15gtest_help_test: Inline test helper functionsDino Radakovic1-23/+7
2023-08-15Merge pull request #4334 from ngie-eign:fix-RETest-non-ABSLCopybara-Service1-2/+2
2023-08-15gtest_help_test: Delete obsolete helper `TestUnknownFlagWithAbseil`Dino Radakovic1-13/+0
2023-08-07Fix RETest/1.ImplicitConstructorWorks on non-ABSL platformsEnji Cooper1-2/+2
2023-08-07Fix GTestHelpTest.TestHelpFlag on FreeBSDEnji Cooper1-3/+13
2023-08-03Merge pull request #4323 from pgawro:gtest_ExpectThrowTest_DoesNotGenerateUnr...Copybara-Service1-1/+1
2023-08-02Add googletest-message-test to the Bazel testsDerek Mauro1-0/+1
2023-08-01Make testing::Message support streamed AbslStringify valuesPhoebe Liang1-0/+23
2023-07-27gtest: Supress warning about set unused variablePatryk Gawroński1-1/+1
2023-07-21Make `AbslStringify` usage public in GoogleTestAbseil Team1-0/+28
2023-06-27Resolve an issue where the resolution of `operator<<` overloads would attempt...Abseil Team1-0/+16
2023-06-26Merge pull request #4300 from eltociear:patch-1Copybara-Service1-2/+2
2023-06-23Fix typo in googletest-catch-exceptions-test.pyIkko Eltociear Ashimine1-2/+2
2023-06-15Allow clients to un-suppress output from gUnit EXPECT_EXIT tests.Abseil Team1-1/+1
2023-06-14Skip entire test suite with `GTEST_SKIP()` in `SetUpTestSuite`Dino Radakovic2-3/+19
2023-05-02Merge pull request #4146 from lygstate:fixes_std_pair_diffCopybara-Service1-5/+1
2023-05-01Merge branch 'main' into fixes_std_pair_diffAndy Soffer27-238/+258
2023-05-01Merge pull request #4227 from Vertexwahn:fix-spellingCopybara-Service2-2/+2
2023-04-26Use Abseil Flag public API for flag parsing.Abseil Team2-11/+9
2023-04-25Fix spellingVertexwahn2-2/+2
2023-04-21Use '=default' to define trivial constructor/destructorsTom Hughes4-7/+7
2023-04-20Add missing std includesTom Hughes7-0/+14
2023-04-20Fix spellingTom Hughes1-4/+4
2023-04-20Add missing std includesTom Hughes7-59/+66
2023-04-11Support --gtest_stream_result_to on macOSAbseil Team1-1/+2
2023-03-22gtest.cc: add a newline after a failure when there is no OS stack trace.Aaron Jacobs3-15/+19
2023-03-19Fix typo in test case name.Abseil Team1-1/+1
2023-03-17Merge pull request #4182 from venik:venik-char8-lib-fixCopybara-Service1-5/+5
2023-03-09Apply clang-tidy fixesAbseil Team2-4/+5
2023-03-07Apply clang-tidy fixesAbseil Team6-16/+3
2023-03-07Fix compilation of googletest-printers-test.cc when using -WundefTom Hughes1-2/+4
2023-03-06__cpp_char8_t does not cover std::u8string implementation, but __cpp_lib_char...Alexander Nikforov1-1/+3
2023-03-06Replace "#if GTEST_HAS_ABSL" with "#ifdef GTEST_HAS_ABSL"Tom Hughes2-6/+6