Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers_unittest.cc119 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 Dgtest-death-test.h178 #define EXPECT_EXIT(statement, predicate, matcher) \ macro
190 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, matcher)
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-death-test.h173 # define EXPECT_EXIT(statement, predicate, regex) \ macro
185 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-death-test.h178 #define EXPECT_EXIT(statement, predicate, matcher) \ macro
190 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, matcher)
/third_party/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc388 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 Dgoogletest-port-test.cc376 EXPECT_EXIT( in TEST()
H A Dgtest_unittest.cc6173 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 Dfailure_signal_handler_test.cc54 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 Dthread_thrd_test.cpp102 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 Dldso_cfi_test.cpp181 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 Dparse_test.cc865 EXPECT_EXIT(InvokeParse(in_args1), testing::ExitedWithCode(1), ""); in TEST_F()

Completed in 18 milliseconds