HomeSort by relevance Sort by last modified time
    Searched refs:EXPECT_EXIT (Results 1 - 13 of 13) sorted by null

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.h 107 #define EXPECT_EXIT(statement, predicate, regex) \
119 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
  /external/chromium/testing/gtest/include/gtest/
gtest-death-test.h 162 # define EXPECT_EXIT(statement, predicate, regex) \
174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
  /external/gtest/include/gtest/
gtest-death-test.h 162 # define EXPECT_EXIT(statement, predicate, regex) \
174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-death-test.h 162 # define EXPECT_EXIT(statement, predicate, regex) \
174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
  /external/protobuf/gtest/include/gtest/
gtest-death-test.h 162 #define EXPECT_EXIT(statement, predicate, regex) \
174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 360 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), "")
    [all...]
gtest-port_test.cc 153 EXPECT_EXIT({
  /external/chromium/testing/gtest/test/
gtest-death-test_test.cc 369 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), "");
392 EXPECT_EXIT(_exit(i), testing::ExitedWithCode(i), "") << ": i = " << i;
399 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), "");
668 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), "");
676 EXPECT_EXIT(raise(SIGABRT), testing::ExitedWithCode(3), "");
680 EXPECT_EXIT(raise(SIGKILL), testing::KilledBySignal(SIGKILL), "") << "foo";
691 EXPECT_EXIT(raise(SIGSEGV), testing::ExitedWithCode(0), "")
737 EXPECT_EXIT(DieWithMessage("exiting with rc 1\n"),
    [all...]
gtest-port_test.cc 317 EXPECT_EXIT({
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 369 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), "");
392 EXPECT_EXIT(_exit(i), testing::ExitedWithCode(i), "") << ": i = " << i;
399 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), "");
668 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), "");
676 EXPECT_EXIT(raise(SIGABRT), testing::ExitedWithCode(3), "");
680 EXPECT_EXIT(raise(SIGKILL), testing::KilledBySignal(SIGKILL), "") << "foo";
691 EXPECT_EXIT(raise(SIGSEGV), testing::ExitedWithCode(0), "")
737 EXPECT_EXIT(DieWithMessage("exiting with rc 1\n"),
    [all...]
gtest-port_test.cc 337 EXPECT_EXIT({
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_interface_test.cc 196 EXPECT_EXIT(DoDoubleFree(), ::testing::ExitedWithCode(7), "");
198 EXPECT_EXIT(DoDoubleFree(), ::testing::ExitedWithCode(8), "");
200 EXPECT_EXIT(DoDoubleFree(),
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h     [all...]

Completed in 79 milliseconds