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

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.h91 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
97 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
102 #define ASSERT_EXIT(statement, predicate, regex) \ macro
105 // Like ASSERT_EXIT, but continues on to successive tests in the
114 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/gtest/include/gtest/
H A Dgtest-death-test.h81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
87 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
157 #define ASSERT_EXIT(statement, predicate, regex) \ macro
160 // Like ASSERT_EXIT, but continues on to successive tests in the
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/protobuf/gtest/include/gtest/
H A Dgtest-death-test.h81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
87 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
157 #define ASSERT_EXIT(statement, predicate, regex) \ macro
160 // Like ASSERT_EXIT, but continues on to successive tests in the
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/gtest/test/
H A Dgtest-death-test_test.cc665 ASSERT_EXIT(_exit(42), testing::ExitedWithCode(42), "");
686 ASSERT_EXIT(raise(SIGUSR2), testing::KilledBySignal(SIGUSR2), "") << "bar";
689 ASSERT_EXIT(_exit(0), testing::KilledBySignal(SIGSEGV), "")
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc660 ASSERT_EXIT(_exit(42), testing::ExitedWithCode(42), "");
687 ASSERT_EXIT(raise(SIGUSR2), testing::KilledBySignal(SIGUSR2), "") << "bar";
690 ASSERT_EXIT(_exit(0), testing::KilledBySignal(SIGSEGV), "")

Completed in 17 milliseconds