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

[ Upstream commit 7d764b685ee1bc73a9fa2b6cb4d42fa72b943145 ]

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/filesystems/binderfs/binderfs_test.c