summaryrefslogtreecommitdiffstats
path: root/googletest/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Makes TestForDeathTest.CRTDebugDeath only run when _DEBUG is definedDerek Mauro2021-12-211-24/+8
* Release tests for UnitTestOptions::MatchesFilterDino Radakovic2021-12-151-0/+32
* Work around Android KitKat tzset bugAbseil Team2021-11-301-0/+6
* Googletest exportAbseil Team2021-11-091-0/+10
* Googletest exportdmauro2021-11-031-69/+12
* Googletest exportdmauro2021-11-031-4/+8
* Googletest exportAbseil Team2021-10-131-0/+18
* Merge pull request #3581 from cclauss:codespelldinord2021-10-051-1/+1
|\
| * Fix remaining typos discovered by codespellrefs/pull/3581/headChristian Clauss2021-09-241-1/+1
* | Googletest exportAbseil Team2021-09-301-0/+1
|/
* Merge pull request #3573 from cclauss:patch-1dinord2021-09-232-6/+6
|\
| * Fix typos discovered by codespellChristian Clauss2021-09-161-5/+5
| * Fix typo discovered by codespellChristian Clauss2021-09-161-1/+1
* | Merge pull request #3574 from Vertexwahn:switch_to_native_cc_rulesdinord2021-09-231-1/+0
|\ \
| * | Remove bazelbuild/rules_cc dependencyrefs/pull/3574/headVertexwahn2021-09-171-1/+0
| |/
* | Googletest exportAbseil Team2021-09-233-7/+31
|/
* Googletest exportdmauro2021-08-101-1/+1
* fix: typo codespelling commentrefs/pull/3499/headslowy072021-07-241-1/+1
* Googletest exportAbseil Team2021-07-221-1/+1
* Googletest exportAbseil Team2021-07-0710-231/+194
* Googletest exportAbseil Team2021-07-072-2/+92
* Merge pull request #3465 from mbinna:bazel_qnxAndy Soffer2021-06-301-0/+1
|\
| * Don't link pthread on QNXrefs/pull/3465/headManuel Binna2021-06-261-0/+1
* | Googletest exportAbseil Team2021-06-301-24/+49
|/
* Merge pull request #3200 from ellert:port-to-GNU/HurdCJ Johnson2021-06-172-2/+3
|\