summaryrefslogtreecommitdiffstats
path: root/googletest
Commit message (Expand)AuthorAgeFilesLines
* Update the document in typed tests to use using-declaration instead of typedefAbseil Team2025-08-111-4/+4
* Provide a better error message when ASSERT and SKIP macros are used in method...Abseil Team2025-07-281-1/+4
* Skip the predicate on SIGSEGV in death-test on Android builds with API level ...Abseil Team2025-07-231-1/+1
* Automated Code ChangeAbseil Team2025-07-121-3/+3
* gtest: Reword fail_if_no_test_selected_message for sharding and filtering.David Pizzuto2025-06-271-1/+5
* Merge pull request #4694 from chromy:mainCopybara-Service2025-06-253-0/+5
|\
| * Default to color output for ghosttyrefs/pull/4694/headHector Dearman2025-01-103-0/+5
* | In MatcherCast, store the input value as its own type rather than as the Matc...Abseil Team2025-06-091-0/+29
* | googletest: Add a flag to fail if no tests were selected to run.David Pizzuto2025-06-093-5/+108
* | Fix unified diff headers.Abseil Team2025-05-303-15/+15
* | Use the provided length in ConditionalPrintAsTextAbseil Team2025-05-302-1/+17
* | Print std::basic_string_view<Char> as a string literalDaniel Cheng2025-05-223-28/+83
* | Delete the absl polyfill support for std::any, std::optionalDerek Mauro2025-05-204-161/+25
* | Use static_cast instead of ImplicitCast_ for character conversionsAbseil Team2025-05-191-2/+6
* | Add [[nodiscard]] to GetParam() to prevent accidental misuse.Mike Kruskal2025-05-142-2/+2
* | Update documentation for v1.17.0Derek Mauro2025-04-301-6/+6
* | Use std::memcpy instead of a union to access floating point bits.Laramie Leavitt2025-04-291-21/+13
* | Fix GCC15 warning that <ciso646> is deprecated in C++17Derek Mauro2025-04-291-4/+8
* | Fix a typoTommy Chiang2025-03-211-1/+1
* | Add a `testing::ConvertGenerator` overload that accepts a converting functor....Abseil Team2025-03-043-19/+180
* | Try to warn the user when test filters do not match any testsDerek Mauro2025-02-283-0/+58
* | Output to the test warning file if no tests are linked.Derek Mauro2025-02-262-10/+101
* | Adds support for a --gtest_fail_if_no_test_linked flagZhanyong Wan2025-02-245-16/+256
* | GoogleTest C++17 cleanupsDerek Mauro2025-02-217-189/+132
* | Require C++17Derek Mauro2025-02-124-6/+12
* | Update docs for v1.16.x branchDerek Mauro2025-02-071-1/+1
* | Remove empty glob pattern, which is now an error.Derek Mauro2025-02-061-1/+0
* | Export testsuite properties as XML elements, not attributes.Abseil Team2025-01-314-88/+80
|/
* gtest: Output a canned test case for test suite setup / teardown failures in ...Abseil Team2024-12-264-28/+198
* Add support for printing C++20 std::*_ordering types to gtest.Abseil Team2024-12-103-0/+71
* Fix documentation bug.refs/pull/4662/headAndy Soffer2024-11-151-3/+3
* This change adjusts how `ASSERT_NEAR` and `EXPECT_NEAR` treats infinity, such...Abseil Team2024-10-142-1/+65
* Update main to point to 1.15.2 patch releaseDerek Mauro2024-08-011-1/+1
* Update main branch to reflect the release of 1.15.0Derek Mauro2024-07-161-1/+1
* Workaround GCC 12 -Wrestrict false-positiveDerek Mauro2024-07-101-3/+3
* Add a bounds check to protect against an empty vector from GetArgs(), whichAbseil Team2024-06-281-2/+5
* Skip the predicate on SIGSEGV in death-test on Android builds with API level ...Abseil Team2024-06-131-0/+2
* Change GoogleTest flag removal to not read beyond the end of the arrayDerek Mauro2024-05-211-6/+6
* Make EXPECT_DEATH_IF_SUPPORTED work with matchersAbseil Team2024-05-132-26/+27
* Merge pull request #4527 from abhina-sree:abhina/add_zosCopybara-Service2024-05-061-1/+1
|\
| * add zos for death test supportrefs/pull/4527/headAbhina Sreeskantharajan2024-05-021-1/+1
* | Merge branch 'main' into default-enable-thread-support-for-Solaris-AIX-zOSrefs/pull/3991/headPaul Groke2024-05-0289-3426/+4850
|\ \ | |/
| * Adds "IWYU pragma: export" to gtest-param-util.hAbseil Team2024-04-251-1/+1
| * Use `[[maybe_unused]]` when it is available to avoidDerek Mauro2024-04-165-75/+101
| * Merge pull request #4508 from davidmatson:addJsonSkippedCopybara-Service2024-04-083-16/+61
| |\
| | * Add skipped messages to JSON output (fixes #4507).refs/pull/4508/headDavid Matson2024-04-033-16/+62
| * | No external changeAbseil Team2024-04-051-1/+1
| * | [gtest] Use `std::index_sequence` and friends instead of rolling our ownLawrence Wolf-Sonkin2024-04-043-64/+14
| * | Merge pull request #4505 from to01z:add-winapi-partition-games-supportCopybara-Service2024-04-034-23/+26
| |\ \
| | * | Revert changes to googletest-port-test.ccrefs/pull/4505/headTroels Gram2024-03-291-2/+2