Home
last modified time | relevance | path

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

/tools/testing/kunit/test_data/
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
Dtest_skip_tests.log14 ok 2 - example_skip_test # SKIP this test should be skipped
/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c357 #ifndef SKIP
358 #define SKIP(s, ...) XFAIL(s, ##__VA_ARGS__) macro
383 SKIP(return, "mount_setattr syscall not supported"); in FIXTURE_SETUP()
434 SKIP(return, "mount_setattr syscall not supported"); in FIXTURE_TEARDOWN()
447 SKIP(return, "mount_setattr syscall not supported"); in TEST_F()
484 SKIP(return, "mount_setattr syscall not supported"); in TEST_F()
545 SKIP(return, "mount_setattr syscall not supported"); in TEST_F()
581 SKIP(return, "mount_setattr syscall not supported"); in TEST_F()
676 SKIP(return, "mount_setattr syscall not supported"); in TEST_F()
732 SKIP(return, "mount_setattr syscall not supported"); in TEST_F()
[all …]
/tools/testing/selftests/core/
Dclose_range_test.c68 SKIP(return, "Skipping test since /dev/null does not exist"); in TEST()
76 SKIP(return, "close_range() syscall not supported"); in TEST()
132 SKIP(return, "Skipping test since /dev/null does not exist"); in TEST()
221 SKIP(return, "Skipping test since /dev/null does not exist"); in TEST()
260 SKIP(return, "Skipping test since /dev/null does not exist"); in TEST()
269 SKIP(return, "close_range() syscall not supported"); in TEST()
271 SKIP(return, "close_range() doesn't support CLOSE_RANGE_CLOEXEC"); in TEST()
328 SKIP(return, "Skipping test since /dev/null does not exist"); in TEST()
337 SKIP(return, "close_range() syscall not supported"); in TEST()
339 SKIP(return, "close_range() doesn't support CLOSE_RANGE_CLOEXEC"); in TEST()
/tools/testing/selftests/move_mount_set_group/
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()
/tools/testing/selftests/pidfd/
Dpidfd_wait.c25 #ifndef SKIP
26 #define SKIP(s, ...) XFAIL(s, ##__VA_ARGS__) macro
164 SKIP(return, "Skipping PIDFD_NONBLOCK test"); in TEST()
184 SKIP(return, "Skipping PIDFD_NONBLOCK test"); in TEST()
Dpidfd_getfd_test.c209 SKIP(return, "kcmp() syscall not supported"); in TEST_F()
/tools/testing/selftests/mincore/
Dmincore_selftest.c154 SKIP(return, "No huge pages available."); 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()
/tools/testing/selftests/filesystems/binderfs/
Dbinderfs_test.c80 SKIP(goto out, "binderfs missing"); in __do_binderfs_test()
495 SKIP(return, "Tests are not run as root. Skipping privileged tests"); in TEST()
498 SKIP(return, "The Android binderfs filesystem is not available"); in TEST()
531 SKIP(return, "The Android binderfs filesystem is not available"); in TEST()
/tools/testing/ktest/examples/
Dsnowball.conf29 TEST_START SKIP
/tools/testing/selftests/clone3/
Dclone3_cap_checkpoint_restore.c148 SKIP(return, "Skipping all tests as non-root"); in TEST()
/tools/testing/selftests/arm64/pauth/
Dpac.c29 SKIP(return, "PAUTH not enabled"); \
36 SKIP(return, "Generic PAUTH not enabled"); \
/tools/testing/selftests/exec/
Dnon-regular.c106 SKIP(return, "Please run as root; cannot mknod(%s)", in setup_node()
/tools/testing/selftests/x86/
Dsyscall_numbering.c102 msg(SKIP, "Unable to run test\n"); \
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c58 #ifndef SKIP
59 #define SKIP(s, ...) XFAIL(s, ##__VA_ARGS__) macro
322 SKIP(return, "Kernel does not support kcmp() (missing CONFIG_KCMP?)"); in TEST()
3214 SKIP(return, "get_metadata requires real root"); in TEST()
3257SKIP(goto skip, "Kernel does not support PTRACE_SECCOMP_GET_METADATA (missing CONFIG_CHECKPOINT_RE… in TEST()
3592 SKIP(return, "kernel missing CLONE_NEWUSER support"); in TEST()
3660 SKIP(return, "CLONE_NEWPID requires CAP_SYS_ADMIN"); in TEST()
3813 SKIP(goto skip, "Kernel does not support SECCOMP_USER_NOTIF_FLAG_CONTINUE"); in TEST()
3821 SKIP(return, "Kernel does not support kcmp() syscall"); in TEST()
/tools/testing/selftests/
Dkselftest_harness.h129 #define SKIP(statement, fmt, ...) do { \ macro
/tools/testing/selftests/landlock/
Dfs_test.c2689 SKIP(return, "overlayfs is not supported"); in FIXTURE_SETUP()
2728 SKIP(return, "overlayfs is not supported"); in FIXTURE_TEARDOWN()
2762 SKIP(return, "overlayfs is not supported"); in TEST_F_FORK()
2928 SKIP(return, "overlayfs is not supported"); in TEST_F_FORK()
/tools/testing/selftests/vm/
Dhmm-tests.c688 SKIP(return, "Huge page size could not be determined"); in TEST_F()
702 SKIP(return, "Huge page could not be allocated"); in TEST_F()
/tools/testing/selftests/netfilter/
Dnft_concat_range.sh1580 printf "[SKIP]\n"