aboutsummaryrefslogtreecommitdiff
path: root/googletest
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-21Change GoogleTest flag removal to not read beyond the end of the arrayDerek Mauro1-6/+6
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-02add zos for death test supportAbhina Sreeskantharajan1-1/+1
2024-05-02Merge branch 'main' into default-enable-thread-support-for-Solaris-AIX-zOSPaul Groke89-3426/+4850
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 Mauro5-75/+101
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-Sonkin3-64/+14
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-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-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-02-28Merge pull request #4477 from tmiguelf:feature/soup_cleanupCopybara-Service1-10/+10
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-14gtest.h: add IWYU export pragmasAbseil Team1-10/+10
2024-02-07Use _Exit instead of _exit in GoogleTestAbseil Team3-44/+48
2024-02-06Destroy installed environments in normal code, not in static teardown.Abseil Team4-51/+67
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 Team2-8/+14
2024-01-23Fix double-promotion warnings in AppropriateResolution()Abseil Team1-21/+28
2024-01-22Merge pull request #4444 from michaeldleslie:only_apply_lregex_for_qnx710_and...Copybara-Service1-1/+1
2024-01-22googletest: Fix incorrect comment about `value_param` of `internal::MakeAndRe...Dino Radakovic1-1/+1
2024-01-18If GTEST_NO_ABSL_FLAGS is #defined, then the Abseil flag libraryAbseil Team2-6/+14
2024-01-16Make posix::FileNo available under !GTEST_HAS_FILE_SYSTEMAbseil Team2-6/+11
2024-01-16Do not emit stack traces for messages generated by GTEST_SKIP()Abseil Team3-8/+15
2024-01-10only apply -lregex for qnx710 and newerMichael Leslie1-1/+1
2024-01-09Disable -Wfloat-equal in AppropriateResolution().Krzysztof Kosiński1-0/+7
2023-12-12Add `FAIL_AT` macro variant of `FAIL` matching `ADD_FAILURE`, `ADD_FAILURE_AT`Abseil Team1-0/+1
2023-12-11Remove unnecessary conversionTom Hughes1-2/+2
2023-12-04Merge pull request #4426 from tamaskenez:cmake_external_absl_re2Copybara-Service1-0/+4
2023-12-04Skip find_package(Python3) when not building testsDerek Mauro1-1/+3
2023-12-01Allow using external absl and re2.Tamas Kenez1-0/+4
2023-10-30Merge pull request #4397 from botovq:raiseCopybara-Service1-0/+1
2023-10-25Add missing include for raise(3)Theo Buehler1-0/+1
2023-10-19Improve error message for invalid parameterized test names.Abseil Team1-2/+2