aboutsummaryrefslogtreecommitdiff
path: root/googletest
AgeCommit message (Expand)AuthorFilesLines
8 daysProvide a better error message when ASSERT and SKIP macros are used in method...HEADmainAbseil Team1-1/+4
13 daysSkip the predicate on SIGSEGV in death-test on Android builds with API level ...Abseil Team1-1/+1
2025-07-12Automated Code ChangeAbseil Team1-3/+3
2025-06-27gtest: Reword fail_if_no_test_selected_message for sharding and filtering.David Pizzuto1-1/+5
2025-06-25Merge pull request #4694 from chromy:mainCopybara-Service3-0/+5
2025-06-09In MatcherCast, store the input value as its own type rather than as the Matc...Abseil Team1-0/+29
2025-06-09googletest: Add a flag to fail if no tests were selected to run.David Pizzuto3-5/+108
2025-05-30Fix unified diff headers.Abseil Team3-15/+15
2025-05-30Use the provided length in ConditionalPrintAsTextAbseil Team2-1/+17
2025-05-22Print std::basic_string_view<Char> as a string literalDaniel Cheng3-28/+83
2025-05-20Delete the absl polyfill support for std::any, std::optionalDerek Mauro4-161/+25
2025-05-19Use static_cast instead of ImplicitCast_ for character conversionsAbseil Team1-2/+6
2025-05-13Add [[nodiscard]] to GetParam() to prevent accidental misuse.Mike Kruskal2-2/+2
2025-04-30Update documentation for v1.17.0Derek Mauro1-6/+6
2025-04-29Use std::memcpy instead of a union to access floating point bits.Laramie Leavitt1-21/+13
2025-04-29Fix GCC15 warning that <ciso646> is deprecated in C++17Derek Mauro1-4/+8
2025-03-21Fix a typoTommy Chiang1-1/+1
2025-03-04Add a `testing::ConvertGenerator` overload that accepts a converting functor....Abseil Team3-19/+180
2025-02-28Try to warn the user when test filters do not match any testsDerek Mauro3-0/+58
2025-02-26Output to the test warning file if no tests are linked.Derek Mauro2-10/+101
2025-02-24Adds support for a --gtest_fail_if_no_test_linked flagZhanyong Wan5-16/+256
2025-02-21GoogleTest C++17 cleanupsDerek Mauro7-189/+132
2025-02-12Require C++17Derek Mauro4-6/+12
2025-02-07Update docs for v1.16.x branchDerek Mauro1-1/+1
2025-02-06Remove empty glob pattern, which is now an error.Derek Mauro1-1/+0
2025-01-30Export testsuite properties as XML elements, not attributes.Abseil Team4-88/+80
2025-01-10Default to color output for ghosttyHector Dearman3-0/+5
2024-12-26gtest: Output a canned test case for test suite setup / teardown failures in ...Abseil Team4-28/+198
2024-12-10Add support for printing C++20 std::*_ordering types to gtest.Abseil Team3-0/+71
2024-11-15Fix documentation bug.Andy Soffer1-3/+3
2024-10-14This change adjusts how `ASSERT_NEAR` and `EXPECT_NEAR` treats infinity, such...Abseil Team2-1/+65
2024-08-01Update main to point to 1.15.2 patch releaseDerek Mauro1-1/+1
2024-07-16Update main branch to reflect the release of 1.15.0Derek Mauro1-1/+1
2024-07-10Workaround GCC 12 -Wrestrict false-positiveDerek Mauro1-3/+3
2024-06-28Add a bounds check to protect against an empty vector from GetArgs(), whichAbseil Team1-2/+5
2024-06-13Skip the predicate on SIGSEGV in death-test on Android builds with API level ...Abseil 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