diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2014-02-25 09:27:25 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2014-02-25 09:27:25 +0000 |
commit | a51524153cfb5f66e050b9ccbb99a8c18f97dc1d (patch) | |
tree | bb262392d53d4db4456d7a492da18fe52be3ddc5 /gcc | |
parent | 84053e02c03caa3afb572e41f347f7a94b908c3a (diff) | |
download | gcc-a51524153cfb5f66e050b9ccbb99a8c18f97dc1d.zip gcc-a51524153cfb5f66e050b9ccbb99a8c18f97dc1d.tar.gz gcc-a51524153cfb5f66e050b9ccbb99a8c18f97dc1d.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/erf_3.F90 | 1 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/round_4.f90 | 1 |
3 files changed, 10 insertions, 0 deletions
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 <ro@CeBiTec.Uni-Bielefeld.DE> + + 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 <adam@jessamine.co.uk> 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 ! |