diff options
author | Max Filippov | 2019-03-22 20:49:17 +0100 |
---|---|---|
committer | Max Filippov | 2019-03-23 22:42:05 +0100 |
commit | bc19449acc2e05854118a47cdf96c1e86b30740d (patch) | |
tree | 6fe7da253880051abe8f75b15bb52e133276d85a /tests/tcg/xtensa/Makefile.softmmu-target | |
parent | target/xtensa: don't announce exit simcall (diff) | |
download | qemu-bc19449acc2e05854118a47cdf96c1e86b30740d.tar.gz qemu-bc19449acc2e05854118a47cdf96c1e86b30740d.tar.xz qemu-bc19449acc2e05854118a47cdf96c1e86b30740d.zip |
tests/tcg/xtensa: clean up test set
Drop test_fail: we know that exit simcall works. Now that it's not run
automatically there's no point in keeping it.
Drop test_pipeline: we're not modeling pipeline, we don't control ccount
and there's no plan to do so.
Enable test_boolean: it won't break on cores without boolean option, it
will do testing on cores with boolean option.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'tests/tcg/xtensa/Makefile.softmmu-target')
-rw-r--r-- | tests/tcg/xtensa/Makefile.softmmu-target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/xtensa/Makefile.softmmu-target b/tests/tcg/xtensa/Makefile.softmmu-target index 86bb47db77..8212d96b81 100644 --- a/tests/tcg/xtensa/Makefile.softmmu-target +++ b/tests/tcg/xtensa/Makefile.softmmu-target @@ -8,7 +8,7 @@ XTENSA_SRC = $(SRC_PATH)/tests/tcg/xtensa XTENSA_ALL = $(filter-out $(XTENSA_SRC)/linker.ld.S,$(wildcard $(XTENSA_SRC)/*.S)) XTENSA_TESTS = $(patsubst $(XTENSA_SRC)/%.S, %, $(XTENSA_ALL)) # Filter out common blobs and broken tests -XTENSA_BROKEN_TESTS = crt vectors test_boolean test_pipeline test_fail +XTENSA_BROKEN_TESTS = crt vectors XTENSA_USABLE_TESTS = $(filter-out $(XTENSA_BROKEN_TESTS), $(XTENSA_TESTS)) # add to the list of tests |