summaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-catch-exceptions-test.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4300 from eltociear:patch-1Copybara-Service2023-06-271-2/+2
|\ | | | | | | | | PiperOrigin-RevId: 543586460 Change-Id: I87ee05c4b77fb643a3381018568a4765d0a12b18
| * Fix typo in googletest-catch-exceptions-test.pyrefs/pull/4300/headIkko Eltociear Ashimine2023-06-221-2/+2
|/ | | FITLER_OUT_SEH_TESTS_FLAG -> FILTER_OUT_SEH_TESTS_FLAG
* Fix formatting in Python filesTom Hughes2023-01-261-0/+1
| | | | | PiperOrigin-RevId: 504890435 Change-Id: Ia9a89d0d7a07fe70c12f7f0202c8256c94d2f118
* Remove pylint disable comments that no longer trigger warningsTom Hughes2023-01-251-1/+0
| | | | | PiperOrigin-RevId: 504633130 Change-Id: I3fdbc83975fea97aa53f7325d323adead0a30e24
* Fix formatting in subset of Python filesTom Hughes2023-01-251-53/+109
| | | | | | | | These files were formatted with automated tools. The remaining Python files require some manual fix ups, so they will be fixed separately. PiperOrigin-RevId: 504579820 Change-Id: I3923bd414bffe3ded6163ec496cd09ace3951928
* Replace deprecated python callsTom Hughes2023-01-171-28/+51
| | | | | | | | assert_ -> assertTrue/assertFalse/assertIn/assertNotIn assertEquals -> assertEqual PiperOrigin-RevId: 502654909 Change-Id: I25d30095a83c3806606cb80d676b3c979495e6bd
* Makes the Python imports consistently use full paths from the repository root,Derek Mauro2021-12-221-1/+1
| | | | | | | | | unifying the behavior between Bazel and CMake This fixes one of the CI failures on Windows PiperOrigin-RevId: 417872531 Change-Id: I156989323b7e6d4a4420f4f9691b078829db933d
* Googletest exportAbseil Team2021-09-231-5/+5
| | | | | | | | | | 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
* Googletest exportAbseil Team2019-05-101-68/+73
| | | | | | Print the test output on assertion failure. PiperOrigin-RevId: 247283764
* Googletest exportmisterg2019-01-111-12/+12
| | | | | | Change tests to use new Test Suite API PiperOrigin-RevId: 228908894
* Googletest exportmisterg2019-01-031-4/+2
| | | | | | TestCase->TestSuite refactoring PiperOrigin-RevId: 227702164
* Comments changes, no functionality changes. Gennadiy Civil2018-08-141-2/+0
|
* cmake fixesGennadiy Civil2018-08-021-1/+1
|
* more fixesGennadiy Civil2018-08-021-2/+2
|
* fixes testsGennadiy Civil2018-08-021-1/+1
|
* cmake test fixesGennadiy Civil2018-08-021-2/+2
|
* gtest catch exceptions test and gtest shuffle testGennadiy Civil2018-08-011-0/+235