[cfe-commits] r100864 - /cfe/trunk/test/PCH/pr4489.c
Daniel Dunbar
daniel at zuster.org
Fri Apr 9 08:30:57 PDT 2010
Author: ddunbar
Date: Fri Apr 9 10:30:57 2010
New Revision: 100864
URL: http://llvm.org/viewvc/llvm-project?rev=100864&view=rev
Log:
Forcibly disable test/PCH/pr4489.c, it is flaky on one of the buildbots.
Modified:
cfe/trunk/test/PCH/pr4489.c
Modified: cfe/trunk/test/PCH/pr4489.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/pr4489.c?rev=100864&r1=100863&r2=100864&view=diff
==============================================================================
--- cfe/trunk/test/PCH/pr4489.c (original)
+++ cfe/trunk/test/PCH/pr4489.c Fri Apr 9 10:30:57 2010
@@ -1,6 +1,13 @@
// RUN: %clang -x c-header -o %t.pch %s
// RUN: echo > %t.empty.c
// RUN: %clang -include %t -x c %t.empty.c -emit-llvm -S -o -
+
+// FIXME: This test is forcibly disabled, it is flaky on the clang-i686-xp-msvc9
+// buildbot.
+//
+// RUN: false
+// XFAIL: *
+
// PR 4489: Crash with PCH
// PR 4492: Crash with PCH (round two)
// PR 4509: Crash with PCH (round three)
More information about the cfe-commits
mailing list