summaryrefslogtreecommitdiffstats
path: root/googletest/test
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportdurandal2018-10-241-0/+17
| | | | | | Honor GTEST_SKIP() in SetUp(). PiperOrigin-RevId: 218387359
* Googletest exportAbseil Team2018-10-221-0/+78
| | | | | | Change ValuesArray to require much less template instantiation depth. PiperOrigin-RevId: 218170842
* Merge branch 'master' into python3-testsrefs/pull/1839/headGennadiy Civil2018-10-197-537/+61
|\
| * Googletest exportmisterg2018-10-181-0/+12
| | | | | | | | | | | | | | New variadic implementation for gtest-param-test Removed non-variadic implementation and added variadic for ValueArray and Values PiperOrigin-RevId: 217703627
| * Remove duplicate functionality PrintValue (in ↵misterg2018-10-111-37/+1
| | | | | | | | | | | | googletest-param-test-test.cc), use testing::PrintToString PiperOrigin-RevId: 216733373
| * Merge c41b2bf861ef2ac1a975af05ff66d9256f280b01 into ↵KO Myung-Hun2018-10-113-2/+9
| | | | | | | | | | | | | | | | f203b2db77161fe54846ea9e839ebec81aeeccac Closes #1899 PiperOrigin-RevId: 216719020
| * Project import generated by Copybara.Abseil Team2018-10-111-0/+524
| | | | | | | | PiperOrigin-RevId: 216423319
| * Internal Changemisterg2018-10-111-524/+0
| | | | | | | | PiperOrigin-RevId: 216417182
| * Unconditionally use std::tuple.Abseil Team2018-10-093-504/+48
| | | | | | | | | | | | Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043
| * Update BUILD.bazelGennadiy Civil2018-10-091-5/+2
| | | | | | Remove references to googletest-tuple-test.cc
* | Merge branch 'master' into python3-testsGennadiy Civil2018-10-0518-600/+277
|\ \ | |/
| * Apply clang-tidy modernize-use-nullptr to googletest.Abseil Team2018-10-0517-567/+276
| | | | | | | | | | | | | | | | | | | | | | Now that googletest has moved to C++11, it should no longer use NULL or 0 for the null pointer. This patch converts all such usages to nullptr using clang-tidy. This prevents LLVM from issuing -Wzero-as-null-pointer-constant warnings. PiperOrigin-RevId: 215814400
| * Remove checking for C++ 11 and a pre-C++11 test from googletest testsmisterg2018-10-043-33/+1
| | | | | | | | PiperOrigin-RevId: 215789971
* | Merge branch 'master' into python3-testsGennadiy Civil2018-10-043-5/+71
|\ \ | |/
| * Merge 2ce0685f76a4db403b7b2650433a584c150f2108 into ↵Arseny Aprelev2018-10-023-5/+71
| | | | | | | | | | | | | | | | | | 75e834700d19aa373b428c7c746f951737354c28 Closes #1544 With refinements and changes PiperOrigin-RevId: 215273083
* | Merge branch 'master' into python3-testsGennadiy Civil2018-09-261-40/+4
|\ \ | |/
| * Googletest exportAbseil Team2018-09-251-40/+4
| | | | | | | | | | | | Project import generated by Copybara. PiperOrigin-RevId: 214456152
| * Googletest exportmisterg2018-09-251-4/+40
| | | | | | | | | | | | Project import generated by Copybara. PiperOrigin-RevId: 214441835
| * Googletest exportAbseil Team2018-09-251-40/+4
| | | | | | | | | | | | | | Project import generated by Copybara. Including recently accepted and merged PRs PiperOrigin-RevId: 213856848
* | Merge branch 'master' into python3-testsGennadiy Civil2018-09-251-4/+40
|\ \ | |/
| * FormattingGennadiy Civil2018-09-231-101/+101
| |
| * FormattingGennadiy Civil2018-09-231-114/+118
| |
| * Fix unit testJonny007-MKD2018-09-231-1/+1
| |
| * Fix ColoredOutputTest.UsesColorsWhenTermSupportsColors againJonny007-MKD2018-09-231-1/+1
| |
| * Rename private member of AdditionalMessageJonny007-MKD2018-09-231-14/+15
| | | | | | | | Shorten lines in unit tests
| * Readded changes from 6494f5232b130a29321e661166442bac324c4383Jonny007-MKD2018-09-231-7/+38
| |
* | Merge branch 'master' into python3-testsGennadiy Civil2018-09-202-1/+17
|\ \ | |/
| * Merge pull request #1843 from matlo607/fix-unittest-msys-ColoredOutputTestGennadiy Civil2018-09-201-1/+1
| |\ | | | | | | [msys] fix unittest ColoredOutputTest.UsesColorsWhenTermSupportsColors
| | * [msys] fix unittest ColoredOutputTest.UsesColorsWhenTermSupportsColorsrefs/pull/1843/headMatthieu Longo2018-09-181-1/+1
| | |
| * | Googletest exportAbseil Team2018-09-202-37/+22
| | | | | | | | | | | | | | | | | | support printing std::reference_wrapper<T> in gUnit PiperOrigin-RevId: 213270392
| * | Print message of unexpected std::exception in EXPECT_THROW, tooJonny007-MKD2018-09-141-6/+28
| | |
| * | Merge branch 'master' into masterJonny007-MKD2018-09-141-10/+1
| |\ \ | | |/
| * | Make it public again *sigh*Jonny007-MKD2018-09-131-13/+0
| | |
| * | Try to fix gcc and clang issuesJonny007-MKD2018-09-131-0/+13
| | |
| * | Added special catch for std::exception in GTEST_TEST_NO_THROW_Jonny007-MKD2018-09-131-0/+9
| | |
* | | Fix Python3 supportPeter Levine2018-09-147-13/+17
| |/ |/|
* | Googletest exportmisterg2018-09-141-10/+1
|/ | | | | | Removing checks for C++11 from unit tests PiperOrigin-RevId: 212990514
* Return GTEST_ATTRIBUTE_UNUSED_ on record_property_env to avoide comilation ↵Georgi D. Sotirov2018-09-121-1/+1
| | | | | error (with -Werror) The unused attribute was removed with commit 3299a23 on 2018-02-23, but it currently breaks build of 1.8.1, because of -Werror GCC parameter as reported in issue #1825.
* 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