[clang-tools-extra] r236001 - Disable clang-tools-extra/test/pp-trace/pp-trace-modules.cpp on win32 for now. Investigating.
NAKAMURA Takumi
geek4civic at gmail.com
Tue Apr 28 10:31:36 PDT 2015
Author: chapuni
Date: Tue Apr 28 12:31:36 2015
New Revision: 236001
URL: http://llvm.org/viewvc/llvm-project?rev=236001&view=rev
Log:
Disable clang-tools-extra/test/pp-trace/pp-trace-modules.cpp on win32 for now. Investigating.
Modified:
clang-tools-extra/trunk/test/pp-trace/pp-trace-modules.cpp
Modified: clang-tools-extra/trunk/test/pp-trace/pp-trace-modules.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/pp-trace/pp-trace-modules.cpp?rev=236001&r1=236000&r2=236001&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/pp-trace/pp-trace-modules.cpp (original)
+++ clang-tools-extra/trunk/test/pp-trace/pp-trace-modules.cpp Tue Apr 28 12:31:36 2015
@@ -1,6 +1,9 @@
// RUN: rm -rf %t
// RUN: pp-trace -ignore FileChanged,MacroDefined %s -x objective-c++ -undef -target x86_64 -std=c++11 -fmodules -fcxx-modules -fmodules-cache-path=%t -I%S -I%S/Input | FileCheck --strict-whitespace %s
+// FIXME: It crashes on (at least) msc18. Investigating.
+// REQUIRES: shell
+
// CHECK: ---
@import Level1A;
More information about the cfe-commits
mailing list