From c9a3b482dd48ce56da7c042cdabba8ccfd7b10bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kadl=C4=8D=C3=ADk?= Date: Tue, 29 Apr 2025 10:28:08 +0200 Subject: [PATCH] Extend the RHEL-64342 exclusion --- tests/Sanity/suite_libgomp/runtest.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Sanity/suite_libgomp/runtest.sh b/tests/Sanity/suite_libgomp/runtest.sh index d50db06..fd29277 100755 --- a/tests/Sanity/suite_libgomp/runtest.sh +++ b/tests/Sanity/suite_libgomp/runtest.sh @@ -454,7 +454,8 @@ rlJournalStart fi fi # https://issues.redhat.com/browse/RHEL-64342 - if rlIsRHEL 8 && [[ "$GCC_RPM_NAME" == gcc-toolset-1[34]-gcc ]]; then + if rlIsRHEL 8 && [[ "$GCC_RPM_NAME" == gcc-toolset-*-gcc ]]; then + # possibly more will need to be added with GTS-15 and newer, see RHEL-85977 rlRun "rm -f $SRCROOT/libgomp/testsuite/libgomp.c/pr104385.c" rlRun "rm -f $SRCROOT/libgomp/testsuite/libgomp.c/task-reduction-4.c" rlRun "rm -f $SRCROOT/libgomp/testsuite/libgomp.c-c++-common/task-reduction-{17,18}.c"