mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 10:35:42 +00:00
Run test on aarch64 that passes now
This commit is contained in:
parent
7eb753fbfa
commit
f447620e04
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ export LIT_XFAIL="$LIT_XFAIL;api_tests/test_ompd_get_thread_handle.c"
|
||||||
# The following test is flaky and we'll filter it out
|
# The following test is flaky and we'll filter it out
|
||||||
filter_out_tests+=("libomp :: ompt/teams/distribute_dispatch.c")
|
filter_out_tests+=("libomp :: ompt/teams/distribute_dispatch.c")
|
||||||
|
|
||||||
# The following tests seem pass on ppc64le and x86_64 only:
|
# The following tests seem pass on ppc64le and x86_64 and aarch64 only:
|
||||||
%ifnarch ppc64le x86_64 s390x
|
%ifnarch ppc64le x86_64 s390x aarch64
|
||||||
# Passes on ppc64le:
|
# Passes on ppc64le:
|
||||||
# libomptarget :: powerpc64le-ibm-linux-gnu :: mapping/target_derefence_array_pointrs.cpp
|
# libomptarget :: powerpc64le-ibm-linux-gnu :: mapping/target_derefence_array_pointrs.cpp
|
||||||
# libomptarget :: powerpc64le-ibm-linux-gnu-LTO :: mapping/target_derefence_array_pointrs.cpp
|
# libomptarget :: powerpc64le-ibm-linux-gnu-LTO :: mapping/target_derefence_array_pointrs.cpp
|
||||||
|
|
Loading…
Reference in a new issue