mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 03:29:57 +00:00
Forcibly disable test/PCH/pr4489.c, it is flaky on one of the buildbots.
llvm-svn: 100864
This commit is contained in:
parent
ef60190a00
commit
524b4606f7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user