diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-04-09 15:30:57 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-04-09 15:30:57 +0000 |
commit | 08c0cdfd43fc395e1986106a04efa249f63af859 (patch) | |
tree | b3ab5a859aabae0b7a5141935d972ba840e3f458 | |
parent | 5dd52ac75e39f24bdd47a856968ae132a82b23db (diff) |
Forcibly disable test/PCH/pr4489.c, it is flaky on one of the buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100864 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/PCH/pr4489.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/PCH/pr4489.c b/test/PCH/pr4489.c index 1d8be2d76c..033e55b853 100644 --- a/test/PCH/pr4489.c +++ b/test/PCH/pr4489.c @@ -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) |