OSDN Git Service

98017a067e4e0942176d904c7efbc90a1e7d833f
[qmiga/qemu.git] / tests / qemu-iotests / 131.out
1 QA output created by 131
2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
3 == read empty image ==
4 read 1048576/1048576 bytes at offset 524288
5 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
6 == write more than 1 block in a row ==
7 wrote 2097152/2097152 bytes at offset 524288
8 2 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
9 == read less than block ==
10 read 524288/524288 bytes at offset 524288
11 512 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
12 == read exactly 1 block ==
13 read 1048576/1048576 bytes at offset 1048576
14 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
15 == read more than 1 block ==
16 read 2097152/2097152 bytes at offset 524288
17 2 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
18 == check that there is no trash after written ==
19 read 524288/524288 bytes at offset 2621440
20 512 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
21 == check that there is no trash before written ==
22 read 524288/524288 bytes at offset 0
23 512 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
24 == Corrupt image ==
25 qemu-io: can't open device TEST_DIR/t.parallels: parallels: Image was not closed correctly; cannot be opened read/write
26 ERROR image was not closed correctly
27
28 1 errors were found on the image.
29 Data may be corrupted, or further writes to the image may corrupt it.
30 Repairing image was not closed correctly
31 The following inconsistencies were found and repaired:
32
33     0 leaked clusters
34     1 corruptions
35
36 Double checking the fixed image now...
37 No errors were found on the image.
38 read 1048576/1048576 bytes at offset 1048576
39 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
40 == allocate with backing ==
41 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
42 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=67108864
43 wrote 1048576/1048576 bytes at offset 0
44 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
45 wrote 64/64 bytes at offset 0
46 64 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
47 read 64/64 bytes at offset 0
48 64 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
49 read 1048512/1048512 bytes at offset 64
50 1023.938 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
51 read 66060288/66060288 bytes at offset 1048576
52 63 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
53 *** done