summaryrefslogtreecommitdiffstats
path: root/googletest/test
Commit message (Expand)AuthorAgeFilesLines
* Add rules_cc dependency, required by Bazel going forwardHEADmainDerek Mauro9 days1-0/+1
* Update spelling of Mutex::lock and Mutex::unlock for compatibilityDerek Mauro2025-09-121-2/+2
* Skip the predicate on SIGSEGV in death-test on Android builds with API level ...Abseil Team2025-07-231-1/+1
* Merge pull request #4694 from chromy:mainCopybara-Service2025-06-252-0/+4
|\
| * Default to color output for ghosttyrefs/pull/4694/headHector Dearman2025-01-102-0/+4
* | googletest: Add a flag to fail if no tests were selected to run.David Pizzuto2025-06-092-5/+92
* | Fix unified diff headers.Abseil Team2025-05-302-6/+6
* | Use the provided length in ConditionalPrintAsTextAbseil Team2025-05-301-0/+16
* | Print std::basic_string_view<Char> as a string literalDaniel Cheng2025-05-221-5/+40
* | Delete the absl polyfill support for std::any, std::optionalDerek Mauro2025-05-201-13/+10
* | Add [[nodiscard]] to GetParam() to prevent accidental misuse.Mike Kruskal2025-05-141-1/+1
* | Add a `testing::ConvertGenerator` overload that accepts a converting functor....Abseil Team2025-03-041-0/+70
* | Try to warn the user when test filters do not match any testsDerek Mauro2025-02-281-0/+19
* | Output to the test warning file if no tests are linked.Derek Mauro2025-02-261-5/+60
* | Adds support for a --gtest_fail_if_no_test_linked flagZhanyong Wan2025-02-244-16/+241
* | GoogleTest C++17 cleanupsDerek Mauro2025-02-211-4/+3
* | Require C++17Derek Mauro2025-02-122-3/+9
* | 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-313-61/+69
|/
* gtest: Output a canned test case for test suite setup / teardown failures in ...Abseil Team2024-12-263-22/+154
* Add support for printing C++20 std::*_ordering types to gtest.Abseil Team2024-12-101-0/+24
* This change adjusts how `ASSERT_NEAR` and `EXPECT_NEAR` treats infinity, such...Abseil Team2024-10-141-0/+49
* 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