Home
last modified time | relevance | path

Searched refs:SKIP (Results 1 – 25 of 39) sorted by relevance

12

/linux/net/netfilter/
H A Dnf_conntrack_h323_types.c10 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL},
14 {FNAME("item") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL},
18 {FNAME("strict") NUL, FIXD, 0, 0, SKIP, 0, NULL},
19 {FNAME("loose") NUL, FIXD, 0, 0, SKIP, 0, NULL},
23 {FNAME("ip") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL},
24 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL},
25 {FNAME("route") SEQOF, SEMI, 0, 0, SKIP, 0,
27 {FNAME("routing") CHOICE, 1, 2, 2, SKIP | EXT, 0,
32 {FNAME("node") OCTSTR, FIXD, 6, 0, SKIP, 0, NULL},
33 {FNAME("netnum") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL},
[all …]
/linux/tools/testing/selftests/riscv/vector/
H A Dvstate_prctl.c40 SKIP(return, "Test expects vector to be not supported"); in TEST()
54 SKIP(return, "Test expects vector to be not supported"); in TEST()
69 SKIP(return, "Vector not supported"); in TEST()
82 SKIP(return, "Vector not supported"); in TEST()
101 SKIP(return, "Vector not supported"); in TEST()
119 SKIP(return, "Vector not supported"); in TEST()
137 SKIP(return, "Vector not supported"); in TEST()
157 SKIP(return, "Vector not supported"); in TEST()
177 SKIP(return, "Vector not supported"); in TEST()
196 SKIP(return, "Vector not supported"); in TEST()
[all …]
/linux/tools/testing/kunit/test_data/
H A Dtest_skip_all_tests.log5 ok 1 - string_stream_test_empty_on_creation # SKIP all tests skipped
6 ok 2 - string_stream_test_not_empty_after_add # SKIP all tests skipped
7 ok 3 - string_stream_test_get_string # SKIP all tests skipped
8 ok 1 - string-stream-test # SKIP
12 ok 1 - example_simple_test # SKIP all tests skipped
14 ok 2 - example_skip_test # SKIP this test should be skipped
15 ok 2 - example # SKIP
H A Dtest_skip_tests.log14 ok 2 - example_skip_test # SKIP this test should be skipped
/linux/tools/testing/selftests/rtc/
H A Drtctest.c51 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F()
116 SKIP(return, "Skipping test since %s does not exist", rtc_file);
154 SKIP(return, "Skipping test since %s does not exist", rtc_file);
183 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F()
227 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F()
232 SKIP(return, "Skipping test since alarms are not supported."); in TEST_F()
295 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F()
300 SKIP(return, "Skipping test since alarms are not supported."); in TEST_F()
357 SKIP(return, "Skipping test since %s does not exist", rtc_file);
362 SKIP(return, "Skipping test since alarms are not supported.");
[all …]
/linux/drivers/media/usb/gspca/
H A Dpac7311.c139 #define SKIP 0xaa macro
142 SKIP, SKIP, 0x04, 0x54, 0x07, 0x2b, 0x09, 0x0f,
143 0x09, 0x00, SKIP, SKIP, 0x07, 0x00, 0x00, 0x62,
144 0x08, SKIP, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00,
145 0x00, 0x00, 0x00, 0x03, 0xa0, 0x01, 0xf4, SKIP,
146 SKIP, 0x00, 0x08, SKIP, 0x03, SKIP, 0x00, 0x68,
216 if (page[index] == SKIP) /* skip this index */ in reg_w_page()
H A Dpac7302.c207 #define SKIP 0xaa macro
219 SKIP, 0x00, 0x00, 0xc0, 0xc0, 0x10, 0x00, 0x00,
297 if (page[index] == SKIP) /* skip this index */ in reg_w_page()
/linux/tools/testing/selftests/core/
H A Dclose_range_test.c50 SKIP(return, "Skipping test since /dev/null does not exist"); in TEST()
58 SKIP(return, "close_range() syscall not supported"); in TEST()
123 SKIP(return, "Skipping test since /dev/null does not exist"); in TEST()
212 SKIP(return, "Skipping test since /dev/null does not exist"); in TEST()
251 SKIP(return, "Skipping test since /dev/null does not exist"); in TEST()
260 SKIP(return, "close_range() syscall not supported"); in TEST()
262 SKIP(return, "close_range() doesn't support CLOSE_RANGE_CLOEXEC"); in TEST()
319 SKIP(return, "Skipping test since /dev/null does not exist"); in TEST()
328 SKIP(return, "close_range() syscall not supported"); in TEST()
330 SKIP(return, "close_range() doesn't support CLOSE_RANGE_CLOEXEC"); in TEST()
[all …]
/linux/drivers/gpu/drm/sti/
H A Dsti_awg_utils.c20 SKIP, enumerator
54 case SKIP: in awg_generate_instr()
133 ret |= awg_generate_instr(SKIP, val, 0, 0, fwparams); in awg_generate_line_signal()
144 ret |= awg_generate_instr(SKIP, val, 0, 1, fwparams); in awg_generate_line_signal()
/linux/tools/testing/selftests/move_mount_set_group/
H A Dmove_mount_set_group_test.c187 #ifndef SKIP
188 #define SKIP(s, ...) XFAIL(s, ##__VA_ARGS__) macro
242 SKIP(return, "move_mount(MOVE_MOUNT_SET_GROUP) is not supported"); in FIXTURE_SETUP()
262 SKIP(return, "move_mount(MOVE_MOUNT_SET_GROUP) is not supported"); in FIXTURE_TEARDOWN()
356 SKIP(return, "move_mount(MOVE_MOUNT_SET_GROUP) is not supported"); in TEST_F()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c25 #ifndef SKIP
26 #define SKIP(s, ...) XFAIL(s, ##__VA_ARGS__) macro
162 SKIP(return, "Skipping PIDFD_NONBLOCK test"); in TEST()
182 SKIP(return, "Skipping PIDFD_NONBLOCK test"); in TEST()
/linux/tools/testing/selftests/sgx/
H A Dmain.c415 SKIP(return,
418 SKIP(return, "System does not support SGX2");
748 SKIP(return, in TEST_F()
751 SKIP(return, "System does not support SGX2"); in TEST_F()
811 SKIP(return, in TEST_F()
814 SKIP(return, "System does not support SGX2"); in TEST_F()
987 SKIP(return, "SGX2 not supported"); in TEST_F()
1046 SKIP(return, "Kernel does not support adding pages to initialized enclave"); in TEST_F()
1117 SKIP(return, "SGX2 not supported"); in TEST_F()
1170 SKIP(return, "Kernel does not support adding pages to initialized enclave"); in TEST_F()
[all …]
/linux/tools/testing/selftests/drivers/platform/x86/intel/ifs/
H A Dtest_ifs.sh29 readonly SKIP="SKIP"
100 skip_num=$(grep -c ^"\[${SKIP}\]" "$IFS_LOG")
164 EXIT_MAP[$KSFT_SKIP]=$SKIP
477 append_log "[$SKIP] No proper ${IMG_PATH}/${CPU_FMS}-*.scan, skip ifs_0 scan"
488 append_log "[$SKIP] No $IFS_ARRAY_BIST_SYSFS_PATH, skip IFS ARRAY BIST scan"
/linux/tools/testing/selftests/mm/
H A Dmigration.c129 SKIP(return, "Not enough threads or NUMA nodes available");
155 SKIP(return, "Not enough threads or NUMA nodes available");
189 SKIP(return, "Not enough threads or NUMA nodes available");
218 SKIP(return, "Not enough threads or NUMA nodes available");
255 SKIP(return, "Not enough threads or NUMA nodes available");
281 SKIP(return, "Not enough threads or NUMA nodes available");
/linux/tools/testing/selftests/mincore/
H A Dmincore_selftest.c154 SKIP(return, "No huge pages available or CONFIG_HUGETLB_PAGE disabled."); in TEST()
215 SKIP(goto out_free, "O_TMPFILE not supported by filesystem."); in TEST()
224 SKIP(goto out_close, "fallocate not supported by filesystem."); in TEST()
/linux/Documentation/dev-tools/
H A Dktap.rst97 - "SKIP", which indicates a test was skipped (note the result of the test case
98 result line can be either "ok" or "not ok" if the SKIP directive is used)
112 or failed tests, or a description of missing dependencies for a SKIP result.
132 ok 1 test # SKIP necessary dependency unavailable
227 ok 2 test_4 # SKIP
264 ok 1 test_1 # SKIP test_1 skipped
272 ok 3 test_3 # SKIP test_3 skipped
/linux/tools/testing/selftests/user_events/
H A Duser_events_selftests.h105 SKIP(statement, "Skipping due to: %s", message); \
/linux/tools/testing/ktest/examples/
H A Dsnowball.conf29 TEST_START SKIP
/linux/tools/testing/selftests/ftrace/
H A Dftracetest351 ktaptest 1 SKIP
357 ktaptest 1 SKIP
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c60 #ifndef SKIP
61 #define SKIP(s, ...) XFAIL(s, ##__VA_ARGS__) macro
340 SKIP(return, "Kernel does not support kcmp() (missing CONFIG_KCMP?)"); in TEST()
2195 SKIP(return, "arm32 does not support calling syscall -1"); in TEST()
3289 SKIP(return, "get_metadata requires real root"); in TEST()
3332SKIP(goto skip, "Kernel does not support PTRACE_SECCOMP_GET_METADATA (missing CONFIG_CHECKPOINT_RE… in TEST()
3667 SKIP(return, "kernel missing CLONE_NEWUSER support"); in TEST()
3720 SKIP(return, "CLONE_NEWPID requires CAP_SYS_ADMIN"); in TEST()
3722 SKIP(return, "CLONE_NEWPID is invalid (missing CONFIG_PID_NS?)"); in TEST()
3740 SKIP(return, "CLONE_NEWPID requires CAP_SYS_ADMIN"); in TEST()
[all …]
/linux/tools/testing/selftests/net/netfilter/
H A Dbr_netfilter_queue.sh9 echo SKIP: kernel is tainted
/linux/tools/testing/selftests/alsa/
H A Dutimer-test.c44 SKIP(return, "This test needs root to run!"); in FIXTURE_SETUP()
H A Dtest-pcmtest-driver.c130 SKIP(return, "This test needs root to run!"); in FIXTURE_SETUP()
134 SKIP(return, "Can't read patterns. Probably, module isn't loaded"); in FIXTURE_SETUP()
/linux/tools/testing/selftests/exec/
H A Dnon-regular.c106 SKIP(return, "Please run as root; cannot mknod(%s)", in setup_node()
/linux/arch/x86/lib/
H A Dcrc32c-3way.S160 # SKIP crc32q (bufp,chunk_bytes_q,2), crc2 ; Don't do this one yet

12