qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] qemu-iotests: Exclude vmdk from 077
@ 2014-02-10 10:09 Fam Zheng
  2014-02-10 10:16 ` Kevin Wolf
  0 siblings, 1 reply; 3+ messages in thread
From: Fam Zheng @ 2014-02-10 10:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, stefanha, Max Reitz

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 <famz@redhat.com>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-10 10:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-10 10:09 [Qemu-devel] [PATCH] qemu-iotests: Exclude vmdk from 077 Fam Zheng
2014-02-10 10:16 ` Kevin Wolf
2014-02-10 10:38   ` Fam Zheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).