From f553e4d7d0bc6e73156827146e94fdd8457c51c7 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 16 Jul 2024 12:04:40 +0200 Subject: [PATCH] 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. --- check.spec.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.spec.inc b/check.spec.inc index 6126915..0c782bc 100644 --- a/check.spec.inc +++ b/check.spec.inc @@ -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"