mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 21:32:52 +00:00
d751448d4f
15ce94a68c
("block/qed: bdrv_qed_do_open: deal with errp") has improved the qed driver's error reporting, though sadly did not add a test for it. The good news are: There already is such a test, namely 116. The bad news are: Its reference output was not adjusted, and so now it fails. Let's fix the reference output, which has the nice side effect of demonstrating 15ce94a68ca's improvements. Fixes:15ce94a68c
("block/qed: bdrv_qed_do_open: deal with errp") Signed-off-by: Max Reitz <mreitz@redhat.com> Message-Id: <20210326141419.156831-1-mreitz@redhat.com>
30 lines
1.1 KiB
Text
30 lines
1.1 KiB
Text
QA output created by 116
|
|
|
|
== truncated header cluster ==
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
|
|
qemu-io: can't open device TEST_DIR/t.qed: QED table offset is invalid
|
|
|
|
== invalid header magic ==
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
|
|
qemu-io: can't open device TEST_DIR/t.qed: Image not in QED format
|
|
|
|
== invalid cluster size ==
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
|
|
qemu-io: can't open device TEST_DIR/t.qed: QED cluster size is invalid
|
|
|
|
== invalid table size ==
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
|
|
qemu-io: can't open device TEST_DIR/t.qed: QED table size is invalid
|
|
|
|
== invalid header size ==
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
|
|
qemu-io: can't open device TEST_DIR/t.qed: QED table offset is invalid
|
|
|
|
== invalid L1 table offset ==
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
|
|
qemu-io: can't open device TEST_DIR/t.qed: QED table offset is invalid
|
|
|
|
== invalid image size ==
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
|
|
qemu-io: can't open device TEST_DIR/t.qed: QED image size is invalid
|
|
*** done
|