diff options
author | Christoph Hellwig <hch@lst.de> | 2009-07-16 18:43:09 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-02-22 16:17:02 +0100 |
commit | 4bacf0576f1493d97787a1e6dda84e477961215c (patch) | |
tree | 655bcb406ea311f63542fbb6ec3de4cdc089c511 /tests/qemu-iotests/016.out | |
parent | c83f64d498756a7e024be3c696380a26b288635c (diff) | |
download | hqemu-4bacf0576f1493d97787a1e6dda84e477961215c.zip hqemu-4bacf0576f1493d97787a1e6dda84e477961215c.tar.gz |
qemu-iotests: test I/O after EOF for growable files
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviwed-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/016.out')
-rw-r--r-- | tests/qemu-iotests/016.out | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/qemu-iotests/016.out b/tests/qemu-iotests/016.out new file mode 100644 index 0000000..86ad5f6 --- /dev/null +++ b/tests/qemu-iotests/016.out @@ -0,0 +1,23 @@ +QA output created by 016 +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 + +== reading at EOF == +read 512/512 bytes at offset 134217728 +512.000000 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) + +== reading far past EOF == +read 512/512 bytes at offset 268435456 +512.000000 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) + +== writing at EOF == +wrote 512/512 bytes at offset 134217728 +512.000000 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +read 512/512 bytes at offset 134217728 +512.000000 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) + +== writing far past EOF == +wrote 512/512 bytes at offset 268435456 +512.000000 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +read 512/512 bytes at offset 268435456 +512.000000 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +*** done |