summaryrefslogtreecommitdiffstats
path: root/googletest/test/gtest_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Merge 72a2836945e7a3dcee0730166704587e10bf64ee into ↵David Schuldenfrei2018-08-271-2/+2
| | | | | | | | | | 1d9a1912e7f42e8ae66ea365b5b8508fecb31509 Closes #1658 Review and changes, mister@google.com PiperOrigin-RevId: 210374286
* Comments changes, no functionality changes. Gennadiy Civil2018-08-141-3/+2
|
* Comments changes, no functionality changesrefs/pull/1740/headGennadiy Civil2018-08-141-2/+1
|
* Merge branch 'master' into deprecateGennadiy Civil2018-08-031-1/+1
|\
| * cleaning up and adding test changes to CMakeGennadiy Civil2018-08-021-1/+1
| |
* | Merge branch 'master' into deprecateGennadiy Civil2018-07-261-2/+2
|\ \ | |/
| * Formatting changes, code syncrefs/pull/1684/headGennadiy Civil2018-07-251-2/+2
| |
* | Disable MSVC function deprecation when using ClangLoo Rong Jie2018-07-131-2/+2
|/
* Formatting changes refs/pull/1607/headGennadiy Civil2018-05-231-1/+1
|
* Merge branch 'master' into StdLibVersioningJames Dennett2018-05-211-0/+22
|\
| * Fix the bug where ad_hoc_test_result() functions of UnitTest and TestCase ↵Jae Heon Lee2018-05-071-0/+22
| | | | | | | | objects would return failures registered at TestCase and UnitTest scopes, respectively.
* | Add unit test for CanonicalizeForStdLibVersioning.James Dennett2018-05-111-0/+25
|/
* Upstreaming, cl 191344765Gennadiy Civil2018-04-031-1/+1
|
* merge, again, IsRecursiveContainerrefs/pull/1507/headGennadiy Civil2018-03-151-0/+50
|
* merging unittests - 5refs/pull/1475/headGennadiy Civil2018-02-261-5/+5
|
* merging unitests - check 4Gennadiy Civil2018-02-231-14/+13
|
* merging unitests, checkGennadiy Civil2018-02-231-4/+3
|
* merging unittests - 2refs/pull/1474/headGennadiy Civil2018-02-231-11/+3
|
* merging unitestsrefs/pull/1473/headGennadiy Civil2018-02-231-62/+63
|
* Fixed typosrefs/pull/1446/headTroy Holsapple2018-02-081-5/+5
|
* Merging, upstream http://cl/182836545Gennadiy Civil2018-01-231-3/+3
|
* upstreaming cl 124976692Gennadiy Civil2018-01-031-8/+0
|
* Use gender-neutral pronouns in comments and docsrefs/pull/1275/headJonathan Wakely2017-09-271-1/+1
|
* Make the failure messages from EXPECT_EQ and friends actually symmetric,refs/pull/1242/headAlexey Sokolov2017-09-131-47/+59
| | | | | | | 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)
* use GTEST_ATTRIBUTE_UNUSED_ instead of dummy functionrefs/pull/1243/headHerbert Thielen2017-09-071-7/+1
|
* avoid warning about unused variableHerbert Thielen2017-09-041-1/+7
|
* Merge pull request #783 from tobbi/cppcheck_perf_fixesGennadiy Civil2017-09-011-1/+1
|\ | | | | Performance fixes reported by cppcheck
| * Performance fixes reported by cppcheckrefs/pull/783/headTobias Markus2016-05-221-2/+1
| |
* | fix typo in comment and string (SetUpTestCase)Herbert Thielen2017-08-291-2/+2
| |
* | Merge pull request #1030 from vpfautz/masterGennadiy Civil2017-08-031-1/+1
|\ \ | | | | | | Fixed some typos
| * | Fixed some typosrefs/pull/1030/headvpfautz2017-02-261-1/+1
| | |
* | | Merge pull request #764 from flyd1005/wip-fix-typoGennadiy Civil2017-08-021-1/+1
|\ \ \ | | | | | | | | remove duplicated words
| * | | remove duplicated wordsrefs/pull/764/headLi Peng2016-04-271-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Li Peng <lip@dtdream.com>
* | | Use std::string and ::string explicitly in gtest and gmock code.refs/pull/1089/headNico Weber2017-05-151-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | This merges a Google-internal change (117235625). Original CL description: This CL was created manually in about an hour with sed, a Python script to find all the places unqualified 'string' was mentioned, and some help from Emacs to add the "std::" qualifications, plus a few manual tweaks.
* | | Changes to make TempDir() publicrefs/pull/1077/headGennadiy Civil2017-05-021-1/+1
| |/ |/| | | | | Fixes #1076.
* | Fix compilation on MinGW with native threadsDaniele Tamino2016-02-221-1/+1
|/
* Change error message of EXPECT_EQ to treat lhs and rhs equivalently.refs/pull/713/headAlexey Sokolov2016-02-161-47/+48
|
* Add tmux and tmux-256color to the colored terminal list.refs/pull/699/headJoongi Kim2016-01-311-0/+6
|
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-0/+7699