mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Don't xfail omp_collapse tests on ppc64le
The tests pass: https://download.copr.fedorainfracloud.org/results/@fedora-llvm-team/llvm-snapshots-big-merge-20240716/fedora-rawhide-ppc64le/07737001-llvm/builder-live.log.gz The tests do fail on s390x. Note that the thread_state_{1,2}.c tests are already part of the ppc64le exclusive xfail list above, so we can make this one specific to s390x.
This commit is contained in:
parent
9552a8f6c7
commit
f553e4d7d0
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ export LIT_XFAIL="$LIT_XFAIL;ompt/target_memcpy.c"
|
|||
export LIT_XFAIL="$LIT_XFAIL;ompt/target_memcpy_emi.c"
|
||||
%endif
|
||||
|
||||
%ifarch s390x ppc64le
|
||||
%ifarch s390x
|
||||
export LIT_XFAIL="$LIT_XFAIL;offloading/thread_state_1.c"
|
||||
export LIT_XFAIL="$LIT_XFAIL;offloading/thread_state_2.c"
|
||||
export LIT_XFAIL="$LIT_XFAIL;worksharing/for/omp_collapse_many_GELTGT_int.c"
|
||||
|
|
Loading…
Reference in a new issue