diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-22 15:33:51 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-22 15:33:51 +0100 |
commit | 217c7da3b9434f9f4fb4e23eb133506b22bca5e0 (patch) | |
tree | 7dd7c0cbf673bfcef59efa5e7437db1e2fa7c3cc /test/pthread | |
parent | 19fd0dc93b10ea4263bfa6c1b37d64e419da2445 (diff) |
sh: disable some tests, we need to investigate later, tst-cond1 deadlocks on glibc, too
Diffstat (limited to 'test/pthread')
-rw-r--r-- | test/pthread/Makefile.in | 4 |
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 |