From f96bd0c7d50175e4291ca4c81147ee525abd46a5 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: May 02 2024 14:55:23 +0000 Subject: Run test on aarch64 that passes now --- 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