public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-8972] testsuite: gfortran: Remove obsolete references to Solaris 9
@ 2024-02-14  8:43 Rainer Orth
  0 siblings, 0 replies; only message in thread
From: Rainer Orth @ 2024-02-14  8:43 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3d2e59ef738948fc5f69e7dbe4062c1c94eff9a9

commit r14-8972-g3d2e59ef738948fc5f69e7dbe4062c1c94eff9a9
Author: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Date:   Wed Feb 14 09:42:42 2024 +0100

    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.

Diff:
---
 gcc/testsuite/gfortran.dg/fmt_en.f90    | 2 +-
 gcc/testsuite/gfortran.dg/fmt_en_rd.f90 | 2 +-
 gcc/testsuite/gfortran.dg/fmt_en_rn.f90 | 2 +-
 gcc/testsuite/gfortran.dg/fmt_en_ru.f90 | 2 +-
 gcc/testsuite/gfortran.dg/fmt_en_rz.f90 | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gcc/testsuite/gfortran.dg/fmt_en.f90 b/gcc/testsuite/gfortran.dg/fmt_en.f90
index d7e51b3fa212..0b757e981083 100644
--- a/gcc/testsuite/gfortran.dg/fmt_en.f90
+++ b/gcc/testsuite/gfortran.dg/fmt_en.f90
@@ -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* } }
diff --git a/gcc/testsuite/gfortran.dg/fmt_en_rd.f90 b/gcc/testsuite/gfortran.dg/fmt_en_rd.f90
index ea914e0901cb..e1228e6711c8 100644
--- a/gcc/testsuite/gfortran.dg/fmt_en_rd.f90
+++ b/gcc/testsuite/gfortran.dg/fmt_en_rd.f90
@@ -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 } }
diff --git a/gcc/testsuite/gfortran.dg/fmt_en_rn.f90 b/gcc/testsuite/gfortran.dg/fmt_en_rn.f90
index b0ada5c672d2..71d3ef698b9a 100644
--- a/gcc/testsuite/gfortran.dg/fmt_en_rn.f90
+++ b/gcc/testsuite/gfortran.dg/fmt_en_rn.f90
@@ -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 } }
diff --git a/gcc/testsuite/gfortran.dg/fmt_en_ru.f90 b/gcc/testsuite/gfortran.dg/fmt_en_ru.f90
index 7834e2880bd4..e9e2785711bd 100644
--- a/gcc/testsuite/gfortran.dg/fmt_en_ru.f90
+++ b/gcc/testsuite/gfortran.dg/fmt_en_ru.f90
@@ -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 } }
diff --git a/gcc/testsuite/gfortran.dg/fmt_en_rz.f90 b/gcc/testsuite/gfortran.dg/fmt_en_rz.f90
index c07847cad6d6..7e4db5dfa4bb 100644
--- a/gcc/testsuite/gfortran.dg/fmt_en_rz.f90
+++ b/gcc/testsuite/gfortran.dg/fmt_en_rz.f90
@@ -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 } }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-14  8:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-14  8:43 [gcc r14-8972] testsuite: gfortran: Remove obsolete references to Solaris 9 Rainer Orth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).