Home | History | Annotate | Download | only in src

Lines Matching refs:DIED

247 // conclude.  DIED means that the process died while executing the test
255 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
449 set_outcome(DIED);
524 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
564 case DIED:
570 buffer << " Result: died but not with expected error.\n"
575 buffer << " Result: died but not with expected exit code:\n"