Work around RHEL-66174
This commit is contained in:
parent
28a80a8308
commit
92a1254f0c
1 changed files with 5 additions and 0 deletions
|
|
@ -132,6 +132,11 @@ rlJournalStart
|
|||
if [[ $(arch) = ppc64le ]] && rlTestVersion "$GCC_DUMPVERSION" '=' 14; then
|
||||
rlRun "rm -f $SRCROOT/gcc/testsuite/gfortran.dg/ieee/comparisons_3.F90"
|
||||
fi
|
||||
# https://issues.redhat.com/browse/RHEL-66174
|
||||
if [[ "$(arch)" = ppc64le ]] && rlIsRHEL 10; then
|
||||
rlRun "rm -f $SRCROOT/gcc/testsuite/gfortran.dg/default_format_{,denormal_}2.f90"
|
||||
rlRun "rm -f $SRCROOT/gcc/testsuite/gfortran.dg/large_real_kind_form_io_2.f90"
|
||||
fi
|
||||
if rlIsFedora '<40'; then
|
||||
rlRun "rm -f $SRCROOT/gcc/testsuite/gfortran.dg/pr113363.f90"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue