Commit e5508fc5 authored by Sidhartha Kumar's avatar Sidhartha Kumar Committed by Linus Torvalds
Browse files

selftest/vm: support xfail in mremap_test

parent 18d609da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -268,7 +268,7 @@ static void run_mremap_test_case(struct test test_case, int *failures,

	if (remap_time < 0) {
		if (test_case.expect_failure)
			ksft_test_result_pass("%s\n\tExpected mremap failure\n",
			ksft_test_result_xfail("%s\n\tExpected mremap failure\n",
					      test_case.name);
		else {
			ksft_test_result_fail("%s\n", test_case.name);