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

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-death-test.h173 # define EXPECT_EXIT(statement, predicate, regex) \ macro
185 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-death-test.h162 # define EXPECT_EXIT(statement, predicate, regex) \ macro
174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/gtest/include/gtest/
H A Dgtest-death-test.h173 # define EXPECT_EXIT(statement, predicate, regex) \ macro
185 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-death-test.h162 # define EXPECT_EXIT(statement, predicate, regex) \ macro
174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-death-test.h162 # define EXPECT_EXIT(statement, predicate, regex) \ macro
174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/protobuf/gtest/include/gtest/
H A Dgtest-death-test.h162 #define EXPECT_EXIT(statement, predicate, regex) \ macro
174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc360 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), "");
383 EXPECT_EXIT(_exit(i), testing::ExitedWithCode(i), "") << ": i = " << i;
390 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), "");
659 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), "");
667 EXPECT_EXIT({
673 EXPECT_EXIT({
684 EXPECT_EXIT(raise(SIGABRT), testing::ExitedWithCode(3), "");
686 EXPECT_EXIT(raise(SIGKILL), testing::KilledBySignal(SIGKILL), "") << "foo";
696 EXPECT_EXIT(raise(SIGSEGV), testing::ExitedWithCode(0), "")
H A Dgtest-port_test.cc153 EXPECT_EXIT({
/external/chromium_org/testing/gtest/test/
H A Dgtest-death-test_test.cc367 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), "");
442 EXPECT_EXIT(_exit(i), testing::ExitedWithCode(i), "") << ": i = " << i;
449 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), "");
780 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), "");
788 EXPECT_EXIT(raise(SIGABRT), testing::ExitedWithCode(3), "") << "b_ar";
792 EXPECT_EXIT(raise(SIGKILL), testing::KilledBySignal(SIGKILL), "") << "foo";
803 EXPECT_EXIT(raise(SIGSEGV), testing::ExitedWithCode(0), "")
849 EXPECT_EXIT(DieWithMessage("exiting with rc 1\n"),
H A Dgtest-port_test.cc379 EXPECT_EXIT({
/external/gtest/test/
H A Dgtest-death-test_test.cc372 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), "");
447 EXPECT_EXIT(_exit(i), testing::ExitedWithCode(i), "") << ": i = " << i;
454 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), "");
719 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), "");
727 EXPECT_EXIT(raise(SIGABRT), testing::ExitedWithCode(3), "") << "b_ar";
731 EXPECT_EXIT(raise(SIGKILL), testing::KilledBySignal(SIGKILL), "") << "foo";
742 EXPECT_EXIT(raise(SIGSEGV), testing::ExitedWithCode(0), "")
788 EXPECT_EXIT(DieWithMessage("exiting with rc 1\n"),
H A Dgtest-port_test.cc379 EXPECT_EXIT({
/external/compiler-rt/lib/asan/tests/
H A Dasan_interface_test.cc145 EXPECT_EXIT(DoDoubleFree(), ::testing::ExitedWithCode(7), "");
147 EXPECT_EXIT(DoDoubleFree(), ::testing::ExitedWithCode(8), "");
149 EXPECT_EXIT(DoDoubleFree(),
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8341 // ASSERT_EXIT*, and EXPECT_EXIT*.
8608 # define EXPECT_EXIT(statement, predicate, regex) \ macro
8620 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8341 // ASSERT_EXIT*, and EXPECT_EXIT*.
8608 # define EXPECT_EXIT(statement, predicate, regex) \ macro
8620 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)

Completed in 496 milliseconds