public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
* [Committed] xfail 3 testcases of FreeBSD
@ 2018-06-10  7:03 Steve Kargl
  0 siblings, 0 replies; only message in thread
From: Steve Kargl @ 2018-06-10  7:03 UTC (permalink / raw)
  To: fortran, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

I have finally gotten around to committing

2018-06-09  Steven G. Kargl  <kargl@gcc.gnu.org>

   * gfortran.dg/ieee/ieee_4.f90: xfail on i?86-*-freebsd*
   * gfortran.dg/ieee/large_4.f90: Ditto.
   * gfortran.dg/round_4.f90: Ditto.

These tests have failed on i?86-*-FreeBSD since the tests
were committed.  The underlying cause is an OS feature, 
so simply xfail the tests.

-- 
Steve

[-- Attachment #2: zxc --]
[-- Type: text/plain, Size: 1281 bytes --]

Index: gcc/testsuite/gfortran.dg/ieee/ieee_4.f90
===================================================================
--- gcc/testsuite/gfortran.dg/ieee/ieee_4.f90	(revision 261171)
+++ gcc/testsuite/gfortran.dg/ieee/ieee_4.f90	(working copy)
@@ -1,4 +1,4 @@
-! { dg-do run { xfail i386-*-freebsd* } }
+! { dg-do run { xfail i?86-*-freebsd* } }
 
   use :: ieee_arithmetic
   implicit none
Index: gcc/testsuite/gfortran.dg/ieee/large_4.f90
===================================================================
--- gcc/testsuite/gfortran.dg/ieee/large_4.f90	(revision 261171)
+++ gcc/testsuite/gfortran.dg/ieee/large_4.f90	(working copy)
@@ -1,4 +1,4 @@
-! { dg-do run }
+! { dg-do run { xfail i?86-*-freebsd* } }
 
 program test_underflow_control
   use ieee_arithmetic
Index: gcc/testsuite/gfortran.dg/round_4.f90
===================================================================
--- gcc/testsuite/gfortran.dg/round_4.f90	(revision 261171)
+++ gcc/testsuite/gfortran.dg/round_4.f90	(working copy)
@@ -1,4 +1,4 @@
-! { dg-do run { xfail i386-*-freebsd* } }
+! { dg-do run { xfail i?86-*-freebsd* } }
 ! { dg-add-options ieee }
 ! { dg-skip-if "PR libfortran/58015" { hppa*-*-hpux* } }
 ! { dg-skip-if "IBM long double 31 bits of precision, test requires 38" { powerpc*-*-linux* } }

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

only message in thread, other threads:[~2018-06-09 22:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-10  7:03 [Committed] xfail 3 testcases of FreeBSD Steve Kargl

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).