/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_helpers_unittest.cc | 119 EXPECT_EXIT(TextFormatDecodeData::DecodeDataForString("", ""), in TEST() 122 EXPECT_EXIT(TextFormatDecodeData::DecodeDataForString("a", ""), in TEST() 125 EXPECT_EXIT(TextFormatDecodeData::DecodeDataForString("", "a"), in TEST() 132 EXPECT_EXIT( in TEST() 136 EXPECT_EXIT( in TEST() 212 EXPECT_EXIT(decode_data.AddString(1, "", ""), in TEST() 215 EXPECT_EXIT(decode_data.AddString(1, "a", ""), in TEST() 218 EXPECT_EXIT(decode_data.AddString(1, "", "a"), in TEST() 225 EXPECT_EXIT( in TEST() 229 EXPECT_EXIT( in TEST() [all...] |
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest-death-test.h | 178 #define EXPECT_EXIT(statement, predicate, matcher) \ macro 190 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, matcher)
|
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest-death-test.h | 173 # define EXPECT_EXIT(statement, predicate, regex) \ macro 185 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest-death-test.h | 178 #define EXPECT_EXIT(statement, predicate, matcher) \ macro 190 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, matcher)
|
/third_party/googletest/googletest/test/ |
H A D | googletest-death-test-test.cc | 388 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), ""); in TEST_F() 466 EXPECT_EXIT(_exit(i), testing::ExitedWithCode(i), "") << ": i = " << i; in TEST_F() 473 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), ""); in TEST_F() 826 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), ""); in TestExitMacros() 834 EXPECT_EXIT(raise(SIGABRT), testing::ExitedWithCode(3), "") << "b_ar"; in TestExitMacros() 839 EXPECT_EXIT(raise(SIGKILL), testing::KilledBySignal(SIGKILL), "") << "foo"; in TestExitMacros() 853 EXPECT_EXIT(raise(SIGSEGV), testing::ExitedWithCode(0), "") in TestExitMacros() 900 EXPECT_EXIT(DieWithMessage("exiting with rc 1\n"), in TEST_F()
|
H A D | googletest-port-test.cc | 376 EXPECT_EXIT( in TEST()
|
H A D | gtest_unittest.cc | 6173 EXPECT_EXIT(GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Filter(""), true), in TEST_F() 6192 EXPECT_EXIT(GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags(), true), in TEST_F()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
H A D | failure_signal_handler_test.cc | 54 EXPECT_EXIT(InstallHandlerAndRaise(signo), testing::KilledBySignal(signo), in TEST_P() 106 EXPECT_EXIT(InstallHandlerWithWriteToFileAndRaise(file.c_str(), signo), in TEST_P()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | thread_thrd_test.cpp | 102 EXPECT_EXIT(thrd_exit(12), ::testing::ExitedWithCode(EXIT_SUCCESS), ""); in HWTEST_F()
|
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/ |
H A D | ldso_cfi_test.cpp | 181 EXPECT_EXIT(__cfi_slowpath(callSiteTypeId, static_cast<void*>(&count)), ExitBySig, ""); in HWTEST_F() 200 EXPECT_EXIT(__cfi_slowpath(callSiteTypeId, (*globalAddress)()), ExitBySig, ""); in HWTEST_F()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | parse_test.cc | 865 EXPECT_EXIT(InvokeParse(in_args1), testing::ExitedWithCode(1), ""); in TEST_F()
|