summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/clone3/clone3_cap_checkpoint_restore.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-11-06 15:42:42 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2020-11-06 15:42:42 -0800
commit03f0f5ad58479ba1374f10680fc836aa21abe8f9 (patch)
tree2cd6681f53dea1a21e949157d9eeeb45d8ec5b17 /tools/testing/selftests/clone3/clone3_cap_checkpoint_restore.c
parentd4fc96832f0131c8f2fb067fb01c3007df6d4c9f (diff)
parent7d764b685ee1bc73a9fa2b6cb4d42fa72b943145 (diff)
downloadlinux-03f0f5ad58479ba1374f10680fc836aa21abe8f9.tar.bz2
Merge tag 'linux-kselftest-fixes-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull Kselftest fixes from Shuah Khan: "Fixes to the ftrace test and several fixes from Tommi Rantala for various other tests" * tag 'linux-kselftest-fixes-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: selftests: binderfs: use SKIP instead of XFAIL selftests: clone3: use SKIP instead of XFAIL selftests: core: use SKIP instead of XFAIL in close_range_test.c selftests: proc: fix warning: _GNU_SOURCE redefined selftests: pidfd: drop needless linux/kcmp.h inclusion in pidfd_setns_test.c selftests: pidfd: add CONFIG_CHECKPOINT_RESTORE=y to config selftests: pidfd: skip test on kcmp() ENOSYS selftests: pidfd: use ksft_test_result_skip() when skipping test selftests/harness: prettify SKIP message whitespace again selftests: pidfd: fix compilation errors due to wait.h selftests: filter kselftest headers from command in lib.mk selftests/ftrace: check for do_sys_openat2 in user-memory test selftests/ftrace: Use $FUNCTION_FORK to reference kernel fork function
Diffstat (limited to 'tools/testing/selftests/clone3/clone3_cap_checkpoint_restore.c')
-rw-r--r--tools/testing/selftests/clone3/clone3_cap_checkpoint_restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/clone3/clone3_cap_checkpoint_restore.c b/tools/testing/selftests/clone3/clone3_cap_checkpoint_restore.c
index 55bd387ce7ec..52d3f0364bda 100644
--- a/tools/testing/selftests/clone3/clone3_cap_checkpoint_restore.c
+++ b/tools/testing/selftests/clone3/clone3_cap_checkpoint_restore.c
@@ -145,7 +145,7 @@ TEST(clone3_cap_checkpoint_restore)
test_clone3_supported();
EXPECT_EQ(getuid(), 0)
- XFAIL(return, "Skipping all tests as non-root\n");
+ SKIP(return, "Skipping all tests as non-root");
memset(&set_tid, 0, sizeof(set_tid));