| /linux-6.15/net/netfilter/ |
| H A D | nf_conntrack_h323_types.c | 10 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL}, 25 {FNAME("route") SEQOF, SEMI, 0, 0, SKIP, 0, 66 {FNAME("ipxAddress") SEQ, 0, 3, 3, SKIP, 0, 494 {FNAME("t84") SEQ, 0, 2, 2, SKIP, 0, 500 {FNAME("nlpid") SEQ, 0, 2, 2, SKIP, 0, 560 {FNAME("al3") SEQ, 0, 2, 2, SKIP, 0, 1175 {FNAME("token") SEQ, 0, 3, 3, SKIP, 0, 1188 {FNAME("token") SEQ, 0, 3, 3, SKIP, 0, 1233 {FNAME("token") SEQ, 0, 3, 3, SKIP, 0, 1246 {FNAME("token") SEQ, 0, 4, 4, SKIP, 0, [all …]
|
| /linux-6.15/tools/testing/selftests/riscv/vector/ |
| H A D | vstate_prctl.c | 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() 213 SKIP(return, "Vector not supported"); in TEST() 226 SKIP(return, "Vector not supported"); in TEST() [all …]
|
| H A D | v_initval.c | 16 SKIP(return, "Vector not supported"); in TEST()
|
| /linux-6.15/tools/testing/kunit/test_data/ |
| H A D | test_skip_all_tests.log | 5 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 D | test_skip_tests.log | 14 ok 2 - example_skip_test # SKIP this test should be skipped
|
| /linux-6.15/tools/testing/selftests/rtc/ |
| H A D | rtctest.c | 52 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F() 121 SKIP(return, "Skipping test since %s does not exist", rtc_file); 159 SKIP(return, "Skipping test since %s does not exist", rtc_file); 188 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F() 232 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F() 237 SKIP(return, "Skipping test since alarms are not supported."); in TEST_F() 302 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F() 307 SKIP(return, "Skipping test since alarms are not supported."); in TEST_F() 366 SKIP(return, "Skipping test since %s does not exist", rtc_file); 371 SKIP(return, "Skipping test since alarms are not supported."); [all …]
|
| /linux-6.15/drivers/media/usb/gspca/ |
| H A D | pac7311.c | 139 #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()
|
| /linux-6.15/drivers/gpu/drm/sti/ |
| H A D | sti_awg_utils.c | 20 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-6.15/tools/testing/selftests/core/ |
| H A D | close_range_test.c | 50 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-6.15/tools/testing/selftests/move_mount_set_group/ |
| H A D | move_mount_set_group_test.c | 187 #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-6.15/tools/testing/selftests/mount_setattr/ |
| H A D | mount_setattr_test.c | 378 #ifndef SKIP 379 #define SKIP(s, ...) XFAIL(s, ##__VA_ARGS__) macro 404 SKIP(return, "mount_setattr syscall not supported"); in FIXTURE_SETUP() 459 SKIP(return, "mount_setattr syscall not supported"); in FIXTURE_TEARDOWN() 472 SKIP(return, "mount_setattr syscall not supported"); in TEST_F() 509 SKIP(return, "mount_setattr syscall not supported"); in TEST_F() 570 SKIP(return, "mount_setattr syscall not supported"); in TEST_F() 606 SKIP(return, "mount_setattr syscall not supported"); in TEST_F() 701 SKIP(return, "mount_setattr syscall not supported"); in TEST_F() 757 SKIP(return, "mount_setattr syscall not supported"); in TEST_F() [all …]
|
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | migration.c | 129 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");
|
| H A D | guard-regions.c | 1207 SKIP(return, "CoW only supported on anon mappings"); in TEST_F() 1281 SKIP(return, "Wipe on fork only supported on anon mappings"); in TEST_F() 1333 SKIP(return, "MADV_FREE only supported on anon mappings"); in TEST_F() 1451 SKIP(return, "uffd only works on anon backing"); in TEST_F() 1561 SKIP(return, "MAP_PRIVATE test specific to file-backed"); in TEST_F() 1704 SKIP(return, "Read-only test specific to file-backed"); in TEST_F() 1752 SKIP(return, "Fault-around test specific to file-backed"); in TEST_F() 1804 SKIP(return, "Truncation test specific to file-backed"); in TEST_F() 1861 SKIP(return, "Truncation test specific to file-backed"); in TEST_F() 1925 SKIP(return, "memfd write seal test specific to shmem"); in TEST_F() [all …]
|
| /linux-6.15/tools/testing/selftests/ring-buffer/ |
| H A D | map_test.c | 145 SKIP(return, "Skipping: %s", "Please run the test as root"); in FIXTURE_SETUP() 152 SKIP(return, "Skipping: %s", message); in FIXTURE_SETUP() 274 SKIP(return, "Skipping: %s", "Please run the test as root"); in FIXTURE_SETUP() 277 SKIP(return, "Skipping: %s", "snapshot not available"); in FIXTURE_SETUP() 284 SKIP(return, "Skipping: %s", message); in FIXTURE_SETUP()
|
| /linux-6.15/tools/testing/selftests/pidfd/ |
| H A D | pidfd_wait.c | 25 #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-6.15/tools/testing/selftests/drivers/platform/x86/intel/ifs/ |
| H A D | test_ifs.sh | 29 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-6.15/tools/testing/selftests/mseal_system_mappings/ |
| H A D | sysmap_is_sealed.c | 57 SKIP(return, "Could not open /proc/self/smap, errno=%d", in FIXTURE_SETUP() 111 SKIP(return, "could not find the mapping, %s", in TEST_F()
|
| /linux-6.15/tools/testing/selftests/sgx/ |
| H A D | main.c | 415 SKIP(return, 418 SKIP(return, "System does not support SGX2"); 748 SKIP(return, in TEST_F() 811 SKIP(return, in TEST_F() 987 SKIP(return, "SGX2 not supported"); in TEST_F() 1117 SKIP(return, "SGX2 not supported"); in TEST_F() 1255 SKIP(return, in TEST_F() 1585 SKIP(return, in TEST_F() 1696 SKIP(return, in TEST_F() 1811 SKIP(return, in TEST_F() [all …]
|
| /linux-6.15/tools/testing/selftests/mincore/ |
| H A D | mincore_selftest.c | 154 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-6.15/tools/testing/selftests/net/netfilter/ |
| H A D | conntrack_dump_flush.c | 323 SKIP(return, "cannot open netlink_netfilter socket"); in FIXTURE_SETUP() 331 SKIP(return, "Needs to be run as root"); in FIXTURE_SETUP() 333 SKIP(return, "Kernel does not seem to support conntrack zones"); in FIXTURE_SETUP() 429 SKIP(return, "kernel does not support filtering by zone"); in FIXTURE_SETUP()
|
| /linux-6.15/tools/testing/selftests/filesystems/binderfs/ |
| H A D | binderfs_test.c | 81 SKIP(goto out, "binderfs missing"); in __do_binderfs_test() 497 SKIP(return, "Tests are not run as root. Skipping privileged tests"); in TEST() 500 SKIP(return, "The Android binderfs filesystem is not available"); in TEST() 533 SKIP(return, "The Android binderfs filesystem is not available"); in TEST()
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | ktap.rst | 97 - "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-6.15/tools/testing/selftests/user_events/ |
| H A D | user_events_selftests.h | 105 SKIP(statement, "Skipping due to: %s", message); \
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | tls.c | 278 SKIP(return, "no TLS support"); in TEST_F() 812 SKIP(return, "no TLS support"); in TEST_F() 835 SKIP(return, "no TLS support"); in TEST_F() 1488 SKIP(return, "no TLS support"); in TEST_F() 1517 SKIP(return, "no TLS support"); in TEST_F() 1544 SKIP(return, "no TLS support"); in TEST_F() 1649 SKIP(return, "no TLS support"); in TEST_F() 2222 SKIP(return, "no TLS support"); in TEST_F() 2238 SKIP(return, "no TLS support"); in TEST_F() 2262 SKIP(return, "no TLS support"); in TEST_F() [all …]
|
| /linux-6.15/tools/testing/ktest/examples/ |
| H A D | snowball.conf | 29 TEST_START SKIP
|