Statistics
| Branch: | Revision:

root / tests @ 29926112

Latest revisions

# Date Author Comment
29926112 04/20/2012 01:58 pm Andreas Färber

iotests: Resolve test failures caused by hostname

`hostname -s` may output an errror:
hostname: Name or service not known
This causes all tests to fail for `make check-block`.

Suppress such error messages, letting the tests succeed.

Signed-off-by: Andreas Färber <>...

7299550b 04/19/2012 04:48 pm Kevin Wolf

qemu-iotests: Always filter cluster_size out in _make_test_img

Some image formats do have a cluster size, others don't, but there are
tests that work with both sets of images and currently we get failures
because the qemu-img create output doesn't mention the cluster size for...

aafcdcc9 04/19/2012 04:48 pm Kevin Wolf

qemu-iotests: Test bdrv_close while AIO is in flight

If the BlockDriverState is closed/freed without draining the AIO
requests first, the request coroutines may work on invalid data and file
descriptors or have some dangling pointers that cause segfaults....

8ff9ae00 04/19/2012 04:48 pm Dong Xu Wang

iotests: fix error in 005

According comment, we should not read again, we will write.

Signed-off-by: Dong Xu Wang <>
Reviewed-by: Stefan Hajnoczi <>
Signed-off-by: Kevin Wolf <>

2ad59607 04/14/2012 07:19 pm Paolo Bonzini

tests: remove .SECONDARY special target

The special target should not be needed anymore, and caused (perhaps
due to a Make bug) a failure with "make -j2". In any case, the
main makefile is a better place for such special targets rather
than an included makefile....

ec9fe93e 04/14/2012 06:25 pm Max Filippov

target-xtensa: add tests for LBEG/LEND invalidation

Signed-off-by: Max Filippov <>
Signed-off-by: Blue Swirl <>

ad4ccc93 04/14/2012 06:25 pm Max Filippov

target-xtensa: add test for IBREAK invalidation

Signed-off-by: Max Filippov <>
Signed-off-by: Blue Swirl <>

7d6b9f0a 04/14/2012 02:48 am Max Filippov

target-xtensa: improve unit tests debugging

- add testcase announcement;
- add global symbols for individual tests;
- add host-debug-* makefile target.

Signed-off-by: Max Filippov <>

28d3d165 04/05/2012 04:10 pm Stefan Weil

qemu-iotests: Fix call syntax for qemu-io

qemu-io requires options first, then fixed parameters.

GNU getopt also allows options at the end, but POSIX getopt
doesn't. Try "export POSIXLY_CORRECT=y" to get the POSIX
behaviour with GNU getopt, too.

Cc: Kevin Wolf <>...

21af8148 04/05/2012 04:08 pm Stefan Weil

qemu-iotests: Fix call syntax for qemu-img

qemu-img requires first options, then file name, then size.

GNU getopt also allows options at the end, but POSIX getopt
doesn't. Try "export POSIXLY_CORRECT=y" to get the POSIX
behaviour with GNU getopt, too.

Cc: Kevin Wolf <>...

View revisions

Also available in: Atom