mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-12-01 03:32:55 +00:00
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 .
This commit is contained in:
parent
10ea2dd942
commit
c1fe843102
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue