summaryrefslogtreecommitdiffstats
path: root/googletest/test
Commit message (Collapse)AuthorAgeFilesLines
* merging unittests - 2refs/pull/1474/headGennadiy Civil2018-02-231-11/+3
|
* merging unitestsrefs/pull/1473/headGennadiy Civil2018-02-231-62/+63
|
* mergesrefs/pull/1469/headGennadiy Civil2018-02-221-0/+10
|
* cleanup/mergesGennadiy Civil2018-02-133-3/+4
|
* merging, cleaning uprefs/pull/1457/headGennadiy Civil2018-02-131-12/+12
|
* mergesGennadiy Civil2018-02-131-2/+1
|
* cxxx11refs/pull/1454/headGennadiy Civil2018-02-131-0/+3
|
* clang warningsGennadiy Civil2018-02-131-1/+1
|
* clang warningsGennadiy Civil2018-02-131-2/+2
|
* https://travis-ci.org/google/googletest/jobs/340995238Gennadiy Civil2018-02-131-5/+5
|
* clang warning 'https://travis-ci.org/google/googletest/jobs/340987201'Gennadiy Civil2018-02-131-4/+4
|
* clang warning https://travis-ci.org/google/googletest/jobs/340978022Gennadiy Civil2018-02-131-1/+1
|
* mergesGennadiy Civil2018-02-131-3/+46
|
* Merging, coniniueGennadiy Civil2018-02-121-1/+5
|
* Merge branch 'master' into assertrefs/pull/1439/headGennadiy Civil2018-02-094-8/+8
|\
| * Merge pull request #1446 from tholsapp/masterGennadiy Civil2018-02-093-7/+7
| |\ | | | | | | Fixed typos
| | * Fixed typosrefs/pull/1446/headTroy Holsapple2018-02-083-7/+7
| | |
| * | mergesrefs/pull/1448/headGennadiy Civil2018-02-091-1/+1
| |/
* | Add ability to throw from ASSERTAlexey Sokolov2018-02-082-0/+126
|/ | | | | | | while not losing benefits of EXPECT, and not killing the whole test, as with --gtest_throw_on_failure. 183822976
* Code mergesGennadiy Civil2018-01-301-7/+7
|
* Ability to optionally depend on Abseil plus upstream of 183716547refs/pull/1434/headGennadiy Civil2018-01-301-0/+12
|
* placating gcc and its overzeauls size comparison warningsrefs/pull/1421/headGennadiy Civil2018-01-241-1/+1
|
* upstream cl 182543808Gennadiy Civil2018-01-241-0/+72
|
* revert, lets get this compiledrefs/pull/1418/headGennadiy Civil2018-01-241-46/+3
|
* Many code merge/upstream changesGennadiy Civil2018-01-2315-34/+92
|
* Merging, upstream http://cl/182836545Gennadiy Civil2018-01-235-10/+8
|
* more code mergeGennadiy Civil2018-01-221-3/+1
|
* merges, cl/155419551 and otherGennadiy Civil2018-01-222-19/+50
|
* more mergingrefs/pull/1415/headGennadiy Civil2018-01-222-6/+4
|
* mergingGennadiy Civil2018-01-221-2/+2
|
* code mergeGennadiy Civil2018-01-228-43/+44
|
* Adding python tests to Bazel build file. refs/pull/1412/headGennadiy Civil2018-01-181-1/+243
|
* Expose ScopedTrace utility in public interfaceFedor Trushkin2018-01-173-5/+22
|
* code merges, cleanupGennadiy Civil2018-01-101-1/+1
|
* revert googletest/test/gtest-param-test_test.ccrefs/pull/1395/headGennadiy Civil2018-01-101-46/+3
|
* code merge, cleanupsGennadiy Civil2018-01-104-19/+58
|
* [Bazel] Detect Windows with cpu value x64_windows and x64_windows_msvcrefs/pull/1388/headLoo Rong Jie2018-01-091-3/+6
| | | | and x64_windows_msvc
* Revert one file for nowGennadiy Civil2018-01-051-10/+0
|
* code cleanup in preparation for merges, cl 180857299Gennadiy Civil2018-01-0512-16/+19
|
* upstreaming cl 124976692Gennadiy Civil2018-01-0312-78/+0
|
* Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTSGennadiy Civil2017-11-072-11/+42
|\
| * Fix tests with VS2015 and VS2017Arkadiy Shapkin2017-10-252-11/+42
| |
* | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTSHerbert Thielen2017-10-048-8/+8
|\ \ | |/
| * Use gender-neutral pronouns in comments and docsrefs/pull/1275/headJonathan Wakely2017-09-278-8/+8
| |
* | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTSHerbert Thielen2017-09-243-114/+147
|\ \ | |/
| * Revert "Allow macros inside of parametrized test names."refs/pull/1271/headGennadiy Civil2017-09-211-28/+0
| |
| * Merge pull request #1245 from sheepmaster/2017_09_04_parametrizedGennadiy Civil2017-09-211-0/+28
| |\ | | | | | | Allow macros inside of parametrized test names.
| | * Add a non-parametrized test.Bernhard Bauer2017-09-041-0/+12
| | |
| | * Allow macros inside of parametrized test names.Bernhard Bauer2017-09-041-0/+16
| | | | | | | | | | | | This allows doing things like TEST_P(TestFixture, MAYBE(TestName)) for nicer conditional test disabling.
| * | Make the failure messages from EXPECT_EQ and friends actually symmetric,refs/pull/1242/headAlexey Sokolov2017-09-133-114/+147
| | | | | | | | | | | | | | | | | | | | | instead of reading more like reversing the former "expected" and "actual" roles of the LHS and RHS arguments. This patch is manually applied from internal version (125109873)