aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorTommi Rantala <tommi.t.rantala@nokia.com>2020-10-08 15:26:32 +0300
committerShuah Khan <skhan@linuxfoundation.org>2020-11-05 10:08:15 -0700
commitafba8b0a2cc532b54eaf4254092f57bba5d7eb65 (patch)
tree9bc9266c0a906e035aabd4f56241f8def4152470
parentselftests: core: use SKIP instead of XFAIL in close_range_test.c (diff)
downloadwireguard-linux-afba8b0a2cc532b54eaf4254092f57bba5d7eb65.tar.xz
wireguard-linux-afba8b0a2cc532b54eaf4254092f57bba5d7eb65.zip
selftests: clone3: use SKIP instead of XFAIL
XFAIL is gone since commit 9847d24af95c ("selftests/harness: Refactor XFAIL into SKIP"), use SKIP instead. Fixes: 9847d24af95c ("selftests/harness: Refactor XFAIL into SKIP") Signed-off-by: Tommi Rantala <tommi.t.rantala@nokia.com> Reviewed-by: Kees Cook <keescook@chromium.org> Acked-by: Christian Brauner <christian.brauner@ubuntu.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
-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));