Home | History | Annotate | Download | only in gtest

Lines Matching refs:DIED

6730 // conclude.  DIED means that the process died while executing the test
6738 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
6932 set_outcome(DIED);
7007 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
7047 case DIED:
7053 buffer << " Result: died but not with expected error.\n"
7058 buffer << " Result: died but not with expected exit code:\n"