summaryrefslogtreecommitdiffstats
path: root/googletest/test
Commit message (Expand)AuthorAgeFilesLines
* Skip the predicate on SIGSEGV in death-test on Android builds with API level ...Abseil Team2024-06-131-0/+2
* Use `[[maybe_unused]]` when it is available to avoidDerek Mauro2024-04-161-3/+4
* Merge pull request #4508 from davidmatson:addJsonSkippedCopybara-Service2024-04-082-0/+18
|\
| * Add skipped messages to JSON output (fixes #4507).refs/pull/4508/headDavid Matson2024-04-032-0/+21
* | [gtest] Use `std::index_sequence` and friends instead of rolling our ownLawrence Wolf-Sonkin2024-04-041-16/+0
|/
* Merge pull request #4490 from memdo:mainCopybara-Service2024-03-182-3/+7
|\
| * Add colored output support for Alacrittyrefs/pull/4490/headMustafa Berkay Düzenli2024-03-152-0/+4
|/
* Use _Exit instead of _exit in GoogleTestAbseil Team2024-02-071-37/+39
* Destroy installed environments in normal code, not in static teardown.Abseil Team2024-02-072-47/+53
* Modifications to improve portability of googletest tests.Abseil Team2024-01-312-5/+12
* Do not emit stack traces for messages generated by SUCCEED()Abseil Team2024-01-301-4/+0
* Do not emit stack traces for messages generated by GTEST_SKIP()Abseil Team2024-01-162-7/+9
* Fix RE::Init for Android and NetBSD.Abseil Team2023-10-051-2/+2
* Count threads after thread-creation while still holding mutex lockrefs/pull/4365/headTanzinul Islam2023-09-031-3/+3
* googletest: Add universal printer for `std::span`Dino Radakovic2023-08-251-0/+16
* Merge pull request #4333 from ngie-eign:gtest_help_test-fix-FreeBSDCopybara-Service2023-08-151-3/+14
|\
| * Fix GTestHelpTest.TestHelpFlag on FreeBSDrefs/pull/4333/headEnji Cooper2023-08-081-3/+13
* | gtest_help_test: Make method names `snake_case`, conforming with [the style g...Dino Radakovic2023-08-151-7/+7
* | gtest_help_test: Inline test helper functionsDino Radakovic2023-08-151-23/+7
* | Merge pull request #4334 from ngie-eign:fix-RETest-non-ABSLCopybara-Service2023-08-151-2/+2
|\ \
| * | Fix RETest/1.ImplicitConstructorWorks on non-ABSL platformsrefs/pull/4334/headEnji Cooper2023-08-081-2/+2
| |/
* | gtest_help_test: Delete obsolete helper `TestUnknownFlagWithAbseil`Dino Radakovic2023-08-151-13/+0
|/
* Merge pull request #4323 from pgawro:gtest_ExpectThrowTest_DoesNotGenerateUnr...Copybara-Service2023-08-031-1/+1
|\
| * gtest: Supress warning about set unused variablerefs/pull/4323/headPatryk Gawroński2023-07-261-1/+1
* | Add googletest-message-test to the Bazel testsDerek Mauro2023-08-021-0/+1
* | Make testing::Message support streamed AbslStringify valuesPhoebe Liang2023-08-011-0/+23
|/
* Make `AbslStringify` usage public in GoogleTestAbseil Team2023-07-211-0/+28
* Resolve an issue where the resolution of `operator<<` overloads would attempt...Abseil Team2023-06-271-0/+16
* Merge pull request #4300 from eltociear:patch-1Copybara-Service2023-06-271-2/+2
|\
| * Fix typo in googletest-catch-exceptions-test.pyrefs/pull/4300/headIkko Eltociear Ashimine2023-06-221-2/+2
|/
* Allow clients to un-suppress output from gUnit EXPECT_EXIT tests.Abseil Team2023-06-151-1/+1
* Skip entire test suite with `GTEST_SKIP()` in `SetUpTestSuite`Dino Radakovic2023-06-142-3/+19
* Merge pull request #4146 from lygstate:fixes_std_pair_diffCopybara-Service2023-05-021-5/+1
|\
| * Merge branch 'main' into fixes_std_pair_diffrefs/pull/4146/headAndy Soffer2023-05-0127-238/+258
| |\ | |/ |/|
* | Merge pull request #4227 from Vertexwahn:fix-spellingCopybara-Service2023-05-012-2/+2
|\ \
| * | Fix spellingrefs/pull/4227/headVertexwahn2023-04-252-2/+2
* | | Use Abseil Flag public API for flag parsing.Abseil Team2023-04-262-11/+9
|/ /
* | Use '=default' to define trivial constructor/destructorsrefs/pull/4221/headTom Hughes2023-04-214-7/+7
* | Add missing std includesTom Hughes2023-04-207-0/+14
* | Fix spellingTom Hughes2023-04-201-4/+4
* | Add missing std includesTom Hughes2023-04-207-59/+66
* | Support --gtest_stream_result_to on macOSAbseil Team2023-04-111-1/+2
* | gtest.cc: add a newline after a failure when there is no OS stack trace.Aaron Jacobs2023-03-233-15/+19
* | Fix typo in test case name.Abseil Team2023-03-191-1/+1
* | Merge pull request #4182 from venik:venik-char8-lib-fixCopybara-Service2023-03-171-5/+5
|\ \
| * | __cpp_char8_t does not cover std::u8string implementation, but __cpp_lib_char...refs/pull/4182/headAlexander Nikforov2023-03-071-1/+3
* | | Apply clang-tidy fixesAbseil Team2023-03-092-4/+5
* | | Apply clang-tidy fixesAbseil Team2023-03-086-16/+3
* | | Fix compilation of googletest-printers-test.cc when using -WundefTom Hughes2023-03-071-2/+4
* | | Replace "#if GTEST_HAS_ABSL" with "#ifdef GTEST_HAS_ABSL"Tom Hughes2023-03-062-6/+6