diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-19 14:27:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-19 14:27:17 +0200 |
commit | 6ea1471d624428f810b72113859e3f7739fcaf03 (patch) | |
tree | 288778d046c1b8264952e3920ce50142b9de5331 | |
parent | 1dfaf25d8c83b19d2e34b92d82f3eaaba4ef1062 (diff) |
avoid deadlock test in nsimdrv ARC simulator
-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 35859f9..a5b8462 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -5,6 +5,11 @@ ifeq ($(TARGET_ARCH),metag) TESTS_DISABLED := tst-cleanup0 tst-cleanupx0 endif +# deadlock in nsimdrv +ifeq ($(TARGET_ARCH),arc) +TESTS_DISABLED := tst-cancel20 +endif + # qemu crash ifeq ($(TARGET_ARCH),microblaze) TESTS_DISABLED := tst-tls2 |