qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] qemu-iotests: Exclude vmdk from 077


From: Fam Zheng
Subject: [Qemu-devel] [PATCH] qemu-iotests: Exclude vmdk from 077
Date: Mon, 10 Feb 2014 18:09:59 +0800

The big lock implementation in block/vmdk.c causes dead lock with
dependent breakpoints in test_io(), so the test hangs. Disable it for
now.

Signed-off-by: Fam Zheng <address@hidden>
---
 tests/qemu-iotests/077 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/qemu-iotests/077 b/tests/qemu-iotests/077
index bbf7b51..77741b4 100755
--- a/tests/qemu-iotests/077
+++ b/tests/qemu-iotests/077
@@ -42,6 +42,10 @@ _supported_fmt generic
 _supported_proto generic
 _supported_os Linux
 
+if [ "$IMGFMT" = "vmdk" ]; then
+    _notrun "not suitable for this image format: $IMGFMT"
+fi
+
 CLUSTER_SIZE=4k
 size=128M
 
-- 
1.8.5.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]