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

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.h 91 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
97 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
102 #define ASSERT_EXIT(statement, predicate, regex) \
105 // Like ASSERT_EXIT, but continues on to successive tests in the
114 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
  /external/chromium/testing/gtest/include/gtest/
gtest-death-test.h 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
87 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
157 # define ASSERT_EXIT(statement, predicate, regex) \
160 // Like ASSERT_EXIT, but continues on to successive tests in the
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
  /external/gtest/include/gtest/
gtest-death-test.h 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
87 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
157 # define ASSERT_EXIT(statement, predicate, regex) \
160 // Like ASSERT_EXIT, but continues on to successive tests in the
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-death-test.h 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
87 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
157 # define ASSERT_EXIT(statement, predicate, regex) \
160 // Like ASSERT_EXIT, but continues on to successive tests in the
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
  /external/protobuf/gtest/include/gtest/
gtest-death-test.h 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
87 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
157 #define ASSERT_EXIT(statement, predicate, regex) \
160 // Like ASSERT_EXIT, but continues on to successive tests in the
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
  /external/chromium/testing/gtest/test/
gtest-death-test_test.cc 669 ASSERT_EXIT(_exit(42), testing::ExitedWithCode(42), "");
681 ASSERT_EXIT(raise(SIGUSR2), testing::KilledBySignal(SIGUSR2), "") << "bar";
684 ASSERT_EXIT(_exit(0), testing::KilledBySignal(SIGSEGV), "")
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 669 ASSERT_EXIT(_exit(42), testing::ExitedWithCode(42), "");
681 ASSERT_EXIT(raise(SIGUSR2), testing::KilledBySignal(SIGUSR2), "") << "bar";
684 ASSERT_EXIT(_exit(0), testing::KilledBySignal(SIGSEGV), "")
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 660 ASSERT_EXIT(_exit(42), testing::ExitedWithCode(42), "");
687 ASSERT_EXIT(raise(SIGUSR2), testing::KilledBySignal(SIGUSR2), "") << "bar";
690 ASSERT_EXIT(_exit(0), testing::KilledBySignal(SIGSEGV), "")
    [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h     [all...]

Completed in 26 milliseconds