From 9c9cbe2626f756ef1e1392ac1c97f99837ae1e0c Mon Sep 17 00:00:00 2001 From: ro Date: Tue, 25 Feb 2014 09:27:25 +0000 Subject: [PATCH] Skip gfortran.dg/erf_3.F90 and gfortran.dg/round_4.f90 on Solaris 9 (PR libfortran/59313, libfortran/58015) PR libfortran/59313 * gfortran.dg/erf_3.F90: Skip on sparc*-*-solaris2.9*. PR libfortran/58015 * gfortran.dg/round_4.f90: Skip on *-*-solaris2.9*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208114 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/gfortran.dg/erf_3.F90 | 1 + gcc/testsuite/gfortran.dg/round_4.f90 | 1 + 3 files changed, 10 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d8d760a..e395e47 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2014-02-25 Rainer Orth + + PR libfortran/59313 + * gfortran.dg/erf_3.F90: Skip on sparc*-*-solaris2.9*. + + PR libfortran/58015 + * gfortran.dg/round_4.f90: Skip on *-*-solaris2.9*. + 2014-02-25 Adam Butcher PR c++/60311 diff --git a/gcc/testsuite/gfortran.dg/erf_3.F90 b/gcc/testsuite/gfortran.dg/erf_3.F90 index d9d6589..ca1ed04 100644 --- a/gcc/testsuite/gfortran.dg/erf_3.F90 +++ b/gcc/testsuite/gfortran.dg/erf_3.F90 @@ -1,6 +1,7 @@ ! { dg-do run { xfail spu-*-* ia64-*-linux* } } ! { dg-options "-fno-range-check -ffree-line-length-none -O0" } ! { dg-add-options ieee } +! { dg-skip-if "PR libfortran/59313" { sparc*-*-solaris2.9* } } ! ! Check that simplification functions and runtime library agree on ERF, ! ERFC and ERFC_SCALED, for quadruple-precision. diff --git a/gcc/testsuite/gfortran.dg/round_4.f90 b/gcc/testsuite/gfortran.dg/round_4.f90 index 093d04e..40466a9 100644 --- a/gcc/testsuite/gfortran.dg/round_4.f90 +++ b/gcc/testsuite/gfortran.dg/round_4.f90 @@ -1,5 +1,6 @@ ! { dg-do run } ! { dg-add-options ieee } +! { dg-skip-if "PR libfortran/58015" { *-*-solaris2.9* } } ! ! PR fortran/35862 ! -- 2.7.4