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

/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc248 // code; LIVED means that process lived beyond the end of the test code;
255 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
459 set_outcome(LIVED);
524 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
552 case LIVED:

Completed in 8 milliseconds