]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/qemu-iotests: Mark 182 as Linux-only
authorThomas Huth <thuth@redhat.com>
Tue, 13 Jan 2026 14:17:44 +0000 (15:17 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 10 Mar 2026 05:12:17 +0000 (06:12 +0100)
Running test 182 on FreeBSD fails with this error message in the output:

 +warning: File lock requested but OFD locking syscall is unavailable, falling back to POSIX file locks
 +Due to the implementation, locks can be lost unexpectedly.

OFD locks seem to be only available on Linux, so let's mark this
test as Linux-only to silence the failure.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20260113141744.97469-1-thuth@redhat.com>

tests/qemu-iotests/182

index bbd1132b052f8bb49a94703a4d8e57bb60371b53..af5eeb599c1876b687a92219e5b698bc887e3a34 100755 (executable)
@@ -43,6 +43,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 _supported_fmt qcow2
 _supported_proto file
+_supported_os Linux
 
 size=32M