Home | History | Annotate | Download | only in src

Lines Matching full:died

188 // can conclude.  DIED means that the process died while executing the
193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
473 set_outcome(DIED);
750 set_outcome(DIED);
788 // concluded: DIED, LIVED, or RETURNED. The death test fails
828 case DIED:
833 buffer << " Result: died but not with expected error.\n"
838 buffer << " Result: died but not with expected exit code:\n"