Home | History | Annotate | Download | only in src

Lines Matching refs:DIED

198 // conclude.  DIED means that the process died while executing the test
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
398 set_outcome(DIED);
473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
513 case DIED:
519 buffer << " Result: died but not with expected error.\n"
524 buffer << " Result: died but not with expected exit code:\n"