From: Rainer Orth Date: Tue, 25 Feb 2014 09:27:25 +0000 (+0000) Subject: Skip gfortran.dg/erf_3.F90 and gfortran.dg/round_4.f90 on Solaris 9 (PR libfortran... X-Git-Tag: releases/gcc-4.9.0~701 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a51524153cfb5f66e050b9ccbb99a8c18f97dc1d;p=thirdparty%2Fgcc.git 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*. From-SVN: r208114 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d8d760ac009d..e395e47dc10b 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 d9d65898984e..ca1ed04057f0 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 093d04ea7964..40466a9b642e 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 !