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

/gem5/ext/googletest/googletest/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 5 milliseconds