Home | History | Annotate | Download | only in src

Lines Matching defs:DIED

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