Searched refs:THREW (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc250 // statement, which is not allowed; THREW means that the test statement
255 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
456 set_outcome(THREW);
524 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
556 case THREW:
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc275 // statement, which is not allowed; THREW means that the test statement
278 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
481 set_outcome(THREW);
553 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
584 case THREW:

Completed in 9 milliseconds