From c1fe843102a4c44af8f91f8708d475dedfc904d3 Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Wed, 27 Nov 2024 09:12:54 -0300 Subject: [PATCH] Filter out test libarcher :: races/taskwait-depend.c This test has been failling intermittently in the LLVM snapshots on aarch64 and s390x. This is being tracked upstream as https://github.com/llvm/llvm-project/issues/117773 . --- llvm.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/llvm.spec b/llvm.spec index 193d616..63d93d9 100644 --- a/llvm.spec +++ b/llvm.spec @@ -1605,6 +1605,13 @@ test_list_filter_out+=("libomp :: worksharing/for/omp_collapse_one_int.c") test_list_filter_out+=("libomp :: flush/omp_flush.c") %endif +%ifarch aarch64 s390x +# The following test has been failling intermittently on aarch64 and s390x. +# Re-enable it after https://github.com/llvm/llvm-project/issues/117773 +# gets fixed. +test_list_filter_out+=("libarcher :: races/taskwait-depend.c") +%endif + # The following tests seem pass on ppc64le and x86_64 and aarch64 only: %ifnarch ppc64le x86_64 s390x aarch64 # Passes on ppc64le: