summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling/ToolingTest.cpp
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2012-06-01 16:48:55 +0000
committerAlexander Kornienko <alexfh@google.com>2012-06-01 16:48:55 +0000
commit685f43ff0236bc847d5c83a46ed96c714a428756 (patch)
tree7dc47c18f8bdb290c3baf30d0231d0039c2481e5 /clang/unittests/Tooling/ToolingTest.cpp
parent789acfb63d66b724c431bea498a89ebe61c33bc0 (diff)
downloadbcm5719-llvm-685f43ff0236bc847d5c83a46ed96c714a428756.tar.gz
bcm5719-llvm-685f43ff0236bc847d5c83a46ed96c714a428756.zip
#ifdef out a broken test on win32
llvm-svn: 157819
Diffstat (limited to 'clang/unittests/Tooling/ToolingTest.cpp')
-rw-r--r--clang/unittests/Tooling/ToolingTest.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/unittests/Tooling/ToolingTest.cpp b/clang/unittests/Tooling/ToolingTest.cpp
index 9122786b553..efabaf7f994 100644
--- a/clang/unittests/Tooling/ToolingTest.cpp
+++ b/clang/unittests/Tooling/ToolingTest.cpp
@@ -110,6 +110,9 @@ TEST(newFrontendActionFactory, CreatesFrontendActionFactoryFromFactoryType) {
EXPECT_TRUE(Action.get() != NULL);
}
+#ifndef LLVM_ON_WIN32
+// This test breaks on Windows.
+
TEST(ToolInvocation, TestMapVirtualFile) {
clang::FileManager Files((clang::FileSystemOptions()));
std::vector<std::string> Args;
@@ -123,5 +126,7 @@ TEST(ToolInvocation, TestMapVirtualFile) {
EXPECT_TRUE(Invocation.run());
}
+#endif
+
} // end namespace tooling
} // end namespace clang
OpenPOWER on IntegriCloud