Skip to content

Commit

Permalink
tests/tcg/xtensa: clean up test set
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jcmvbkbc committed Mar 23, 2019
1 parent 393cf60 commit bc19449
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 167 deletions.
2 changes: 1 addition & 1 deletion tests/tcg/xtensa/Makefile.softmmu-target
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 0 additions & 9 deletions tests/tcg/xtensa/test_fail.S

This file was deleted.

157 changes: 0 additions & 157 deletions tests/tcg/xtensa/test_pipeline.S

This file was deleted.

0 comments on commit bc19449

Please sign in to comment.