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

/openjdk9/test/fmw/gtest/src/
H A Dgtest-death-test.cc237 // code; LIVED means that process lived beyond the end of the test code;
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
448 set_outcome(LIVED);
513 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
541 case LIVED:

Completed in 90 milliseconds