Home | History | Annotate | Download | only in gtest

Lines Matching refs:DIED

6227 // can conclude.  DIED means that the process died while executing the
6232 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
6424 set_outcome(DIED);
6469 // concluded: DIED, LIVED, or RETURNED. The death test fails
6505 case DIED:
6511 buffer << " Result: died but not with expected error.\n"
6516 buffer << " Result: died but not with expected exit code:\n"