summaryrefslogtreecommitdiff
path: root/test/Index
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-01-31 22:57:52 +0000
committerNico Weber <nicolasweber@gmx.de>2019-01-31 22:57:52 +0000
commitdad3f101ef42e0ed92697155286ef7110d455301 (patch)
tree129a9b47cdb792a4969ccdae69bdb647f64e1770 /test/Index
parent2f86db725e54b02d1ab47cb2eab44043e9efaa67 (diff)
downloadclang-dad3f101ef42e0ed92697155286ef7110d455301.tar.gz
Re-disable pch-from-libclang.c after 352803, some buildbots are still unhappy
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352809 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index')
-rw-r--r--test/Index/pch-from-libclang.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Index/pch-from-libclang.c b/test/Index/pch-from-libclang.c
index e71b61cddc..f4dd0f046f 100644
--- a/test/Index/pch-from-libclang.c
+++ b/test/Index/pch-from-libclang.c
@@ -13,6 +13,9 @@
// RUN: %clang -x c-header %s -o %t.clang.h.pch -fmodules -fmodules-cache-path=%t.mcp -Xclang -detailed-preprocessing-record -Xclang -triple -Xclang x86_64-apple-darwin -Xclang -fallow-pch-with-compiler-errors -Xclang -verify
// RUN: c-index-test -test-load-source local %s -include %t.clang.h -fmodules -fmodules-cache-path=%t.mcp -Xclang -triple -Xclang x86_64-apple-darwin | FileCheck %s
+// FIXME: Still fails on at least some linux boxen.
+// REQUIRES: system-darwin
+
#ifndef HEADER
#define HEADER