qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] qemu-iotests 069 and 111 are failing on NetBSD


From: Thomas Huth
Subject: [Qemu-devel] qemu-iotests 069 and 111 are failing on NetBSD
Date: Wed, 24 Jul 2019 11:34:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2

In case somebody is interested, two of the "auto" iotests are failing
on NetBSD due to non-matching output:

  TEST    iotest-qcow2: 069 [fail]
--- /var/tmp/qemu-test.1BMupF/tests/qemu-iotests/069.out        2019-07-24 
09:19:22.000000000 +0000
+++ /var/tmp/qemu-test.1BMupF/tests/qemu-iotests/069.out.bad    2019-07-24 
09:21:34.000000000 +0000
@@ -4,5 +4,5 @@
 
 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=131072
 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 
backing_file=TEST_DIR/t.IMGFMT.base
-qemu-io: can't open device TEST_DIR/t.IMGFMT: Could not open backing file: 
Could not open 'TEST_DIR/t.IMGFMT.base': No such file or directory
+qemu-io: can't open device TEST_DIR/t.IMGFMT: Could not open backing file: 
TEST_DIR/t.IMGFMT.base: stat failed: No such file or directory
 *** done

and:

  TEST    iotest-qcow2: 111 [fail]
--- /var/tmp/qemu-test.1BMupF/tests/qemu-iotests/111.out        2019-07-24 
09:19:22.000000000 +0000
+++ /var/tmp/qemu-test.1BMupF/tests/qemu-iotests/111.out.bad    2019-07-24 
09:21:40.000000000 +0000
@@ -1,4 +1,4 @@
 QA output created by 111
-qemu-img: TEST_DIR/t.IMGFMT: Could not open 'TEST_DIR/t.IMGFMT.inexistent': No 
such file or directory
+qemu-img: TEST_DIR/t.IMGFMT: TEST_DIR/t.IMGFMT.inexistent: stat failed: No 
such file or directory
 Could not open backing image to determine size.
 *** done

It's currently not a problem yet since we're not running the
iotests on NetBSD yet (since our netbsd VM image does not have
bash and gsed installed yet), but if somebody has some spare
minutes, it would be great if this could be fixed so that we
can enable the iotests on NetBSD, too, one day...

 Thomas



reply via email to

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