durandal
4e7e4cb6e5
Googletest export
...
Honor GTEST_SKIP() in SetUp().
PiperOrigin-RevId: 218387359
2018-10-24 11:26:16 -04:00
Abseil Team
f557390b86
Googletest export
...
Change ValuesArray to require much less template instantiation depth.
PiperOrigin-RevId: 218170842
2018-10-22 11:29:14 -04:00
Gennadiy Civil
82c3317039
Merge branch 'master' into python3-tests
2018-10-19 13:30:13 -07:00
misterg
2ca432c90a
Googletest export
...
New variadic implementation for gtest-param-test
Removed non-variadic implementation and added variadic for ValueArray and Values
PiperOrigin-RevId: 217703627
2018-10-18 11:32:37 -04:00
misterg
589e55433e
Remove duplicate functionality PrintValue (in googletest-param-test-test.cc), use testing::PrintToString
...
PiperOrigin-RevId: 216733373
2018-10-11 16:15:32 -04:00
KO Myung-Hun
400d3b1a5f
Merge c41b2bf861ef2ac1a975af05ff66d9256f280b01 into f203b2db77161fe54846ea9e839ebec81aeeccac
...
Closes #1899
PiperOrigin-RevId: 216719020
2018-10-11 13:31:25 -04:00
Abseil Team
697d8f386e
Project import generated by Copybara.
...
PiperOrigin-RevId: 216423319
2018-10-11 12:44:00 -04:00
misterg
82922524f4
Internal Change
...
PiperOrigin-RevId: 216417182
2018-10-11 12:43:52 -04:00
Abseil Team
dd4e36663c
Unconditionally use std::tuple.
...
Remove all mention of TR1 tuple and our own implementation of tuple.
PiperOrigin-RevId: 216395043
2018-10-09 16:25:58 -04:00
Gennadiy Civil
deffe7a278
Update BUILD.bazel
...
Remove references to googletest-tuple-test.cc
2018-10-09 15:42:49 -04:00
Gennadiy Civil
4302d07cde
Merge branch 'master' into python3-tests
2018-10-05 16:23:55 -04:00
Abseil Team
7a6bc673ea
Apply clang-tidy modernize-use-nullptr to googletest.
...
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
2018-10-05 12:54:14 -04:00
misterg
c660240ad0
Remove checking for C++ 11 and a pre-C++11 test from googletest tests
...
PiperOrigin-RevId: 215789971
2018-10-04 16:10:50 -04:00
Gennadiy Civil
dd84af1f65
Merge branch 'master' into python3-tests
2018-10-04 15:08:14 -04:00
Arseny Aprelev
209346a223
Merge 2ce0685f76a4db403b7b2650433a584c150f2108 into 75e834700d19aa373b428c7c746f951737354c28
...
Closes #1544
With refinements and changes
PiperOrigin-RevId: 215273083
2018-10-02 13:03:28 -04:00
Gennadiy Civil
64b75c5c0a
Merge branch 'master' into python3-tests
2018-09-25 22:09:27 -07:00
Abseil Team
6a3cea2744
Googletest export
...
Project import generated by Copybara.
PiperOrigin-RevId: 214456152
2018-09-25 13:05:37 -04:00
misterg
5bd8340228
Googletest export
...
Project import generated by Copybara.
PiperOrigin-RevId: 214441835
2018-09-25 13:05:25 -04:00
Abseil Team
bb45863dec
Googletest export
...
Project import generated by Copybara.
Including recently accepted and merged PRs
PiperOrigin-RevId: 213856848
2018-09-25 13:05:03 -04:00
Gennadiy Civil
aa33b23cb5
Merge branch 'master' into python3-tests
2018-09-25 00:10:15 -07:00
Gennadiy Civil
32e3b5940b
Formatting
2018-09-23 09:42:11 -07:00
Gennadiy Civil
fca8f23b89
Formatting
2018-09-23 09:35:25 -07:00
Jonny007-MKD
fe652cd81b
Fix unit test
2018-09-23 16:39:13 +02:00
Jonny007-MKD
32f906fe54
Fix ColoredOutputTest.UsesColorsWhenTermSupportsColors again
2018-09-23 15:50:29 +02:00
Jonny007-MKD
9a9e73ab32
Rename private member of AdditionalMessage
...
Shorten lines in unit tests
2018-09-23 15:46:47 +02:00
Jonny007-MKD
c8e52d71c8
Readded changes from 6494f5232b130a29321e661166442bac324c4383
2018-09-23 15:15:38 +02:00
Gennadiy Civil
b86cca347b
Merge branch 'master' into python3-tests
2018-09-20 14:30:26 -04:00
Gennadiy Civil
50f71f4bfc
Merge pull request #1843 from matlo607/fix-unittest-msys-ColoredOutputTest
...
[msys] fix unittest ColoredOutputTest.UsesColorsWhenTermSupportsColors
2018-09-20 11:42:29 -04:00
Abseil Team
2ea9c639a2
Googletest export
...
support printing std::reference_wrapper<T> in gUnit
PiperOrigin-RevId: 213270392
2018-09-20 11:01:16 -04:00
Matthieu Longo
2ae78ba935
[msys] fix unittest ColoredOutputTest.UsesColorsWhenTermSupportsColors
2018-09-18 18:29:42 +02:00
Peter Levine
cf72267d85
Fix Python3 support
2018-09-14 19:40:51 -04:00
Jonny007-MKD
534ed43772
Print message of unexpected std::exception in EXPECT_THROW, too
2018-09-14 23:22:04 +02:00
Jonny007-MKD
c6cb651358
Merge branch 'master' into master
2018-09-14 22:39:45 +02:00
misterg
bf6424ccca
Googletest export
...
Removing checks for C++11 from unit tests
PiperOrigin-RevId: 212990514
2018-09-14 14:52:40 -04:00
Jonny007-MKD
a99b157840
Make it public again *sigh*
2018-09-13 14:49:15 +02:00
Jonny007-MKD
5fa27d03e1
Try to fix gcc and clang issues
2018-09-13 13:57:27 +02:00
Jonny007-MKD
fad53c8498
Added special catch for std::exception in GTEST_TEST_NO_THROW_
2018-09-13 10:24:10 +02:00
Georgi D. Sotirov
8702cc3632
Return GTEST_ATTRIBUTE_UNUSED_ on record_property_env to avoide comilation 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 .
2018-09-12 10:44:52 +03:00
Gennadiy Civil
28dc4b36eb
Update googletest-output-test-golden-lin.txt
2018-08-31 10:26:59 -04:00
Gennadiy Civil
22d19ae17d
Update googletest-output-test-golden-lin.txt
...
manual update golden lin
2018-08-30 21:46:15 -04:00
Gennadiy Civil
cf34aa5973
Update googletest-output-test-golden-lin.txt
...
manual update, golden lin
2018-08-30 21:42:07 -04:00
misterg
e00932356a
Googletest export
...
Silence MSVC warnings
PiperOrigin-RevId: 210726964
2018-08-30 21:33:02 -04:00
Abseil Team
2988059caf
Googletest export
...
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
2018-08-30 21:32:54 -04:00
misterg
ea0db3df39
Googletest export
...
Internal Change
PiperOrigin-RevId: 210594341
2018-08-30 21:32:41 -04:00
Gennadiy Civil
4ac4037fe4
Disable MCVS warnings
2018-08-28 23:55:17 -04:00
Gennadiy Civil
bf0322d93e
typo
2018-08-28 23:46:23 -04:00
Gennadiy Civil
4d67fc0c32
typo
2018-08-28 23:36:50 -04:00
Gennadiy Civil
3515f3d9cb
MSVC warnings silence
2018-08-28 23:25:51 -04:00
Gennadiy Civil
a9a835f3db
Update googletest-output-test-golden-lin.txt
2018-08-28 23:11:51 -04:00
Abseil Team
6e639d6719
Googletest export
...
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
2018-08-28 16:53:45 -04:00