From: Dave Chinner <dchinner@xxxxxxxxxx> The bug this problem exercises has been fixed for quite some time, but the test does not run on XFS debug kernels that have fatal asserts enable. There is no reason for this now that the test does not assert fail on most kernels regularly tested, so kill the check and enable the test to run on all XFS configs. Signed-off-by: Dave Chinner <dchinner@xxxxxxxxxx> --- tests/xfs/448 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/xfs/448 b/tests/xfs/448 index fbd1af383..032c94d39 100755 --- a/tests/xfs/448 +++ b/tests/xfs/448 @@ -13,10 +13,6 @@ # up the directory tree by running xfs_scrub will crash the # kernel in __xfs_dir3_data_check. # -# Notice: -# we should have non fatal asserts configured, because assert -# failures triggered by the intentional corrupt would crash system. -# . ./common/preamble _begin_fstest auto quick fuzzers @@ -26,8 +22,6 @@ _begin_fstest auto quick fuzzers _require_scratch_nocheck _require_xfs_io_command "scrub" -# Corrupt XFS on purpose, and skip if assert failures would crash system. -_require_no_xfs_bug_on_assert rm -f "$seqres.full" -- 2.45.2