Home
last modified time | relevance | path

Searched refs:TH_LOG (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/tools/testing/selftests/seccomp/
Dseccomp_bpf.c183 TH_LOG("Kernel does not support CONFIG_SECCOMP"); in TEST()
194 TH_LOG("Kernel does not support CONFIG_SECCOMP"); in TEST_SIGNAL()
199 TH_LOG("Unreachable!"); in TEST_SIGNAL()
210 TH_LOG("Kernel does not support PR_SET_NO_NEW_PRIVS!"); in TEST()
221 TH_LOG("Kernel does not support PR_SET_NO_NEW_PRIVS!"); in TEST()
226 TH_LOG("Kernel does not support CONFIG_SECCOMP_FILTER!"); in TEST()
243 TH_LOG("Expected 0 or unsupported for NO_NEW_PRIVS"); in TEST()
285 TH_LOG("Installing %d insn filter was allowed", prog.len); in TEST()
292 TH_LOG("Installing %d insn filter wasn't allowed", prog.len); in TEST()
331 TH_LOG("Allowed %d %d-insn filters (total with penalties:%d)", in TEST()
[all …]
/Linux-v4.19/tools/testing/selftests/rtc/
Drtctest.c47 TH_LOG("Current RTC date/time is %02d/%02d/%02d %02d:%02d:%02d.", in TEST_F()
60 TH_LOG("skip update IRQs not supported."); in TEST_F()
85 TH_LOG("skip update IRQs not supported."); in TEST_F()
129 TH_LOG("skip alarms are not supported."); in TEST_F()
136 TH_LOG("Alarm time now set to %02d:%02d:%02d.", in TEST_F()
159 TH_LOG("data: %lx", data); in TEST_F()
188 TH_LOG("skip alarms are not supported."); in TEST_F()
195 TH_LOG("Alarm time now set to %02d/%02d/%02d %02d:%02d:%02d.", in TEST_F()
/Linux-v4.19/tools/testing/selftests/uevent/
Duevent_filtering.c355 TH_LOG("Uevent filtering tests require root privileges. Skipping test"); in TEST()
362 TH_LOG(__DEV_FULL " does not exist. Skipping test"); in TEST()
/Linux-v4.19/tools/testing/selftests/
Dkselftest_harness.h99 #define TH_LOG(fmt, ...) do { \ macro
/Linux-v4.19/Documentation/dev-tools/
Dkselftest.rst181 :functions: TH_LOG TEST TEST_SIGNAL FIXTURE FIXTURE_DATA FIXTURE_SETUP