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

/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc247 // conclude. DIED means that the process died while executing the test
255 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
449 set_outcome(DIED);
524 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
564 case DIED:

Completed in 6 milliseconds