Statistics
| Branch: | Revision:

root / tests @ 0ed8b6f6

Latest revisions

# Date Author Comment
14117c7b 07/28/2012 12:13 pm Eduardo Habkost

tests: Makefile: include dependency files

Otherwise 'make check' won't recompile files that need to be recompiled
because of header changes.

To reproduce the bug, run:

$ make check  # succeeds
$ echo B0RKED > hw/mc146818rtc_regs.h
$ make check # is supposed to try to rebuild tests/rtc-test.o and fail...
d901eff3 07/28/2012 12:13 am Jia Liu

target-or32: Add testcases

Add testcases for OpenRISC.

Signed-off-by: Jia Liu <>
Signed-off-by: Blue Swirl <>

d195325b 07/23/2012 01:55 pm Paolo Bonzini

qapi: fix error propagation

Don't overwrite / leak previously set errors.
Make traversal cope with missing mandatory sub-structs.
Don't try to end a container that could not be started.

v1->v2:
- unchanged

v2->v3:
- instead of examining, assert that we never overwrite errors with...

d98150f0 07/23/2012 01:55 pm Laszlo Ersek

qapi: add test case for deallocating traversal of incomplete structure

v3:
- new patch

Signed-off-by: Laszlo Ersek <>
Signed-off-by: Stefan Hajnoczi <>

2f24e8fb 07/17/2012 05:48 pm Kevin Wolf

qemu-iotests: Valgrind support

check -valgrind wraps all qemu-io calls with valgrind. This makes it a
bit easier to debug problems that occur somewhere deep in a test case.

Signed-off-by: Kevin Wolf <>
Reviewed-by: Paolo Bonzini <>

98272dbb 07/17/2012 05:48 pm Pavel Hrdina

fdc-test: introduce test_relative_seek

Signed-off-by: Pavel Hrdina <>
Signed-off-by: Kevin Wolf <>

c3cdc1b0 07/17/2012 05:48 pm Kevin Wolf

fdc-test: Clean up a bit

Readability of the test code has suffered as the test case evolved. This
should improve it a bit again.

Signed-off-by: Kevin Wolf <>

eb0e4b98 07/17/2012 05:48 pm Markus Armbruster

qtest: Cover qdev properties for disk geometry

Signed-off-by: Markus Armbruster <>
Signed-off-by: Kevin Wolf <>

856dcba2 07/17/2012 05:48 pm Markus Armbruster

qtest: Cover qdev property for BIOS CHS translation

Signed-off-by: Markus Armbruster <>
Signed-off-by: Kevin Wolf <>

4e4e6e31 07/17/2012 05:48 pm Markus Armbruster

qtest: Test we don't put hard disk info into CMOS for a CD-ROM

Signed-off-by: Markus Armbruster <>
Signed-off-by: Kevin Wolf <>

View revisions

Also available in: Atom