summaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest.cc
Commit message (Expand)AuthorAgeFilesLines
* Make GoogleTest handle SEH exceptions before stack unwinding rather than afte...Abseil Team2023-06-301-43/+24
* Print stack traces on SEH exceptions on WindowsAbseil Team2023-06-281-18/+21
* On platforms without a file system, don't log an error when noDerek Mauro2023-06-281-2/+4
* Allow clients to un-suppress output from gUnit EXPECT_EXIT tests.Abseil Team2023-06-151-3/+3
* Skip entire test suite with `GTEST_SKIP()` in `SetUpTestSuite`Dino Radakovic2023-06-141-1/+2
* Use Abseil Flag public API for flag parsing.Abseil Team2023-04-261-15/+54
* Use '=default' to define trivial constructor/destructorsrefs/pull/4221/headTom Hughes2023-04-211-4/+4
* Add missing std includesTom Hughes2023-04-201-0/+3
* Make parameter names in function declaration match the names in theTom Hughes2023-04-201-10/+10
* gtest.cc: run tests within a test suite in a deterministic order.Abseil Team2023-04-051-0/+20
* Rolled back due to breaking existing tests.Abseil Team2023-04-031-20/+0
* gtest.cc: run tests within a test suite in a deterministic order.Aaron Jacobs2023-03-301-0/+20
* Internal Code ChangeAbseil Team2023-03-231-6/+5
* gtest.cc: add a newline after a failure when there is no OS stack trace.Aaron Jacobs2023-03-231-0/+2
* Remove GTEST_FOR_GOOGLE_ macroTom Hughes2023-03-061-4/+0
* Replace "#if GTEST_HAS_ABSL" with "#ifdef GTEST_HAS_ABSL"Tom Hughes2023-03-061-6/+6
* Use "#ifdef" with public macrosTom Hughes2023-03-061-6/+6
* Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."Tom Hughes2023-03-061-31/+36
* Eliminate argv list action parameter.Abseil Team2023-02-281-2/+1
* Merge pull request #4164 from sergio-nsk:patch-2Copybara-Service2023-02-271-0/+4
|\
| * Fix error in_death_test_child_process: undeclared identifierrefs/pull/4164/headSergey2023-02-211-0/+3
|/
* Remove some filesystem APIs and tests under !GTEST_HAS_FILE_SYSTEMAbseil Team2023-02-141-1/+6
* Fix -Wsign-conversion warningsTom Hughes2023-02-021-5/+0
* Add a trailing decimal point to FormatTimeInMillisAsSeconds() output when inputAbseil Team2023-02-021-0/+8
* Fix formatting of C++ filesTom Hughes2023-01-241-3/+3
* Fix GTEST_OS_ESP8266 checkTom Hughes2023-01-051-1/+1
* Workaround for GCC12 bug illustrated by https://godbolt.org/z/Pe5aE59xGDerek Mauro2023-01-041-1/+2
* Introduces a new porting flag (GTEST_HAS_FILE_SYSTEM) to indicate whether a p...Abseil Team2022-12-121-4/+37
* Fall back to the system clock when building with newlib on a system without a...Tom Hughes2022-12-081-3/+10
* Remove the unused class TestNameIsDerek Mauro2022-12-061-31/+0
* Merge pull request #4058 from zloylos:support-kitty-termCopybara-Service2022-11-141-9/+10
|\
| * Support kitty TERMrefs/pull/4058/headDenis Hananein2022-11-101-0/+1
* | Defined a testing::SrcDir() function that returns the name of a directoryAbseil Team2022-11-111-9/+34
* | RecordProperty serializes ints and 64-bit ints, including size_tsAbseil Team2022-11-071-6/+4
|/
* Fix JSON output format #3884refs/pull/4036/headDenis Hananein2022-10-111-0/+3
* [fuchsia] Use __builtin_trap to trigger gunit_break_on_failure on non-x86 archAbseil Team2022-10-061-0/+12
* Add GoogleTest workaround for MSVC crash with Address Sanitizer (ASAN) on ver...Abseil Team2022-09-271-1/+2
* Consider all TERM values ending in "-256color" to be color supporting. In par...Abseil Team2022-08-261-6/+3
* Merge pull request #3918 from assafpr:master2mainCopybara-Service2022-08-011-1/+1
|\
| * Update gtest.ccassafpr2022-06-271-1/+1
* | Merge pull request #3927 from yutotnh:fix-typoCopybara-Service2022-07-181-3/+3
|\ \
| * | fix: some typos in sourcerefs/pull/3927/headyutotnh2022-07-011-3/+3
| |/
* | Merge pull request #3928 from venik:venik-clean-upCopybara-Service2022-07-121-1/+1
|\ \
| * | cleanup from unique_ptr branchrefs/pull/3928/headAlexander Nikforov2022-07-011-1/+1
| |/
* | Merge pull request #3868 from eidosmontreal:fix_undefined_symbol_kMaxRangeCopybara-Service2022-07-111-0/+2
|\ \ | |/ |/|
| * Fix for undefined symbol: testing::internal::Random::kMaxRangerefs/pull/3868/headGaspard Petit2022-05-311-0/+2
* | Merge pull request #3866 from eidosmontreal:simplify_shouldusecolorCopybara-Service2022-06-131-5/+0
|\ \ | |/ |/|
| * Simplify ColoredPrintf to rely on ShouldUseColorGaspard Petit2022-05-301-7/+1
|/
* Do a consistent way of searching for a temporary directory.Abseil Team2022-05-111-25/+26
* Use TEST_TMPDIR on MacOS as well if available.Abseil Team2022-05-031-2/+2