]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
selftests: core: use SKIP instead of XFAIL in close_range_test.c
authorTommi Rantala <tommi.t.rantala@nokia.com>
Thu, 8 Oct 2020 12:26:31 +0000 (15:26 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Nov 2020 18:22:07 +0000 (19:22 +0100)
commit991efbfcfc4edceaf8829792db26a2899e6decbc
tree9b421dd258a4ed67cf49e11fdf408ac617de42b9
parentd0a8729fc122175bc5e2fcc6b45d01239a13ebfd
selftests: core: use SKIP instead of XFAIL in close_range_test.c

[ Upstream commit 1d44d0dd61b6121b49f25b731f2f7f605cb3c896 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/core/close_range_test.c