Searched refs:DeathTestAbort (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc285 static void DeathTestAbort(const std::string& message) { function in namespace:testing::internal
304 // A replacement for CHECK that calls DeathTestAbort if the assertion
309 DeathTestAbort( \
322 // something other than EINTR, DeathTestAbort is called.
330 DeathTestAbort( \
372 DeathTestAbort("Cannot run a death test outside of a TEST or "
1257 DeathTestAbort(std::string("chdir(\"") + original_dir + "\") failed: " +
1268 DeathTestAbort(std::string("execve(") + args->argv[0] + ", ...) in " +
1330 DeathTestAbort(std::string("chdir(\"") + original_dir + "\") failed: " +
1537 DeathTestAbort("Unabl
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc262 void DeathTestAbort(const std::string& message) { function in namespace:testing::internal
281 // A replacement for CHECK that calls DeathTestAbort if the assertion
286 DeathTestAbort( \
299 // something other than EINTR, DeathTestAbort is called.
307 DeathTestAbort( \
349 DeathTestAbort("Cannot run a death test outside of a TEST or "
971 DeathTestAbort(std::string("chdir(\"") + original_dir + "\") failed: " +
982 DeathTestAbort(std::string("execve(") + args->argv[0] + ", ...) in " +
1037 DeathTestAbort(std::string("chdir(\"") + original_dir + "\") failed: " +
1234 DeathTestAbort("Unabl
[all...]

Completed in 6 milliseconds