From: Max Filippov Date: Tue, 27 Dec 2016 10:01:48 +0000 (-0800) Subject: target/xtensa: tests: run tests with icount X-Git-Tag: v2.9.0-rc0~130^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=122d302053062af886c2272f1049017cbfdba7b3;p=thirdparty%2Fqemu.git target/xtensa: tests: run tests with icount Timer tests expect certain determinism in CCOUNT updates and timer interrupts firing. Run QEMU with -icount to get deterministic results. Signed-off-by: Max Filippov --- diff --git a/tests/tcg/xtensa/Makefile b/tests/tcg/xtensa/Makefile index 7f9f2d96c37..2882c431e4a 100644 --- a/tests/tcg/xtensa/Makefile +++ b/tests/tcg/xtensa/Makefile @@ -5,7 +5,7 @@ CROSS=xtensa-$(CORE)-elf- ifndef XT SIM = ../../../xtensa-softmmu/qemu-system-xtensa -SIMFLAGS = -M sim -cpu $(CORE) -nographic -semihosting $(EXTFLAGS) -kernel +SIMFLAGS = -M sim -cpu $(CORE) -nographic -semihosting -icount 7 $(EXTFLAGS) -kernel SIMDEBUG = -s -S else SIM = xt-run