summaryrefslogtreecommitdiffstats
path: root/googletest/test
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Running clang-format over all of GoogleTestAbseil Team2022-03-1547-3016/+2303
* | Merge pull request #3774 from sobczyk:mainCopybara-Service2022-03-156-32/+106
|\ \ | |/ |/|
| * Adjust xml and json unit tests to test for source file and line location.Szymon Sobik2022-03-084-32/+100
| * Add support for testing of xml and json output of source file and line locationSzymon Sobik2022-03-082-0/+6
* | Remove references to deleted script gen_gtest_pred_impl.pyDino Radakovic2022-03-141-3/+0
|/
* Fix gtest-help-test failure on OpenBSDrefs/pull/3751/headAndrew Krasavin2022-02-051-1/+2
* Finish some missed pieces of the TestCase to TestSuite MigrationDerek Mauro2022-01-281-4/+4
* Make recreate_environments_when_repeating=false the default.Abseil Team2022-01-253-7/+14
* Makes the Python imports consistently use full paths from the repository root,Derek Mauro2021-12-2225-29/+29