r296267 - [test] Disable test/Index/pch-from-libclang.c for non-darwin systems.

Argyrios Kyrtzidis via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 25 11:17:11 PST 2017


Author: akirtzidis
Date: Sat Feb 25 13:17:11 2017
New Revision: 296267

URL: http://llvm.org/viewvc/llvm-project?rev=296267&view=rev
Log:
[test] Disable test/Index/pch-from-libclang.c for non-darwin systems.

Modified:
    cfe/trunk/test/Index/pch-from-libclang.c

Modified: cfe/trunk/test/Index/pch-from-libclang.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/pch-from-libclang.c?rev=296267&r1=296266&r2=296267&view=diff
==============================================================================
--- cfe/trunk/test/Index/pch-from-libclang.c (original)
+++ cfe/trunk/test/Index/pch-from-libclang.c Sat Feb 25 13:17:11 2017
@@ -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
 




More information about the cfe-commits mailing list