- 10 Nov, 2021 3 commits
-
-
dinord authored
PiperOrigin-RevId: 408896910
-
dmauro authored
Explicitly used unsigned chars for testing for valid XML characters PiperOrigin-RevId: 408692969
-
Mario Emmenlauer authored
-
- 09 Nov, 2021 4 commits
-
-
Abseil Team authored
Update example for SetUpTestSuite/TearDownTestSuite to use modern C++ standards. Currently it is using an outdated C++ construct (defining static member variables separately from the declaration). PiperOrigin-RevId: 408663014
-
Abseil Team authored
Add missing InitGoogleTest line in "Registering tests" example code Copying the original code gives the following error message """ IMPORTANT NOTICE - DO NOT IGNORE: This test program did NOT call testing::InitGoogleTest() before calling RUN_ALL_TESTS(). This is INVALID. Soon Google Test will start to enforce the valid usage. Please fix it ASAP, or IT WILL START TO FAIL. """ PiperOrigin-RevId: 408385714
-
Abseil Team authored
Add printer for std::type_info. PiperOrigin-RevId: 408375407
-
Abseil Team authored
Style only change. Make use of advanced testing functions `FloatLE` and `DoubleLE` consistent. PiperOrigin-RevId: 407660542
-
- 03 Nov, 2021 8 commits
-
-
Abseil Team authored
Address unused variable warning in gtest.h Closes #3645 PiperOrigin-RevId: 407393922
-
CJ Johnson authored
PiperOrigin-RevId: 407356792
-
dmauro authored
Guard #includes for threading related headers with GTEST_IS_THREADSAFE Some platforms that don't support threading give errors for including these headers PiperOrigin-RevId: 406133623
-
dmauro authored
Remove the subprocess fallback code for older versions of Python PiperOrigin-RevId: 405967578
-
Abseil Team authored
Add docs section on test sharding Fixes #3622 PiperOrigin-RevId: 405712812
-
Abseil Team authored
Internal change PiperOrigin-RevId: 405710296
-
dmauro authored
Remove GoogleTest's SleepMilliseconds function. It is only used in tests and a portable implementation is available. PiperOrigin-RevId: 405437102
-
dmauro authored
Replace the multiple implementations of Notification with a single portable implementation. The also removes the awkward loop with sleep in Notification and will allow the removal of SleepMilliseconds. PiperOrigin-RevId: 405399733
-
- 01 Nov, 2021 1 commit
-
-
lmat authored
Showing disabled tests is implemented by a new member function on the TestEventListener interface (which is responsible for printing testing output). The new function is called OnTestSkipped and it is invoked when a disabled test is encountered. The PrettyUnitTestResultPrinter has the canonical implementation of this new function. The BriefUnitTestResultPrinter and the EmptyTestEventListener get a nullary implementation. The JsonUnitTestResultPrinter and XmlUnitTestResultPrinter inherit that trivial implementation from the EmptyTestEventListener.
-
- 13 Oct, 2021 4 commits
-
-
Abseil Team authored
Add printer for __{u,}int128_t. PiperOrigin-RevId: 402417369 -
Abseil Team authored
add missing using ::testing::DoAll when DoAll used in example PiperOrigin-RevId: 402416497
-
Andy Soffer authored
PiperOrigin-RevId: 402414489
-
Abseil Team authored
Use newer Docker images in CI The new floor image contains GCC 5.5.0, like the old one. PiperOrigin-RevId: 402402465
-
- 08 Oct, 2021 1 commit
-
-
Yesudeep Mangalapilly authored
-
- 05 Oct, 2021 1 commit
-
-
dinord authored
PiperOrigin-RevId: 400792845
-
- 30 Sep, 2021 1 commit
-
-
Abseil Team authored
googletest: Add printer for {std,absl}::nullopt. PiperOrigin-RevId: 399928554
-
- 28 Sep, 2021 1 commit
-
-
Abseil Team authored
Ensure `.what()` is printed in `ThrowsMessage(...)` to address https://github.com/google/googletest/issues/3582 Closes #3582 PiperOrigin-RevId: 399462851
-
- 24 Sep, 2021 1 commit
-
-
Christian Clauss authored
-
- 23 Sep, 2021 5 commits
-
-
dinord authored
PiperOrigin-RevId: 398271948
-
dinord authored
PiperOrigin-RevId: 397998384
-
dinord authored
PiperOrigin-RevId: 397995447
-
Abseil Team authored
Do not attempt to continue running a test suite if it already failed during `SetUpTestSuite`. The suite already failed and running the tests might just add noise to the run, or even crash the process unnecessarily. Fixes #2187 PiperOrigin-RevId: 397770405
-
Abseil Team authored
PiperOrigin-RevId: 397651677
-
- 17 Sep, 2021 1 commit
-
-
Vertexwahn authored
-
- 16 Sep, 2021 5 commits
-
-
Christian Clauss authored
-
Christian Clauss authored
-
-
Derek Mauro authored
PiperOrigin-RevId: 397082478
-
Abseil Team authored
Add a caveat section for potential memory leak with derived classes using `SetUpTestSuite`. PiperOrigin-RevId: 396986728
-
- 15 Sep, 2021 4 commits
-
-
dmauro authored
Delete unsupported/deprecated scripts PiperOrigin-RevId: 396847020
-
Abseil Team authored
gmock-internal-utils.cc: Use `static_cast` instead of implicit conversion between signed and unsigned types Fixes #3550 PiperOrigin-RevId: 396826071
-
dmauro authored
Rollback delete of unsupported/deprecated scripts PiperOrigin-RevId: 396699187
-
dmauro authored
Delete unsupported/deprecated scripts PiperOrigin-RevId: 396685976
-