Extend the RHEL-64342 exclusion
This commit is contained in:
parent
f36b4d78ed
commit
c9a3b482dd
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue