Skip to content

Commit c1fe843

Browse files
committed
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 llvm/llvm-project#117773 .
1 parent 10ea2dd commit c1fe843

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

llvm.spec

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,6 +1605,13 @@ test_list_filter_out+=("libomp :: worksharing/for/omp_collapse_one_int.c")
16051605
test_list_filter_out+=("libomp :: flush/omp_flush.c")
16061606
%endif
16071607

1608+
%ifarch aarch64 s390x
1609+
# The following test has been failling intermittently on aarch64 and s390x.
1610+
# Re-enable it after https://github.com/llvm/llvm-project/issues/117773
1611+
# gets fixed.
1612+
test_list_filter_out+=("libarcher :: races/taskwait-depend.c")
1613+
%endif
1614+
16081615
# The following tests seem pass on ppc64le and x86_64 and aarch64 only:
16091616
%ifnarch ppc64le x86_64 s390x aarch64
16101617
# Passes on ppc64le:

0 commit comments

Comments
 (0)