diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-03 15:40:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-03 15:40:20 +0100 |
commit | 5f507306d0737fce014d79328cabbf0bc2c7f569 (patch) | |
tree | ed1e7e823289f060b3eb646766359bce4d9be322 /test/pthread | |
parent | 4a0f95027a1bec5fab81ce497035d3ecadedbb0c (diff) |
microblaze: disable a lot of tests, all are stalling on latest Qemu
Diffstat (limited to 'test/pthread')
-rw-r--r-- | test/pthread/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/pthread/Makefile.in b/test/pthread/Makefile.in index bbcc411..b989334 100644 --- a/test/pthread/Makefile.in +++ b/test/pthread/Makefile.in @@ -3,6 +3,9 @@ TESTS_DISABLED += cancellation-points +ifeq ($(TARGET_ARCH),microblaze) +TESTS_DISABLED += ex3 +endif ifeq ($(TARGET_ARCH),sh) TESTS_DISABLED += ex2 ex7 endif |