testsuite: gfortran: Remove obsolete references to Solaris 9
Some gfortran tests still contain references to long-obsolete Solaris 9. This patch removes them. Tested on i386-pc-solaris2.11. 2024-02-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> gcc/testsuite: * gfortran.dg/fmt_en.f90 (dg-output): Don't xfail on ?86-*-solaris2.9*. * gfortran.dg/fmt_en_rd.f90: Likewise. * gfortran.dg/fmt_en_rn.f90: Likewise. * gfortran.dg/fmt_en_ru.f90: Likewise. * gfortran.dg/fmt_en_rz.f90: Likewise.
This commit is contained in:
parent
ab0c2c367a
commit
3d2e59ef73
5 changed files with 5 additions and 5 deletions
|
@ -180,4 +180,4 @@ contains
|
|||
|
||||
end subroutine
|
||||
end program
|
||||
! { dg-output "All kinds rounded to nearest" { xfail { i?86-*-solaris2.9* hppa*-*-hpux* } } }
|
||||
! { dg-output "All kinds rounded to nearest" { xfail hppa*-*-hpux* } }
|
||||
|
|
|
@ -181,5 +181,5 @@ contains
|
|||
|
||||
end subroutine
|
||||
end program
|
||||
! { dg-output "All kinds rounded down" { xfail { i?86-*-solaris2.9* hppa*-*-hpux* } } }
|
||||
! { dg-output "All kinds rounded down" { xfail hppa*-*-hpux* } }
|
||||
! { dg-final { cleanup-saved-temps } }
|
||||
|
|
|
@ -181,5 +181,5 @@ contains
|
|||
|
||||
end subroutine
|
||||
end program
|
||||
! { dg-output "All kinds rounded to nearest" { xfail { i?86-*-solaris2.9* hppa*-*-hpux* } } }
|
||||
! { dg-output "All kinds rounded to nearest" { xfail hppa*-*-hpux* } }
|
||||
! { dg-final { cleanup-saved-temps } }
|
||||
|
|
|
@ -181,5 +181,5 @@ contains
|
|||
|
||||
end subroutine
|
||||
end program
|
||||
! { dg-output "All kinds rounded up" { xfail { i?86-*-solaris2.9* hppa*-*-hpux* } } }
|
||||
! { dg-output "All kinds rounded up" { xfail hppa*-*-hpux* } }
|
||||
! { dg-final { cleanup-saved-temps } }
|
||||
|
|
|
@ -181,5 +181,5 @@ contains
|
|||
|
||||
end subroutine
|
||||
end program
|
||||
! { dg-output "All kinds rounded to zero" { xfail { i?86-*-solaris2.9* hppa*-*-hpux* } } }
|
||||
! { dg-output "All kinds rounded to zero" { xfail hppa*-*-hpux* } }
|
||||
! { dg-final { cleanup-saved-temps } }
|
||||
|
|
Loading…
Add table
Reference in a new issue