diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-08 15:16:51 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-08 15:16:51 +0100 |
commit | c06f1e5bd2bd3cf98c752042700d2298f8e9156a (patch) | |
tree | 35b65ac3b356dcad1bdef2e0863d8dd42eaceeb2 /test/nptl/Makefile.in | |
parent | d3c8940ae3d8178ae5ef75b1269b72884b5a781a (diff) |
riscv32: disable blocking test
Diffstat (limited to 'test/nptl/Makefile.in')
-rw-r--r-- | test/nptl/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index d1d86e5..24683c1 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -5,6 +5,10 @@ ifeq ($(TARGET_ARCH),metag) TESTS_DISABLED := tst-cleanup0 tst-cleanupx0 endif +ifeq ($(TARGET_ARCH),riscv32) +TESTS_DISABLED := tst-rwlock9 +endif + # deadlock in nsimdrv ifeq ($(TARGET_ARCH),arc) TESTS_DISABLED := tst-cancel20 |