From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> These tests requires XFS debugging functionality, so test for that. Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> --- tests/xfs/243 | 2 ++ tests/xfs/245 | 2 ++ tests/xfs/246 | 2 ++ 3 files changed, 6 insertions(+) diff --git a/tests/xfs/243 b/tests/xfs/243 index 0bb69c4..1e6ab5a 100755 --- a/tests/xfs/243 +++ b/tests/xfs/243 @@ -49,10 +49,12 @@ _cleanup() . ./common/rc . ./common/filter . ./common/reflink +. ./common/xfs # real QA test starts here _supported_os Linux _supported_fs xfs +_require_xfs_debug _require_scratch_reflink _require_xfs_io_command "falloc" _require_xfs_io_command "cowextsize" diff --git a/tests/xfs/245 b/tests/xfs/245 index c668eeb..d54f347 100755 --- a/tests/xfs/245 +++ b/tests/xfs/245 @@ -43,10 +43,12 @@ _cleanup() . ./common/rc . ./common/filter . ./common/reflink +. ./common/xfs # real QA test starts here _supported_os Linux _supported_fs xfs +_require_xfs_debug _require_scratch_reflink _require_xfs_io_command "falloc" _require_xfs_io_command "bmap" "-c" diff --git a/tests/xfs/246 b/tests/xfs/246 index 61d2545..c6ab603 100755 --- a/tests/xfs/246 +++ b/tests/xfs/246 @@ -38,10 +38,12 @@ _cleanup() # get standard environment, filters and checks . ./common/rc . ./common/filter +. ./common/xfs # real QA test starts here _supported_os Linux _supported_fs xfs +_require_xfs_debug _require_xfs_io_command "bmap" "-c" _require_scratch -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html