Searched refs:TEST_F_SIGNAL (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/arm64/gcs/ |
| H A D | libc-gcs.c | 492 TEST_F_SIGNAL(map_gcs, not_writeable, SIGSEGV) in TEST_F_SIGNAL() function 549 TEST_F_SIGNAL(map_gcs, stack_overflow, SIGSEGV) in TEST_F_SIGNAL() function
|
| /linux/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 1101 TEST_F_SIGNAL(TRAP, dfl, SIGSYS) in TEST_F_SIGNAL() function 1114 TEST_F_SIGNAL(TRAP, ign, SIGSYS) in TEST_F_SIGNAL() function 1286 TEST_F_SIGNAL(precedence, kill_is_highest, SIGSYS) in TEST_F_SIGNAL() function 1315 TEST_F_SIGNAL(precedence, kill_is_highest_in_any_order, SIGSYS) in TEST_F_SIGNAL() function 1342 TEST_F_SIGNAL(precedence, trap_is_second, SIGSYS) in TEST_F_SIGNAL() function 1367 TEST_F_SIGNAL(precedence, trap_is_second_in_any_order, SIGSYS) in TEST_F_SIGNAL() function 2256 TEST_F_SIGNAL(TRACE_syscall, kill_immediate, SIGSYS) in TEST_F_SIGNAL() function 2304 TEST_F_SIGNAL(TRACE_syscall, kill_after, SIGSYS) in TEST_F_SIGNAL() function
|
| /linux/tools/testing/selftests/ |
| H A D | kselftest_harness.h | 400 #define TEST_F_SIGNAL(fixture_name, test_name, signal) \ macro
|