@@ -1,5 +1,33 @@
-........................................................................................................
+........................................F............F..................................................
+======================================================================
+FAIL: test_small_target (__main__.TestSingleBlockdev)
+----------------------------------------------------------------------
+Traceback (most recent call last):
+ File "041", line 281, in test_small_target
+ self.do_test_target_size(self.image_len // 2)
+ File "041", line 270, in do_test_target_size
+ self.assert_qmp(result, 'return', {})
+ File "tests/qemu-iotests/iotests.py", line 848, in assert_qmp
+ result = self.dictpath(d, path)
+ File "tests/qemu-iotests/iotests.py", line 822, in dictpath
+ self.fail(f'failed path traversal for "{path}" in "{d}"')
+AssertionError: failed path traversal for "return" in "{'error':
{'class': 'GenericError', 'desc': 'Shrinking images is currently not
supported'}}"
+
+======================================================================
+FAIL: test_small_target (__main__.TestSingleBlockdevUnalignedLength)
+----------------------------------------------------------------------
+Traceback (most recent call last):
+ File "041", line 281, in test_small_target
+ self.do_test_target_size(self.image_len // 2)
+ File "041", line 270, in do_test_target_size
+ self.assert_qmp(result, 'return', {})
+ File "tests/qemu-iotests/iotests.py", line 848, in assert_qmp
+ result = self.dictpath(d, path)
+ File "tests/qemu-iotests/iotests.py", line 822, in dictpath
+ self.fail(f'failed path traversal for "{path}" in "{d}"')
+AssertionError: failed path traversal for "return" in "{'error':
{'class': 'GenericError', 'desc': 'Shrinking images is currently not
supported'}}"
+