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

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-death-test.h92 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
98 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
168 # define ASSERT_EXIT(statement, predicate, regex) \ macro
171 // Like ASSERT_EXIT, but continues on to successive tests in the
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc785 ASSERT_EXIT(_exit(42), testing::ExitedWithCode(42), "");
797 ASSERT_EXIT(raise(SIGUSR2), testing::KilledBySignal(SIGUSR2), "") << "bar";
800 ASSERT_EXIT(_exit(0), testing::KilledBySignal(SIGSEGV), "")

Completed in 18 milliseconds