Skip to content

Commit

Permalink
tests/tcg: also disable the signals test for plugins
Browse files Browse the repository at this point in the history
This will be more important when plugins is enabled by default.

Fixes: eba6105 ("tests/tcg: generalise the disabling of the signals test")
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210709143005.1554-6-alex.bennee@linaro.org>
  • Loading branch information
stsquad committed Jul 14, 2021
1 parent 4799c21 commit 0f1ea9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/tcg/i386/Makefile.target
Expand Up @@ -65,6 +65,9 @@ run-plugin-%-with-libinsn.so:
-d plugin -D $*-with-libinsn.so.pout $*, \
"$* (inline) on $(TARGET_NAME)")

run-plugin-signals-with-libinsn.so:
$(call skip-test, $<, "BROKEN awaiting sigframe clean-ups and vdso support")

# Update TESTS
I386_TESTS:=$(filter-out $(SKIP_I386_TESTS), $(ALL_X86_TESTS))
TESTS=$(MULTIARCH_TESTS) $(I386_TESTS)
Expand Down
2 changes: 2 additions & 0 deletions tests/tcg/multiarch/Makefile.target
Expand Up @@ -37,6 +37,8 @@ signals: LDFLAGS+=-lrt -lpthread
run-signals: signals
$(call skip-test, $<, "BROKEN awaiting sigframe clean-ups and vdso support")

run-plugin-signals-with-%:
$(call skip-test, $<, "BROKEN awaiting sigframe clean-ups and vdso support")

# We define the runner for test-mmap after the individual
# architectures have defined their supported pages sizes. If no
Expand Down

0 comments on commit 0f1ea9c

Please sign in to comment.