]> granicus.if.org Git - clang/commitdiff
Forcibly disable test/PCH/pr4489.c, it is flaky on one of the buildbots.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 9 Apr 2010 15:30:57 +0000 (15:30 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 9 Apr 2010 15:30:57 +0000 (15:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100864 91177308-0d34-0410-b5e6-96231b3b80d8

test/PCH/pr4489.c

index 1d8be2d76cc565731f98b10995299b9e0179b647..033e55b853c8962ce5083e9d7bb62b861329295c 100644 (file)
@@ -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)