• Abseil Team's avatar
    Googletest export · 0570d97f
    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
    0570d97f
googletest-catch-exceptions-test.py 9.77 KB