]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/tcg: add run, diff, and skip helper macros
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 21 May 2018 09:38:37 +0000 (10:38 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Jun 2018 19:22:34 +0000 (20:22 +0100)
commit607bf9b5a5245563a80cb9484f2fd85d58c46fdc
tree929327d71eae2409a588c6729fc69d7d320ba6b0
parent8ba0a8206a3f7b9870890c99d3222eceffd018a9
tests/tcg: add run, diff, and skip helper macros

As we aren't using the default runners for all the test cases it is
easy to miss out things like timeouts. To help with this we add some
helpers and use them so we only need to make core changes in one
place.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
tests/tcg/Makefile
tests/tcg/aarch64/Makefile.target
tests/tcg/arm/Makefile.target
tests/tcg/i386/Makefile.target
tests/tcg/multiarch/Makefile.target