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"