- Dec 14, 2019
-
-
Matt Calabrese authored
PiperOrigin-RevId: 285255373
-
Abseil Team authored
Add GTEST_API_ to correct a build failure under MSCV. PiperOrigin-RevId: 285208464
-
Abseil Team authored
Use C++11 variadic templates for ActionHelper in gmock-generated-actions.h. Make ActionHelper use variadic templates to generate Perform static member function specializations instead of using pump.py syntax. PiperOrigin-RevId: 284988441
-
Abseil Team authored
Detect when C++ parametric tests (TEST_P) are not instantiated. When an un-instantiated TEST_P is found, a new test will be inserted that will emit a warning message. This can be made to error with minor code edits. In the future, that is intended to be the default. PiperOrigin-RevId: 284901666
-
Matt Calabrese authored
PiperOrigin-RevId: 284234675
-
Matt Calabrese authored
PiperOrigin-RevId: 284207090
-
misterg authored
Require all appveyor googletest windows builds to work on Pull Requests to increase CI coverage PiperOrigin-RevId: 284206759
-
- Dec 07, 2019
-
-
Mark Barolak authored
PiperOrigin-RevId: 284041013
-
Abseil Team authored
Change googletest to notice failures during SetUpTestSuite() and TearDownTestSuite(). Previously, errors that occurred during those functions were logged but otherwise ignored. After this change, such failures will cause the test to fail and a brief summary will be printed at the bottom of the test log. See https://github.com/google/googletest/issues/2330. PiperOrigin-RevId: 284033342
-
- Dec 06, 2019
-
-
Abseil Team authored
Update example Environment class destructor annotation PiperOrigin-RevId: 283986183
-
Mark Barolak authored
PiperOrigin-RevId: 283979494
-
Abseil Team authored
Internal change PiperOrigin-RevId: 283948137
-
- Dec 03, 2019
-
-
Abseil Team authored
Clarify use of IsTrue and IsFalse matchers. These matchers are subtle and confusing: what are they for? The docs in the code are clear, but not very accessible. googletest/googlemock/include/gmock/gmock-more-matchers.h PiperOrigin-RevId: 283393275
-
Mark Barolak authored
PiperOrigin-RevId: 283349646
-
Mark Barolak authored
PiperOrigin-RevId: 283349621
-
- Nov 28, 2019
-
-
Gennadiy Rozental authored
PiperOrigin-RevId: 282817206
-
- Nov 27, 2019
-
-
Krystian Kuzniarek authored
This reverts commit 298a40f0.
-
Krystian Kuzniarek authored
This reverts commit a909becd.
-
Oleksandr Yefremov authored
-
Gennadiy Rozental authored
PiperOrigin-RevId: 282620313
-
Gennadiy Rozental authored
PiperOrigin-RevId: 282593823
-
Gennadiy Rozental authored
PiperOrigin-RevId: 282589492
-
Gennadiy Rozental authored
PiperOrigin-RevId: 282581402
-
Abseil Team authored
Wrap call to std::numeric_limits<>::max into round braces to appease MSVC. Closes #2589 PiperOrigin-RevId: 282581361
-
Gennadiy Rozental authored
PiperOrigin-RevId: 282575040
-
Gennadiy Rozental authored
PiperOrigin-RevId: 282568282
-
Abseil Team authored
Make generating goldens work with Python 3 golden_file.write(output) fails with Python 3 with: TypeError: a bytes-like object is required, not 'str' PiperOrigin-RevId: 282316101
-
- Nov 26, 2019
-
-
Mate Pek authored
-
- Nov 25, 2019
-
-
Maximilian Schwab authored
-
- Nov 23, 2019
-
-
Abseil Team authored
Fix typo in the predicate assertion table. PiperOrigin-RevId: 281973457
-
Gennadiy Civil authored
PiperOrigin-RevId: 281971090
-
Abseil Team authored
Use standard C++11 integer types in gtest-port.h. Remove testing::internal::{Int,Uint}{32,64} in favor of types guaranteed to be in <cstdint> since C++11. Tests for built-in integer type coverage are switched from {Int,Uint}64 to [unsigned] long long, which is guaranteed by C++11 to exist and be at least 64-bit wide. PiperOrigin-RevId: 281565263
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-