Lines Matching refs:DIED
188 // can conclude. DIED means that the process died while executing the
193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
385 set_outcome(DIED);
430 // concluded: DIED, LIVED, or RETURNED. The death test fails
466 case DIED:
472 buffer << " Result: died but not with expected error.\n"
477 buffer << " Result: died but not with expected exit code:\n"