diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/nptl/Makefile.in | 5 |
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 |