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 a0cf53a9..8d238684 100644 --- a/tests/funcs/filter.sh +++ b/tests/funcs/filter.sh @@ -237,6 +237,11 @@ t_filter_dmesg() re="$re|File: /mnt/test.* PID:.* Comm: dd" re="$re|dio_warn_stale_pagecache*" + # 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