summaryrefslogtreecommitdiffstats
path: root/googletest/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * Merge branch 'google:main' into custom_type_combineBaruch2022-08-251-2/+2
| |\ | |/ |/|
| * Custom type with Combine(). Fix for #3781Baruch Burstein2022-07-311-9/+67
* | gtest_unittest: Call FAIL() in lambda, fix incorrect fatality expectationDino Radakovic2022-08-081-2/+2
|/
* cleanup from unique_ptr branchrefs/pull/3928/headAlexander Nikforov2022-07-013-5/+5
* Fix typo in the test name of `NormalizeTest`refs/pull/3818/headAyush Joshi2022-04-301-3/+3
* Use RE2 for the regex implementation when building with Bazel and using AbseilDerek Mauro2022-04-261-7/+3
* Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro2022-04-223-4/+9
* Eliminate the legacy GTEST_COMPILE_ASSERT_ macroDerek Mauro2022-04-211-18/+16
* Use the Abseil flags library when Abseil is presentDerek Mauro2022-04-043-44/+97
* Merge pull request #3779 from messerb5467:promote-inclusive-behaviorCopybara-Service2022-03-223-3/+3
|\
| * Merge branch 'main' into promote-inclusive-behaviorrefs/pull/3779/headBrad Messer2022-03-1853-3048/+2409
| |\
| * | Remove sanity as it is offensive to neurodiverse individuals.Brad Messer2022-03-183-3/+3
* | | Only print disabled test banner if the test matches gtest_filterAbseil Team2022-03-221-0/+31
| |/ |/|