Home | History | Annotate | Download | only in test

Lines Matching full:failure

166     FAIL() << "Fatal failure in some other thread. "
167 << "(This failure is expected.)";
169 ADD_FAILURE() << "Non-fatal failure in some other thread. "
170 << "(This failure is expected.)";
180 // We should only have one failure (the one from
192 // We should only have one failure (the one from
200 // fatal failure, only another one does.
211 // We need to add a failure, because main() checks that there are failures.
213 ADD_FAILURE() << "This is an expected non-fatal failure.";
218 // fatal failure, only another one does.
230 // We need to add a failure, because main() checks that there are failures,
232 ADD_FAILURE() << "This is an expected non-fatal failure.";