From f0567d67075ff7a27ada8ab5bce750fe8a739763 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 5 Nov 2017 10:50:17 +0100 Subject: arc: disable deadlocking test --- 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 ac6cf3f..6983320 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -1,6 +1,11 @@ # uClibc-ng NPTL tests # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# deadlock +ifeq ($(TARGET_ARCH),arc) +TESTS_DISABLED := tst-cond16 +endif + ifeq ($(TARGET_ARCH),metag) TESTS_DISABLED := tst-cleanup0 tst-cleanupx0 endif -- cgit v1.2.3