From 5f507306d0737fce014d79328cabbf0bc2c7f569 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 3 Jan 2024 15:40:20 +0100 Subject: microblaze: disable a lot of tests, all are stalling on latest Qemu --- test/nptl/Makefile.in | 6 +++++- test/pthread/Makefile.in | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index 44ffbba..d1d86e5 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -12,7 +12,11 @@ endif # qemu crash ifeq ($(TARGET_ARCH),microblaze) -TESTS_DISABLED := tst-tls2 tst-cancel10x +TESTS_DISABLED := tst-tls2 tst-cancelx4 tst-cancelx8 tst-cancelx9 tst-cancelx10 tst-cancelx11 \ + tst-cancelx12 tst-cancelx13 tst-cancelx14 tst-cancelx15 \ + tst-cancelx16 tst-cancelx18 tst-cancelx20 tst-cancelx21 \ + tst-cleanupx0 tst-cleanupx1 tst-cleanupx3 tst-oncex3 tst-oncex4 \ + tst-sem11 tst-sem12 endif # deadlock 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 -- cgit v1.2.3