summaryrefslogtreecommitdiffstats
path: root/googletest/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix pylint warningTom Hughes2023-01-251-15/+23
* Remove pylint disable comments that no longer trigger warningsTom Hughes2023-01-252-7/+3
* Fix formatting in subset of Python filesTom Hughes2023-01-2522-1322/+1441
* Replace numeric lints with their string equivalentTom Hughes2023-01-252-6/+6
* Fix formatting of C++ filesTom Hughes2023-01-241-3/+3
* Replace deprecated python callsTom Hughes2023-01-1713-183/+269
* IWYU: Add missing std includesTom Hughes2023-01-057-0/+11
* When printing floating-point numbers, print full precision by default.Abseil Team2022-11-161-1/+9
* Merge pull request #4058 from zloylos:support-kitty-termCopybara-Service2022-11-142-0/+4
|\
| * Support kitty TERMrefs/pull/4058/headDenis Hananein2022-11-102-0/+4
* | Defined a testing::SrcDir() function that returns the name of a directoryAbseil Team2022-11-111-0/+97
* | RecordProperty serializes ints and 64-bit ints, including size_tsAbseil Team2022-11-071-1/+3
|/
* Adds Win32 UNC path support to FilePath::IsAbsolutePath() and FilePath::IsRoo...Abseil Team2022-10-181-0/+18
* Terse printing of std::reference_wrapper hides pointerAbseil Team2022-10-141-0/+23
* Merge pull request #3967 from BMBurstein:custom_type_combineCopybara-Service2022-10-041-9/+69
|\