Statistics
| Branch: | Revision:

root / tests @ 7edd9ddc

Latest revisions

# Date Author Comment
7edd9ddc 03/02/2014 03:20 pm Peter Maydell

tests/test-int128: Don't use noclone attribute on clang

clang doesn't support the noclone attribute and emits a warning about
it. Fortunately clang also implements a mechanism for asking if a particular
attribute is implemented; use it. We assume that if the compiler doesn't...

05fd3bf2 02/25/2014 01:54 pm Peter Maydell

Merge remote-tracking branch 'remotes/xtensa/tags/20140224-xtensa' into staging

Xtensa fixes and improvements queue 2014-02-24:
- add support for ML605 and KC705 FPGA boards;
- flush opencores_eth queue when new RX descriptor is available;
- add basic checks to cache opcodes;...

2c09eee1 02/24/2014 02:47 am Max Filippov

target-xtensa: add basic tests for cache opcodes

Test that non-locking prefetch operations don't cause exceptions on
missing TLB and that other 'hit' cache operations do.

Signed-off-by: Max Filippov <>

d0fa1f0d 02/24/2014 02:47 am Max Filippov

target-xtensa: add overridable test_init macro

Some test suites, like MMU, need per-test initialization. Don't make them
redefine test macro, add test_init for that purpose.

Signed-off-by: Max Filippov <>

a2e67072 02/24/2014 02:47 am Max Filippov

target-xtensa: allow using core configuration in tests

Add path to the core configuration directory to test build command and
replace .include asm directive with #include to enable preprocessing.

Signed-off-by: Max Filippov <>

6141f3bd 02/21/2014 11:40 pm Max Reitz

iotests: Mixed quorum child device specifications

Add a test case to test 081 for mixing full option dicts and reference
strings of specifying the quorum child block devices through QMP.

Signed-off-by: Max Reitz <>
Reviewed-by: Benoit Canet <>...

c7fc5bc2 02/21/2014 11:29 pm Benoît Canet

quorum: Add unit test.

Signed-off-by: Benoit Canet <>
Reviewed-by: Max Reitz <>
Signed-off-by: Kevin Wolf <>

64757582 02/21/2014 11:18 pm Max Reitz

check-qdict: Test termination of qdict_array_split()

qdict_array_split() should terminate if it encounters both an entry with
a key of "%u" and entries with keys prefixed "%u." for the same index.

This patch adds a test for this case.

Signed-off-by: Max Reitz <>...

7841c768 02/21/2014 11:11 pm Max Reitz

check-qdict: Adjust test for qdict_array_split()

Test the new functionality of qdict_array_split(), that is, splitting
off single objects.

Signed-off-by: Max Reitz <>
Reviewed-by: Eric Blake <>
Signed-off-by: Kevin Wolf <>

a33cc31d 02/21/2014 11:10 pm Kevin Wolf

qemu-iotests: Check qemu-img command line parsing

Signed-off-by: Kevin Wolf <>
Reviewed-by: Jeff Cody <>
Reviewed-by: Eric Blake <>

View revisions

Also available in: Atom