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 | 524b4606f7de9c52b51bb50b4e6f29b27cec38f9 (patch) | |
tree | 19a4d1f8ccf14714816b6791cd1b8795ccac3353 /clang | |
parent | ef60190a00b631436781308a7c9ac4c783ee10e7 (diff) | |
download | bcm5719-llvm-524b4606f7de9c52b51bb50b4e6f29b27cec38f9.tar.gz bcm5719-llvm-524b4606f7de9c52b51bb50b4e6f29b27cec38f9.zip |
Forcibly disable test/PCH/pr4489.c, it is flaky on one of the buildbots.
llvm-svn: 100864
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/PCH/pr4489.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/test/PCH/pr4489.c b/clang/test/PCH/pr4489.c index 1d8be2d76cc..033e55b853c 100644 --- a/clang/test/PCH/pr4489.c +++ b/clang/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) |