From 1ffe33bbfb69e67820e57881cfbd946306a111b6 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Sat, 25 Feb 2017 19:17:11 +0000 Subject: [PATCH] [test] Disable test/Index/pch-from-libclang.c for non-darwin systems. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@296267 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Index/pch-from-libclang.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/Index/pch-from-libclang.c b/test/Index/pch-from-libclang.c index c944cd69c0..056cd0a189 100644 --- a/test/Index/pch-from-libclang.c +++ b/test/Index/pch-from-libclang.c @@ -1,4 +1,8 @@ // Check that clang can use a PCH created from libclang. + +// FIXME: Non-darwin bots fail. Would need investigation using -module-file-info to see what is the difference in modules generated from libclang vs the compiler invocation, in those systems. +// REQUIRES: system-darwin + // RUN: c-index-test -write-pch %t.h.pch %s -fmodules -fmodules-cache-path=%t.mcp -Xclang -triple -Xclang x86_64-apple-darwin // RUN: %clang -fsyntax-only -include %t.h %s -Xclang -verify -fmodules -fmodules-cache-path=%t.mcp -Xclang -detailed-preprocessing-record -Xclang -triple -Xclang x86_64-apple-darwin -- 2.40.0