These tests appear to mix buffered and O_DIRECT I/O; easily triggered on both xfs and ext4. Signed-off-by: Ilya Dryomov <idryomov@xxxxxxxxx> --- tests/generic/036 | 2 ++ tests/generic/208 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/generic/036 b/tests/generic/036 index 0615dad45e37..27e9916bc13a 100755 --- a/tests/generic/036 +++ b/tests/generic/036 @@ -48,4 +48,6 @@ _require_test _run_aiodio aio-dio-fcntl-race +_check_dmesg _filter_aiodio_dmesg + exit $status diff --git a/tests/generic/208 b/tests/generic/208 index f57e2bc76f8b..1768e4220e91 100755 --- a/tests/generic/208 +++ b/tests/generic/208 @@ -50,4 +50,6 @@ rm -f $seqres.full _run_aiodio aio-dio-invalidate-failure +_check_dmesg _filter_aiodio_dmesg + exit $status -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html