/freebsd/tools/regression/bpf/bpf_filter/ |
H A D | bpf_test.c | 230 if (expect_signal != 0) { in main() 233 expect_signal); in main() 257 if (expect_signal == 0) { in sig_handler() 264 if (expect_signal != sig) { in sig_handler() 267 expect_signal, sig); in sig_handler()
|
/freebsd/tools/regression/bpf/bpf_filter/tests/ |
H A D | test0083.h | 29 static int expect_signal = SIGSEGV; variable 31 static int expect_signal = SIGABRT; variable
|
H A D | test0077.h | 31 static int expect_signal = SIGBUS; variable 33 static int expect_signal = SIGSEGV; variable
|
H A D | test0075.h | 31 static int expect_signal = SIGBUS; variable 33 static int expect_signal = SIGSEGV; variable
|
H A D | test0078.h | 32 static int expect_signal = SIGBUS; variable 34 static int expect_signal = SIGSEGV; variable
|
H A D | test0076.h | 32 static int expect_signal = SIGBUS; variable 34 static int expect_signal = SIGSEGV; variable
|
H A D | test0081.h | 32 static int expect_signal = SIGSEGV; variable 34 static int expect_signal = SIGABRT; variable
|
H A D | test0082.h | 32 static int expect_signal = SIGSEGV; variable 34 static int expect_signal = SIGABRT; variable
|
H A D | test0079.h | 27 static int expect_signal = 0; variable
|
H A D | test0002.h | 28 static int expect_signal = 0; variable
|
H A D | test0001.h | 29 static int expect_signal = SIGABRT; variable
|
H A D | test0007.h | 29 static int expect_signal = 0; variable
|
H A D | test0003.h | 29 static int expect_signal = 0; variable
|
H A D | test0004.h | 29 static int expect_signal = 0; variable
|
H A D | test0005.h | 29 static int expect_signal = 0; variable
|
H A D | test0006.h | 29 static int expect_signal = 0; variable
|
H A D | test0008.h | 30 static int expect_signal = 0; variable
|
H A D | test0040.h | 30 static int expect_signal = 0; variable
|
H A D | test0087.h | 30 static int expect_signal = 0; variable
|
H A D | test0010.h | 30 static int expect_signal = 0; variable
|
H A D | test0036.h | 30 static int expect_signal = 0; variable
|
H A D | test0043.h | 30 static int expect_signal = 0; variable
|
H A D | test0088.h | 30 static int expect_signal = 0; variable
|
/freebsd/contrib/atf/test-programs/ |
H A D | cpp_helpers.cpp | 165 expect_signal(-1, "Call will signal"); in ATF_TEST_CASE_BODY() 172 expect_signal(SIGHUP, "Call will signal"); in ATF_TEST_CASE_BODY() 179 expect_signal(-1, "Call won't signal"); in ATF_TEST_CASE_BODY()
|
H A D | expect_test.sh | 100 atf_test_case expect_signal 146 atf_add_test_case expect_signal
|