From: Darrick J. Wong Date: Tue, 29 Jul 2025 20:09:01 +0000 (-0700) Subject: generic/767: require fallocate support X-Git-Tag: v2025.08.04~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=86950a4e23c176d88b27cfd06039bb4d88b520ff;p=xfstests-dev.git generic/767: require fallocate support This test fails on filesystems that don't support fallocate, so screen them out. Cc: fstests@vger.kernel.org # v2025.07.13 Fixes: fa8694c823d853 ("generic: various atomic write tests with hardware and scsi_debug") Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig Signed-off-by: Zorro Lang --- diff --git a/tests/generic/767 b/tests/generic/767 index 758222f4..31d599ea 100755 --- a/tests/generic/767 +++ b/tests/generic/767 @@ -23,6 +23,8 @@ _cleanup() _require_scsi_debug _require_scratch _require_block_device $SCRATCH_DEV +_require_xfs_io_command "falloc" + # Format something so that ./check doesn't freak out _scratch_mkfs >> $seqres.full