Searched refs:TH_LOG (Results 1 – 10 of 10) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 185 TH_LOG("Kernel does not support CONFIG_SECCOMP"); in TEST() 196 TH_LOG("Kernel does not support CONFIG_SECCOMP"); in TEST_SIGNAL() 201 TH_LOG("Unreachable!"); in TEST_SIGNAL() 212 TH_LOG("Kernel does not support PR_SET_NO_NEW_PRIVS!"); in TEST() 223 TH_LOG("Kernel does not support PR_SET_NO_NEW_PRIVS!"); in TEST() 228 TH_LOG("Kernel does not support CONFIG_SECCOMP_FILTER!"); in TEST() 245 TH_LOG("Expected 0 or unsupported for NO_NEW_PRIVS"); in TEST() 287 TH_LOG("Installing %d insn filter was allowed", prog.len); in TEST() 294 TH_LOG("Installing %d insn filter wasn't allowed", prog.len); in TEST() 333 TH_LOG("Allowed %d %d-insn filters (total with penalties:%d)", in TEST() [all …]
|
/external/seccomp-tests/linux/ |
D | seccomp_bpf.c | 108 TH_LOG("Kernel does not support CONFIG_SECCOMP"); in TEST() 119 TH_LOG("Kernel does not support CONFIG_SECCOMP"); in TEST_SIGNAL() 124 TH_LOG("Unreachable!"); in TEST_SIGNAL() 135 TH_LOG("Kernel does not support PR_SET_NO_NEW_PRIVS!"); in TEST() 146 TH_LOG("Kernel does not support PR_SET_NO_NEW_PRIVS!"); in TEST() 151 TH_LOG("Kernel does not support CONFIG_SECCOMP_FILTER!"); in TEST() 168 TH_LOG("Expected 0 or unsupported for NO_NEW_PRIVS"); in TEST() 210 TH_LOG("Installing %d insn filter was allowed", prog.len); in TEST() 217 TH_LOG("Installing %d insn filter wasn't allowed", prog.len); in TEST() 256 TH_LOG("Allowed %d %d-insn filters (total with penalties:%d)", in TEST() [all …]
|
D | test_harness.h | 190 #define TH_LOG TEST_API(TH_LOG) macro
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | seccomp_bpf_tests.c | 84 TH_LOG("Kernel does not support CONFIG_SECCOMP"); in TEST() 92 TH_LOG("Kernel does not support CONFIG_SECCOMP"); in TEST_SIGNAL() 96 TH_LOG("Unreachable!"); in TEST_SIGNAL() 104 TH_LOG("Kernel does not support PR_SET_NO_NEW_PRIVS!"); in TEST() 112 TH_LOG("Kernel does not support PR_SET_NO_NEW_PRIVS!"); in TEST() 117 TH_LOG("Kernel does not support CONFIG_SECCOMP_FILTER!"); in TEST() 131 TH_LOG("Expected 0 or unsupported for NO_NEW_PRIVS"); in TEST() 213 TH_LOG("getpid() shouldn't ever return"); in TEST_SIGNAL() 233 TH_LOG("getpid() shouldn't ever return"); in TEST_SIGNAL() 470 TH_LOG("sigaction failed"); in TEST_F() [all …]
|
D | resumption.c | 89 TH_LOG("Thunk: 0x%lX\n", thunk_addr); in FIXTURE_SETUP() 190 TH_LOG("sigaction failed"); in TEST_F() 194 TH_LOG("sigprocmask failed"); in TEST_F()
|
D | sigsegv.c | 163 TH_LOG("sigaction failed"); in TEST_F_SIGNAL() 167 TH_LOG("sigprocmask failed"); in TEST_F_SIGNAL()
|
D | test_harness.h | 187 #define TH_LOG TEST_API(TH_LOG) macro
|
/external/linux-kselftest/tools/testing/selftests/rtc/ |
D | rtctest.c | 47 TH_LOG("Current RTC date/time is %02d/%02d/%02d %02d:%02d:%02d.", in TEST_F() 61 TH_LOG("skip update IRQs not supported."); in TEST_F() 86 TH_LOG("skip update IRQs not supported."); in TEST_F() 130 TH_LOG("skip alarms are not supported."); in TEST_F() 137 TH_LOG("Alarm time now set to %02d:%02d:%02d.", in TEST_F() 160 TH_LOG("data: %lx", data); in TEST_F() 189 TH_LOG("skip alarms are not supported."); in TEST_F() 196 TH_LOG("Alarm time now set to %02d/%02d/%02d %02d:%02d:%02d.", in TEST_F()
|
/external/linux-kselftest/tools/testing/selftests/uevent/ |
D | uevent_filtering.c | 355 TH_LOG("Uevent filtering tests require root privileges. Skipping test"); in TEST() 362 TH_LOG(__DEV_FULL " does not exist. Skipping test"); in TEST()
|
/external/linux-kselftest/tools/testing/selftests/ |
D | kselftest_harness.h | 99 #define TH_LOG(fmt, ...) do { \ macro
|