aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
11 daysSkip the predicate on SIGSEGV in death-test on Android builds with API level ...HEADmainAbseil Team1-0/+2
2024-05-28Mention the optional third argument to TYPED_TEST_SUITEAbseil Team1-0/+17
2024-05-24Update GoogleTest CI Docker image to use Clang 19, GCC 14, and CMake 3.29.3Derek Mauro1-1/+1
2024-05-21Change GoogleTest flag removal to not read beyond the end of the arrayDerek Mauro1-6/+6
2024-05-20Print mismatches for UnorderedElements() of different sizes.Abseil Team2-17/+27
2024-05-13Make EXPECT_DEATH_IF_SUPPORTED work with matchersAbseil Team2-26/+27
2024-05-06Merge pull request #4527 from abhina-sree:abhina/add_zosCopybara-Service1-1/+1
2024-05-06Use std::forward on GoogleTest matcher argumentsAbseil Team1-2/+2
2024-05-03Merge pull request #3991 from pgroke-dt:default-enable-thread-support-for-Sol...Copybara-Service1-1/+2
2024-05-02Add example using EXPECT statement in custom matcherAbseil Team1-3/+32
2024-05-02add zos for death test supportAbhina Sreeskantharajan1-1/+1
2024-05-02Merge branch 'main' into default-enable-thread-support-for-Solaris-AIX-zOSPaul Groke162-4578/+6515
2024-04-25Adds "IWYU pragma: export" to gtest-param-util.hAbseil Team1-1/+1
2024-04-16Use `[[maybe_unused]]` when it is available to avoidDerek Mauro7-124/+150
2024-04-12Modify example in the primer to match Testing FAQ.Krzysztof Kosiński1-9/+8
2024-04-10Fix https://github.com/google/googletest/issues/4423Abseil Team1-2/+4
2024-04-08Merge pull request #4508 from davidmatson:addJsonSkippedCopybara-Service3-16/+61
2024-04-05No external changeAbseil Team1-1/+1
2024-04-04[gtest] Use `std::index_sequence` and friends instead of rolling our ownLawrence Wolf-Sonkin7-103/+56
2024-04-03Merge pull request #4505 from to01z:add-winapi-partition-games-supportCopybara-Service4-23/+26
2024-04-03Fix a race condition between the Watcher thread and the main threadDerek Mauro1-10/+25
2024-04-03Add skipped messages to JSON output (fixes #4507).David Matson3-16/+62
2024-04-03Delete the unofficial GitHub actions tests.Derek Mauro1-43/+0
2024-04-02Merge pull request #4503 from davidmatson:fixTypoCopybara-Service1-1/+1
2024-04-02Merge pull request #4502 from davidmatson:fixStreamHelpTextOsCopybara-Service1-1/+1
2024-03-30Automated Code ChangeAbseil Team1-2/+2
2024-03-28Revert changes to googletest-port-test.ccTroels Gram1-2/+2
2024-03-28Fix typo in comment.David Matson1-1/+1
2024-03-28Fix help text for stream_result_to flag.David Matson1-1/+1
2024-03-23Add support for compiling GoogleTest for XboxTroels Gram5-13/+19
2024-03-18Merge pull request #4490 from memdo:mainCopybara-Service3-10/+13
2024-03-16Add colored output support for AlacrittyMustafa Berkay Düzenli3-0/+5
2024-03-15Add test for move-only type in `Action` signatureAbseil Team1-0/+16
2024-03-11Guard Abseil flags usage in googlemock with GTEST_NO_ABSL_FLAGS.Daniel Cheng1-4/+4
2024-03-07Reland: Optimize Google Test process startupAbseil Team6-144/+141
2024-03-05Revert Optimize Google Test process startupAbseil Team6-160/+162
2024-03-05Optimize Google Test process startupAbseil Team6-162/+160
2024-03-04Merge pull request #4466 from danfabo:fix-fetch-content-uses-gtestCopybara-Service1-3/+4
2024-02-29Accept one-shot callables in InvokeArgument.Abseil Team2-2/+13
2024-02-28Merge pull request #4477 from tmiguelf:feature/soup_cleanupCopybara-Service1-10/+10
2024-02-27Reland https://github.com/google/googletest/commit/9756ee7cbaef1b6652065616ab...Abseil Team4-0/+60
2024-02-27Make sure that current_test_suite and current_test_info are mutex-protected w...Abseil Team3-30/+59
2024-02-23Fixed gcc linker error 58Tiago Freire1-10/+20
2024-02-22Revert incorrect update.Abseil Team1-2/+2
2024-02-21Rollback https://github.com/google/googletest/commit/9756ee7cbaef1b6652065616...Derek Mauro1-17/+0
2024-02-14gtest.h: add IWYU export pragmasAbseil Team1-10/+10
2024-02-13Support Fuchsia target builds.Abseil Team1-0/+17
2024-02-13Add anchor for expectation ordering noteAbseil Team1-0/+2
2024-02-11Get include dirs from target rather than global variables.danfabo1-3/+4
2024-02-07Switch rank structs to be consistent with written guidance in go/ranked-overl...Matt Kulukundis1-11/+12