OSDN Git Service

* gcc.dg/pch/pch.exp: XFAIL largefile on Solaris 10 x86.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 May 2007 03:16:25 +0000 (03:16 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 May 2007 03:16:25 +0000 (03:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124535 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pch/pch.exp

index 6b6f395..894e2ca 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-07  Janis Johnson  <janis187@us.ibm.com>
+
+       * gcc.dg/pch/pch.exp: XFAIL largefile on Solaris 10 x86.
+
 2007-05-07  Mike Stump  <mrs@apple.com>
 
        * g++.old-deja/g++.mike/empty.C: Add.
index 7e65e03..c2b309e 100644 (file)
@@ -40,6 +40,7 @@ foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.c]] {
 set test "largefile.c"
 set testh "largefile.hs"
 set f [open $test w]
+puts $f "/* { dg-xfail-if \"PR 14940\" { \"i?86-*-solaris2.10\" } { \"*\" } { \"\" } } */"
 set v 0
 for { set v 0 } { $v < 10000 } { incr v } {
     puts $f "#define MACRO_${v} \"1234567890\" \"$v\""