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

/openjdk9/test/fmw/gtest/src/
H A Dgtest-death-test.cc236 // conclude. DIED means that the process died while executing the test
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
438 set_outcome(DIED);
513 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
553 case DIED:

Completed in 98 milliseconds