diff --git a/tests/.xfstests-branch b/tests/.xfstests-branch index 31a466f6..d4c0599c 100644 --- a/tests/.xfstests-branch +++ b/tests/.xfstests-branch @@ -1 +1 @@ -v2022.05.01-2-g787cd20 +v2022.05.01-5-g0108afcd diff --git a/tests/funcs/filter.sh b/tests/funcs/filter.sh index e2ca3934..cd9b278b 100644 --- a/tests/funcs/filter.sh +++ b/tests/funcs/filter.sh @@ -232,6 +232,11 @@ t_filter_dmesg() # lockdep or kasan warnings can cause this re="$re|Disabling lock debugging due to kernel taint" + # xfstests probing our devices + re="$re|ISOFS" + re="$re|FAT-fs" + re="$re|XFS" + grep -v -E "($re)" | \ ignore_harmless_unwind_kasan_stack_oob | \ ignore_harmless_xfs_lockdep_warning