Home | History | Annotate | Download | only in googletest

Lines Matching defs:LIVED

199 // code; LIVED means that process lived beyond the end of the test code;
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
408 set_outcome(LIVED);
473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
501 case LIVED: