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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
bpf_tests.h 30 // Identical to BPF_TEST_C but allows to specify the nature of death.
32 test_case_name, test_name, death, bpf_policy_class_name) \
38 sandbox::UnitTests::RunTestInProcess(&bpf_test_runner, death); \
50 // Identical to BPF_TEST_D but allows to specify the nature of death.
52 test_case_name, test_name, death, bpf_tester_delegate_class) \
56 sandbox::UnitTests::RunTestInProcess(&bpf_test_runner, death); \
86 #define BPF_DEATH_TEST(test_case_name, test_name, death, policy, aux) \
92 sandbox::UnitTests::RunTestInProcess(&bpf_test_runner, death); \
  /external/chromium_org/sandbox/linux/tests/
unit_tests.h 48 // function. Most death tests have very simple requirements. These tests should
51 // test, for a particular exit code, or for a particular death signal.
72 // that the test actually dies. The death test only passes if the death occurs
73 // in the expected fashion, as specified by "death" and "death_aux". These two
75 #define SANDBOX_DEATH_TEST(test_case_name, test_name, death) \
79 sandbox::UnitTests::RunTestInProcess(&sandbox_test_runner, death); \
83 // Define a new test case that runs inside of a GTest death test. This is
85 // changes to the system (i.e. they install a sandbox). GTest provides death
95 // Simple assertion macro that is compatible with running inside of a death
    [all...]
unit_tests.cc 115 DeathCheck death,
218 // call the "death" function, as it might be looking for a
219 // death-test condition that would never have triggered.
224 // only works correctly, if the call of the "death" callback is
226 death(status, msg, death_aux);
  /external/chromium_org/testing/gtest/
CMakeLists.txt 124 cxx_test(gtest-death-test_test gtest_main)
165 cxx_test_with_flags(gtest-death-test_ex_nocatch_test
167 gtest test/gtest-death-test_ex_test.cc)
168 cxx_test_with_flags(gtest-death-test_ex_catch_test
170 gtest test/gtest-death-test_ex_test.cc)
  /external/gtest/test/
Android.mk 78 gtest-death-test_test.cc \
91 # gtest-death-test_ex_test.cc \
  /external/chromium_org/sdch/open-vcdiff/
Makefile.am 72 gtest/include/gtest/gtest-death-test.h \
80 gtest/include/gtest/internal/gtest-death-test-internal.h \
92 gtest/src/gtest-death-test.cc \
  /external/chromium_org/third_party/skia/tests/
MathTest.cpp 134 int death = 0; local
156 death += 1;
157 SkDebugf("death src:%d dst:%d a:%d result:%d float:%g\n",
163 SkDebugf("---- failed %d death %d\n", failed, death);
  /external/chromium_org/v8/test/mjsunit/
md5.js 202 Once more, on pain of death, all men depart.\n"
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 166 milliseconds