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

/xsrc/external/mit/MesaLib.old/dist/src/gtest/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:
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc273 // code; LIVED means that process lived beyond the end of the test code;
278 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
484 set_outcome(LIVED);
553 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
580 case LIVED:

Completed in 7 milliseconds