summaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a bounds check to protect against an empty vector from GetArgs(), whichAbseil Team2024-06-281-2/+5
* Change GoogleTest flag removal to not read beyond the end of the arrayDerek Mauro2024-05-211-6/+6
* Merge pull request #4508 from davidmatson:addJsonSkippedCopybara-Service2024-04-081-16/+43
|\
| * Add skipped messages to JSON output (fixes #4507).refs/pull/4508/headDavid Matson2024-04-031-16/+41
* | Merge pull request #4505 from to01z:add-winapi-partition-games-supportCopybara-Service2024-04-031-7/+7
|\ \ | |/ |/|
| * Add support for compiling GoogleTest for XboxTroels Gram2024-03-241-5/+7
* | Merge pull request #4503 from davidmatson:fixTypoCopybara-Service2024-04-021-1/+1
|\ \
| * | Fix typo in comment.refs/pull/4503/headDavid Matson2024-03-291-1/+1
| |/
* | Merge pull request #4502 from davidmatson:fixStreamHelpTextOsCopybara-Service2024-04-021-1/+1
|\ \ | |/ |/|
| * Fix help text for stream_result_to flag.refs/pull/4502/headDavid Matson2024-03-281-1/+1
|/
* Merge pull request #4490 from memdo:mainCopybara-Service2024-03-181-7/+6
|\
| * Add colored output support for Alacrittyrefs/pull/4490/headMustafa Berkay Düzenli2024-03-151-0/+1
|/
* Reland: Optimize Google Test process startupAbseil Team2024-03-081-49/+31
* Revert Optimize Google Test process startupAbseil Team2024-03-051-50/+67
* Optimize Google Test process startupAbseil Team2024-03-051-67/+50
* Make sure that current_test_suite and current_test_info are mutex-protected w...Abseil Team2024-02-271-18/+31
* Destroy installed environments in normal code, not in static teardown.Abseil Team2024-02-071-3/+12
* Do not emit stack traces for messages generated by SUCCEED()Abseil Team2024-01-301-4/+14
* If GTEST_NO_ABSL_FLAGS is #defined, then the Abseil flag libraryAbseil Team2024-01-181-1/+7
* Make posix::FileNo available under !GTEST_HAS_FILE_SYSTEMAbseil Team2024-01-161-4/+2
* Do not emit stack traces for messages generated by GTEST_SKIP()Abseil Team2024-01-161-1/+6
* Remove unnecessary conversionTom Hughes2023-12-121-2/+2
* Merge pull request #4397 from botovq:raiseCopybara-Service2023-10-301-0/+1
|\
| * Add missing include for raise(3)refs/pull/4397/headTheo Buehler2023-10-251-0/+1
|/
* Use the `empty()` method to check for emptiness instead of `length()`Abseil Team2023-09-181-1/+1
* changed http to httpsrefs/pull/4349/headsthd2023-08-221-1/+1
* Merge pull request #4322 from pgawro:ansi_colorsCopybara-Service2023-08-181-1/+2
|\
| * googletest: ansi color fixrefs/pull/4322/headPatryk Gawroński2023-08-161-1/+2
|/
* 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