On 12/18/20 5:25 AM, Christian Brauner wrote:
On Fri, Dec 18, 2020 at 12:24:28PM +0100, Tobias Klauser wrote:
XFAIL was removed in commit 9847d24af95c ("selftests/harness: Refactor
XFAIL into SKIP") and its use in close_range_test was already replaced
by commit 1d44d0dd61b6 ("selftests: core: use SKIP instead of XFAIL in
close_range_test.c"). However, commit 23afeaeff3d9 ("selftests: core:
add tests for CLOSE_RANGE_CLOEXEC") introduced usage of XFAIL in
TEST(close_range_cloexec). Use SKIP there as well.
Cc: Giuseppe Scrivano <gscrivan@xxxxxxxxxx>
Fixes: 23afeaeff3d9 ("selftests: core: add tests for CLOSE_RANGE_CLOEXEC")
Signed-off-by: Tobias Klauser <tklauser@xxxxxxxxxx>
---
Thanks for this! I already have a fix for this in my tree but I'm
dropping it and taking yours instead.
Acked-by: Christian Brauner <christian.brauner@xxxxxxxxxx>
Shuah, I'll be taking this through my tree since I'm adding selftests
for a vfs regression fix that I'll be sending before Sunday.
Christian
Thank you Christian
thanks,
-- Shuah