mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 01:50:54 +07:00
selftests: clone3: use SKIP instead of XFAIL
XFAIL is gone since commit9847d24af9
("selftests/harness: Refactor XFAIL into SKIP"), use SKIP instead. Fixes:9847d24af9
("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>
This commit is contained in:
parent
1d44d0dd61
commit
afba8b0a2c
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user