summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-11-05 10:50:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-11-05 10:50:17 +0100
commitf0567d67075ff7a27ada8ab5bce750fe8a739763 (patch)
tree57c34a6f0c7f9438643cd8aceac3e47fe1293ab9
parent1502f8269bb8e58f8b29fb69af3a3b8c7b2532de (diff)
arc: disable deadlocking test
-rw-r--r--test/nptl/Makefile.in5
1 files changed, 5 insertions, 0 deletions
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