]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: gfortran: Remove obsolete references to Solaris 9
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Wed, 14 Feb 2024 08:42:42 +0000 (09:42 +0100)
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Wed, 14 Feb 2024 08:42:42 +0000 (09:42 +0100)
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.

gcc/testsuite/gfortran.dg/fmt_en.f90
gcc/testsuite/gfortran.dg/fmt_en_rd.f90
gcc/testsuite/gfortran.dg/fmt_en_rn.f90
gcc/testsuite/gfortran.dg/fmt_en_ru.f90
gcc/testsuite/gfortran.dg/fmt_en_rz.f90

index d7e51b3fa2123f62172d5bfdbca1f5bd4b982f0f..0b757e9810831366b09c997f90383db7736f49d0 100644 (file)
@@ -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* } }
index ea914e0901cb914a77f2957e7e29d05c1d27f9e6..e1228e6711c88d263200639db50b8faead8c2e0d 100644 (file)
@@ -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 } }
index b0ada5c672d2e4f7b93a82c2cb5ffce3dbd34d7d..71d3ef698b9a40cc91ea942afc282097256d057e 100644 (file)
@@ -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 } }
index 7834e2880bd407ea7719a163851b807201ee66ed..e9e2785711bd723e6d26c010aeab4b9cc87d577c 100644 (file)
@@ -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 } }
index c07847cad6d6ce0046a32e0323d66f983736b032..7e4db5dfa4bb2847fd938d3def0aa125c2494423 100644 (file)
@@ -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 } }