diff options
author | David Edelsohn <edelsohn@gnu.org> | 2006-08-11 20:40:52 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2006-08-11 16:40:52 -0400 |
commit | 0b8f97387accb9ff1e4eca05e547037aabfc9caa (patch) | |
tree | ee4a4fd86014d093aee061e2ac0f735c7b088039 | |
parent | 105ebae827e8010966ddbd0f9ec8d877556565a3 (diff) | |
download | gcc-0b8f97387accb9ff1e4eca05e547037aabfc9caa.zip gcc-0b8f97387accb9ff1e4eca05e547037aabfc9caa.tar.gz gcc-0b8f97387accb9ff1e4eca05e547037aabfc9caa.tar.bz2 |
* gfortran.dg/direct_io_6.f90: Skip on *-*-aix*.
From-SVN: r116091
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/direct_io_6.f90 | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 07bd03d..002761d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-08-11 David Edelsohn <edelsohn@gnu.org> + + * gfortran.dg/direct_io_6.f90: Skip on *-*-aix*. + 2006-08-11 Eric Botcazou <ebotcazou@libertysurf.fr> * g++.dg/opt/pr23454-2.C: New test. diff --git a/gcc/testsuite/gfortran.dg/direct_io_6.f90 b/gcc/testsuite/gfortran.dg/direct_io_6.f90 index d12bb48..2089101 100644 --- a/gcc/testsuite/gfortran.dg/direct_io_6.f90 +++ b/gcc/testsuite/gfortran.dg/direct_io_6.f90 @@ -1,5 +1,5 @@ !{ dg-do run } -!{ dg-skip-if "No large files" { hppa*-*-hpux* } { "*" } { "" } } +!{ dg-skip-if "No large files" { *-*-aix* hppa*-*-hpux* } { "*" } { "" } } ! PR25289 Cannot handle record numbers larger than huge(0_4). ! This test checks that very large record numbers can be used. ! Derived from example in PR. @@ -25,4 +25,4 @@ if (abyte.ne.105) call abort() close(10, status="delete") end -
\ No newline at end of file + |