Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(267)

Unified Diff: gcc/gcc/testsuite/gcc.dg/pch/pch.exp

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/overflow-warn-3.c ('k') | gcc/gcc/testsuite/gcc.dg/pr12603.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gcc.dg/pch/pch.exp
diff --git a/gcc/gcc/testsuite/gcc.dg/pch/pch.exp b/gcc/gcc/testsuite/gcc.dg/pch/pch.exp
index ff2b34c09709de12715a208ac67ec8a3c36c9ba9..009fc96fa1dc39bed7f64474c88a0f8ad27624b8 100644
--- a/gcc/gcc/testsuite/gcc.dg/pch/pch.exp
+++ b/gcc/gcc/testsuite/gcc.dg/pch/pch.exp
@@ -43,7 +43,6 @@ 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\" } { \"*\" } { \"\" } } */"
puts $f "/* { dg-timeout-factor 4.0 } */"
set v 0
for { set v 0 } { $v < 10000 } { incr v } {
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/overflow-warn-3.c ('k') | gcc/gcc/testsuite/gcc.dg/pr12603.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698