summaryrefslogtreecommitdiff
path: root/test/pthread/Makefile.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-22 15:33:51 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-22 15:33:51 +0100
commit217c7da3b9434f9f4fb4e23eb133506b22bca5e0 (patch)
tree7dd7c0cbf673bfcef59efa5e7437db1e2fa7c3cc /test/pthread/Makefile.in
parent19fd0dc93b10ea4263bfa6c1b37d64e419da2445 (diff)
sh: disable some tests, we need to investigate later, tst-cond1 deadlocks on glibc, too
Diffstat (limited to 'test/pthread/Makefile.in')
-rw-r--r--test/pthread/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/pthread/Makefile.in b/test/pthread/Makefile.in
index 9fbecc2..cb7cb6d 100644
--- a/test/pthread/Makefile.in
+++ b/test/pthread/Makefile.in
@@ -3,6 +3,10 @@
TESTS_DISABLED += cancellation-points
+ifeq ($(TARGET_ARCH),sh)
+TESTS_DISABLED += ex2 ex7
+endif
+
EXTRA_LDFLAGS := -lpthread
LDFLAGS_cancellation-points := -lrt