Home
last modified time | relevance | path

Searched refs:TEST_F_SIGNAL (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/arm64/gcs/
H A Dlibc-gcs.c492 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 Dseccomp_bpf.c1101 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 Dkselftest_harness.h400 #define TEST_F_SIGNAL(fixture_name, test_name, signal) \ macro