Home | History | Annotate | Download | only in src

Lines Matching defs:DIED

236 // conclude.  DIED means that the process died while executing the test
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
438 set_outcome(DIED);
513 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
553 case DIED:
559 buffer << " Result: died but not with expected error.\n"
564 buffer << " Result: died but not with expected exit code:\n"