Searched refs:DIED (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest-death-test.cc | 247 // 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:
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest-death-test.cc | 272 // conclude. DIED means that the process died while executing the test 278 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome 474 set_outcome(DIED); 553 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 592 case DIED:
|
Completed in 8 milliseconds