summaryrefslogtreecommitdiffstats
path: root/googletest/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #4300 from eltociear:patch-1Copybara-Service2023-06-271-2/+2
|\
| * Fix typo in googletest-catch-exceptions-test.pyrefs/pull/4300/headIkko Eltociear Ashimine2023-06-221-2/+2
|/
* Allow clients to un-suppress output from gUnit EXPECT_EXIT tests.Abseil Team2023-06-151-1/+1
* Skip entire test suite with `GTEST_SKIP()` in `SetUpTestSuite`Dino Radakovic2023-06-142-3/+19
* Merge pull request #4146 from lygstate:fixes_std_pair_diffCopybara-Service2023-05-021-5/+1
|\
| * Merge branch 'main' into fixes_std_pair_diffrefs/pull/4146/headAndy Soffer2023-05-0127-238/+258
| |\ | |/ |/|
* | Merge pull request #4227 from Vertexwahn:fix-spellingCopybara-Service2023-05-012-2/+2
|\ \
| * | Fix spellingrefs/pull/4227/headVertexwahn2023-04-252-2/+2
* | | Use Abseil Flag public API for flag parsing.Abseil Team2023-04-262-11/+9
|/ /
* | Use '=default' to define trivial constructor/destructorsrefs/pull/4221/headTom Hughes2023-04-214-7/+7
* | Add missing std includesTom Hughes2023-04-207-0/+14
* | Fix spellingTom Hughes2023-04-201-4/+4
* | Add missing std includesTom Hughes2023-04-207-59/+66
* | Support --gtest_stream_result_to on macOSAbseil Team2023-04-111-1/+2
* | gtest.cc: add a newline after a failure when there is no OS stack trace.Aaron Jacobs2023-03-233-15/+19
* | Fix typo in test case name.Abseil Team2023-03-191-1/+1
* | Merge pull request #4182 from venik:venik-char8-lib-fixCopybara-Service2023-03-171-5/+5
|\ \
| * | __cpp_char8_t does not cover std::u8string implementation, but __cpp_lib_char...refs/pull/4182/headAlexander Nikforov2023-03-071-1/+3
* | | Apply clang-tidy fixesAbseil Team2023-03-092-4/+5
* | | Apply clang-tidy fixesAbseil Team2023-03-086-16/+3
* | | Fix compilation of googletest-printers-test.cc when using -WundefTom Hughes2023-03-071-2/+4
* | | Replace "#if GTEST_HAS_ABSL" with "#ifdef GTEST_HAS_ABSL"Tom Hughes2023-03-062-6/+6
* | | Use "#ifdef" with public macrosTom Hughes2023-03-067-20/+20
* | | Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."Tom Hughes2023-03-068-69/+71
|/ /
* | Remove int64_t cast in RecordPropertyTom Hughes2023-02-213-13/+11
* | Remove strdup usageAbseil Team2023-02-151-7/+9
* | Remove some filesystem APIs and tests under !GTEST_HAS_FILE_SYSTEMAbseil Team2023-02-141-0/+4
| * Fixes the test gmock_output_test.py with MSVCYonggang Luo2023-02-281-4/+0
|/
* Fix _MSC_VER checkTom Hughes2023-02-081-1/+1
* Remove GTEST_USES_PCRE referencesTom Hughes2023-02-071-21/+0
* Fix -Wsign-conversion warningsTom Hughes2023-02-023-10/+43
* Remove unneccessary "#if _MSC_VER"Tom Hughes2023-02-022-6/+2
* Add a trailing decimal point to FormatTimeInMillisAsSeconds() output when inputAbseil Team2023-02-022-4/+14
* Test current behavior of doubles and floats in RecordPropertyTom Hughes2023-01-273-4/+21
* Fix formatting in Python filesTom Hughes2023-01-265-84/+158
* Fix Python docstrings to match style guideTom Hughes2023-01-267-33/+88
* Use more specific assertLess instead of assertTrueTom Hughes2023-01-251-2/+1