summaryrefslogtreecommitdiffstats
path: root/googletest/test
Commit message (Collapse)AuthorAgeFilesLines
* Update googletest-output-test-golden-lin.txtrefs/pull/1799/headGennadiy Civil2018-08-311-4/+4
|
* Update googletest-output-test-golden-lin.txtGennadiy Civil2018-08-311-10/+10
| | | manual update golden lin
* Update googletest-output-test-golden-lin.txtGennadiy Civil2018-08-311-10/+10
| | | manual update, golden lin
* Googletest exportmisterg2018-08-312-1/+15
| | | | | | Silence MSVC warnings PiperOrigin-RevId: 210726964
* Googletest exportAbseil Team2018-08-312-12/+12
| | | | | | | | Fix the typed test names in the tests for customized typed test parameters. As required by googletest documentation, the names should not contain an underscore. PiperOrigin-RevId: 210678652
* Googletest exportmisterg2018-08-312-15/+1
| | | | | | Internal Change PiperOrigin-RevId: 210594341
* Disable MCVS warningsGennadiy Civil2018-08-291-0/+8
|
* typoGennadiy Civil2018-08-291-1/+1
|
* typoGennadiy Civil2018-08-291-1/+1
|
* MSVC warnings silenceGennadiy Civil2018-08-291-1/+7
|
* Update googletest-output-test-golden-lin.txtGennadiy Civil2018-08-291-5/+55
|
* Googletest exportAbseil Team2018-08-282-0/+112
| | | | | | | | Add the possibility of specifying the name in type parameterized tests. Similar to how the last parameter of INSTANTIATE_TEST_CASE_P allows to override the name for (non-type) parametrized tests, this adds the possibility of adding a parameter to INSTANTIATE_TYPED_TEST_CASE_P. The argument has to be a class, which contains a static templated function GetName<T>(int), returning the name for type T. PiperOrigin-RevId: 210532231
* Googletest exportAbseil Team2018-08-281-64/+13
| | | | | | Breaks Windows builds PiperOrigin-RevId: 210434120
* Googletest exportAbseil Team2018-08-281-13/+64
| | | | | | | | | | | | | | Fix Theta(N^2) memory usage of EXPECT_EQ(string) when the strings don't match. The underlying CalculateOptimalEdits() implementation used a simple dynamic-programming approach that always used N^2 memory and time. This meant that tests for equality of large strings were ticking time bombs: They'd work fine as long as the test passed, but as soon as the strings differed the test would OOM, which is very hard to debug. I switched it out for a Dijkstra search, which is still worst-case O(N^2), but in the usual case of mostly-matching strings, it is much closer to linear. PiperOrigin-RevId: 210405025
* Merge 72a2836945e7a3dcee0730166704587e10bf64ee into ↵David Schuldenfrei2018-08-273-2/+194
| | | | | | | | | | 1d9a1912e7f42e8ae66ea365b5b8508fecb31509 Closes #1658 Review and changes, mister@google.com PiperOrigin-RevId: 210374286
* more comments changesrefs/pull/1741/headGennadiy Civil2018-08-142-4/+2
|
* more comments changesGennadiy Civil2018-08-142-2/+2
|
* Comments changes, no functionality changes. Gennadiy Civil2018-08-1426-48/+17
|
* Comments changes, no functionality changesrefs/pull/1740/headGennadiy Civil2018-08-1450-98/+40
|
* Merge branch 'master' into deprecaterefs/pull/1665/headGennadiy Civil2018-08-144-13/+8
|\
| * Code formatting changes, clean up, no functionality changesrefs/pull/1738/headGennadiy Civil2018-08-141-2/+0
| |
| * Mode change on a python scriptrefs/pull/1727/headGennadiy Civil2018-08-101-0/+0
| |
| * formatting and small changes related to code management, no functionality ↵Gennadiy Civil2018-08-092-11/+8
| | | | | | | | changes
* | Merge branch 'master' into deprecateLoo Rong Jie2018-08-0913-55/+57
|\ \ | |/
| * Formatting tweaks, no functionality changesGennadiy Civil2018-08-0810-26/+24
| |
| * upsream additional printer testGennadiy Civil2018-08-071-0/+15
| |
| * Formatting changes,small cleanup, no functionality changesrefs/pull/1705/headGennadiy Civil2018-08-075-27/+16
| |
| * Printers test: fixed compilation bug, due to unnecessary parentheses in ↵refs/pull/1673/headPhilipp Paulweber2018-08-031-2/+2
| | | | | | | | declaration
* | Merge branch 'master' into deprecateGennadiy Civil2018-08-0346-246/+763
|\ \ | |/
| * cmake fixesGennadiy Civil2018-08-022-3/+3
| |
| * more fixesGennadiy Civil2018-08-021-2/+2
| |
| * fixes testsGennadiy Civil2018-08-022-3/+3
| |
| * cmake test fixesGennadiy Civil2018-08-024-5/+5
| |
| * cleaning up and adding test changes to CMakeGennadiy Civil2018-08-024-8/+8
| |
| * Merge branch 'master' of https://github.com/google/googletestGennadiy Civil2018-08-011-1/+1
| |\
| | * Merge branch 'master' into masterrefs/pull/1695/headGennadiy Civil2018-08-011-1/+1
| | |\
| | | * Updated broken and outdated URLsPiotr Kąkol2018-07-251-1/+1
| | | |
| * | | various changes to testsGennadiy Civil2018-08-0114-797/+334
| | | |
| * | | more test changesGennadiy Civil2018-08-016-8/+8
| | | |
| * | | adding googletest-json-output unitestGennadiy Civil2018-08-012-0/+639
| | | |
| * | | more test changesGennadiy Civil2018-08-015-311/+176
| | | |
| * | | more tests changesGennadiy Civil2018-08-014-6/+69
| | | |
| * | | googletest list tests unitestGennadiy Civil2018-08-013-12/+12
| | | |
| * | | gtest catch exceptions test and gtest shuffle testGennadiy Civil2018-08-016-25/+332
| | | |
| * | | changes to googletest break on failure and googletest filter unittestsGennadiy Civil2018-08-017-31/+38
| | | |
| * | | changes for googletest env var testGennadiy Civil2018-08-013-9/+9
| | | |
| * | | googltest-color-test changesGennadiy Civil2018-08-013-7/+7
| | | |
| * | | googletest-output-test changesGennadiy Civil2018-08-014-118/+119
| |/ /
| * | Formatting changes and upstreaming one testGennadiy Civil2018-08-012-0/+98
| |/
* | Merge branch 'master' into deprecateGennadiy Civil2018-07-262-3/+3
|\ \ | |/