Searched refs:ASSERT_EXIT (Results 1 - 5 of 5) sorted by relevance
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest-death-test.h | 94 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting"); 100 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!"); 173 #define ASSERT_EXIT(statement, predicate, matcher) \ macro 176 // Like `ASSERT_EXIT`, but continues on to successive tests in the 185 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, matcher)
|
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest-death-test.h | 92 // 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)
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest-death-test.h | 94 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting"); 100 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!"); 173 #define ASSERT_EXIT(statement, predicate, matcher) \ macro 176 // Like `ASSERT_EXIT`, but continues on to successive tests in the 185 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, matcher)
|
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/ |
H A D | cxa_thread_atexit_test.cpp | 95 fprintf(stderr, "%s", "main thread"); // Used for ASSERT_EXIT.
in ~ClassForMainThread() 114 ASSERT_EXIT(MainThreadFunc(nullptr), testing::ExitedWithCode(0), "main thread");
in HWTEST_F()
|
/third_party/googletest/googletest/test/ |
H A D | googletest-death-test-test.cc | 827 ASSERT_EXIT(_exit(42), testing::ExitedWithCode(42), ""); in TestExitMacros() 840 ASSERT_EXIT(raise(SIGUSR2), testing::KilledBySignal(SIGUSR2), "") << "bar"; in TestExitMacros() 844 ASSERT_EXIT(_exit(0), testing::KilledBySignal(SIGSEGV), "") in TestExitMacros()
|
Completed in 9 milliseconds