From 6ea1471d624428f810b72113859e3f7739fcaf03 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 19 Oct 2019 14:27:17 +0200 Subject: avoid deadlock test in nsimdrv ARC simulator --- test/nptl/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test') diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index 35859f9..a5b8462 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -5,6 +5,11 @@ ifeq ($(TARGET_ARCH),metag) TESTS_DISABLED := tst-cleanup0 tst-cleanupx0 endif +# deadlock in nsimdrv +ifeq ($(TARGET_ARCH),arc) +TESTS_DISABLED := tst-cancel20 +endif + # qemu crash ifeq ($(TARGET_ARCH),microblaze) TESTS_DISABLED := tst-tls2 -- cgit v1.2.3