Extend the RHEL-64342 exclusion

This commit is contained in:
Václav Kadlčík 2025-04-29 10:28:08 +02:00
commit c9a3b482dd

View file

@ -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"