From f447620e04a461288d7b2d86db43f2430ec2571a Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 25 Apr 2024 17:12:17 +0000 Subject: [PATCH] Run test on aarch64 that passes now --- check.spec.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check.spec.inc b/check.spec.inc index 0e8cd8b..aa75bc0 100644 --- a/check.spec.inc +++ b/check.spec.inc @@ -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 filter_out_tests+=("libomp :: ompt/teams/distribute_dispatch.c") -# The following tests seem pass on ppc64le and x86_64 only: -%ifnarch ppc64le x86_64 s390x +# The following tests seem pass on ppc64le and x86_64 and aarch64 only: +%ifnarch ppc64le x86_64 s390x aarch64 # Passes on ppc64le: # libomptarget :: powerpc64le-ibm-linux-gnu :: mapping/target_derefence_array_pointrs.cpp # libomptarget :: powerpc64le-ibm-linux-gnu-LTO :: mapping/target_derefence_array_pointrs.cpp