Home
last modified time | relevance | path

Searched refs:ASSERT_EXIT (Results 1 – 25 of 25) sorted by relevance

/external/minijail/
Dminijail0_cli_unittest.cc87 ASSERT_EXIT(parse_args_(argv), testing::ExitedWithCode(1), ""); in TEST_F()
93 ASSERT_EXIT(parse_args_(argv), testing::ExitedWithCode(0), ""); in TEST_F()
96 ASSERT_EXIT(parse_args_(argv), testing::ExitedWithCode(0), ""); in TEST_F()
99 ASSERT_EXIT(parse_args_(argv), testing::ExitedWithCode(0), ""); in TEST_F()
122 ASSERT_EXIT(parse_args_(argv), testing::ExitedWithCode(1), ""); in TEST_F()
125 ASSERT_EXIT(parse_args_(argv), testing::ExitedWithCode(1), ""); in TEST_F()
128 ASSERT_EXIT(parse_args_(argv), testing::ExitedWithCode(1), ""); in TEST_F()
132 ASSERT_EXIT(parse_args_(argv), testing::ExitedWithCode(1), in TEST_F()
150 ASSERT_EXIT(parse_args_(argv), testing::ExitedWithCode(1), ""); in TEST_F()
153 ASSERT_EXIT(parse_args_(argv), testing::ExitedWithCode(1), ""); in TEST_F()
[all …]
/external/libchrome/base/process/
Dmemory_unittest.cc164 ASSERT_EXIT({ in TEST_F()
171 ASSERT_EXIT({ in TEST_F()
178 ASSERT_EXIT({ in TEST_F()
185 ASSERT_EXIT({ in TEST_F()
192 ASSERT_EXIT({ in TEST_F()
199 ASSERT_EXIT({ in TEST_F()
208 ASSERT_EXIT({ in TEST_F()
228 ASSERT_EXIT( in TEST_F()
242 ASSERT_EXIT({ in TEST_F()
249 ASSERT_EXIT({ in TEST_F()
[all …]
/external/libbrillo/brillo/
Dflag_helper_test.cc255 ASSERT_EXIT( in TEST_F()
283 ASSERT_EXIT(brillo::FlagHelper::Init(base::size(argv), argv, "TestIntExit"), in TEST_F()
304 ASSERT_EXIT( in TEST_F()
326 ASSERT_EXIT( in TEST_F()
349 ASSERT_EXIT( in TEST_F()
372 ASSERT_EXIT( in TEST_F()
395 ASSERT_EXIT( in TEST_F()
418 ASSERT_EXIT( in TEST_F()
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-death-test.h157 # define ASSERT_EXIT(statement, predicate, regex) \ macro
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/cronet/third_party/boringssl/src/third_party/googletest/include/gtest/
Dgtest-death-test.h168 # define ASSERT_EXIT(statement, predicate, regex) \ macro
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/mesa3d/src/gtest/include/gtest/
Dgtest-death-test.h168 # define ASSERT_EXIT(statement, predicate, regex) \ macro
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/googletest/googletest/include/gtest/
Dgtest-death-test.h168 # define ASSERT_EXIT(statement, predicate, regex) \ macro
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-death-test.h173 #define ASSERT_EXIT(statement, predicate, matcher) \ macro
185 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, matcher)
/external/libvpx/third_party/googletest/src/include/gtest/
Dgtest-death-test.h173 #define ASSERT_EXIT(statement, predicate, matcher) \ macro
185 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, matcher)
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest-death-test.h168 # define ASSERT_EXIT(statement, predicate, regex) \ macro
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/cronet/third_party/googletest/src/googletest/include/gtest/
Dgtest-death-test.h173 #define ASSERT_EXIT(statement, predicate, matcher) \ macro
185 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, matcher)
/external/libhevc/common/
Dihevc_debug.h53 #ifndef ASSERT_EXIT
/external/cronet/base/process/
Dmemory_unittest.cc129 ASSERT_EXIT(statement, \
280 ASSERT_EXIT( in TEST_F()
/external/perfetto/src/base/
Dpaged_memory_unittest.cc204 ASSERT_EXIT( in TEST()
/external/googletest/googletest/test/
Dgoogletest-death-test-test.cc844 ASSERT_EXIT(_exit(42), testing::ExitedWithCode(42), ""); in TestExitMacros()
857 ASSERT_EXIT(raise(SIGUSR2), testing::KilledBySignal(SIGUSR2), "") << "bar"; in TestExitMacros()
860 ASSERT_EXIT(_exit(0), testing::KilledBySignal(SIGSEGV), "") in TestExitMacros()
/external/cronet/third_party/boringssl/src/third_party/googletest/test/
Dgoogletest-death-test-test.cc844 ASSERT_EXIT(_exit(42), testing::ExitedWithCode(42), ""); in TestExitMacros()
857 ASSERT_EXIT(raise(SIGUSR2), testing::KilledBySignal(SIGUSR2), "") << "bar"; in TestExitMacros()
860 ASSERT_EXIT(_exit(0), testing::KilledBySignal(SIGSEGV), "") in TestExitMacros()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-death-test-test.cc844 ASSERT_EXIT(_exit(42), testing::ExitedWithCode(42), ""); in TestExitMacros()
857 ASSERT_EXIT(raise(SIGUSR2), testing::KilledBySignal(SIGUSR2), "") << "bar"; in TestExitMacros()
860 ASSERT_EXIT(_exit(0), testing::KilledBySignal(SIGSEGV), "") in TestExitMacros()
/external/cronet/third_party/googletest/src/googletest/test/
Dgoogletest-death-test-test.cc827 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()
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_death_test.cc250 ASSERT_EXIT(printf(NULL), ::testing::ExitedWithCode(0), ""); in TEST_F()
/external/cronet/third_party/googletest/src/docs/reference/
Dassertions.md601 `ASSERT_EXIT(`*`statement`*`,`*`predicate`*`,`*`matcher`*`)`
/external/googletest/docs/
Dadvanced.md665 `ASSERT_EXIT(statement, predicate, matcher);` | `EXPECT_EXIT(statement, predicate, matcher);` …
712 2. (in the case of `ASSERT_EXIT` and `EXPECT_EXIT`) does the exit status
824 Under the hood, `ASSERT_EXIT()` spawns a new process and executes the death test
911 The `statement` argument of `ASSERT_EXIT()` can be any valid C++ statement. If
/external/cronet/third_party/boringssl/src/third_party/googletest/docs/
Dadvanced.md646 `ASSERT_EXIT(statement, predicate, matcher);` | `EXPECT_EXIT(statement, predicate, matcher);` …
692 2. (in the case of `ASSERT_EXIT` and `EXPECT_EXIT`) does the exit status
803 Under the hood, `ASSERT_EXIT()` spawns a new process and executes the death test
889 The `statement` argument of `ASSERT_EXIT()` can be any valid C++ statement. If
/external/cronet/third_party/googletest/src/docs/
Dadvanced.md448 2. (in the case of `ASSERT_EXIT` and `EXPECT_EXIT`) does the exit status
591 The `statement` argument of `ASSERT_EXIT()` can be any valid C++ statement. If
/external/fmtlib/test/gtest/
Dgtest.h8607 # define ASSERT_EXIT(statement, predicate, regex) \
8619 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gtest/
Dgtest.h9458 # define ASSERT_EXIT(statement, predicate, regex) \
9470 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)