summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-02-19 00:08:10 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-02-19 00:08:10 +0000
commit292a53308588bacd4a9e965a3f0ca089bd8be22e (patch)
tree2254a6387b5036468ba80cf596c13877fed00908 /lldb
parentb53e0f4b81155e7f316a9ad91201ee27727b5d10 (diff)
downloadbcm5719-llvm-292a53308588bacd4a9e965a3f0ca089bd8be22e.tar.gz
bcm5719-llvm-292a53308588bacd4a9e965a3f0ca089bd8be22e.zip
Disable TestModuleCXX.test on Windows
Importing cxx modules doesn't seem to work on Windows: error: a.out :: Class 'tagARRAYDESC' has a member 'tdescElem' of type 'tagTYPEDESC' which does not have a complete definition. error: a.out :: Class 'tagPARAMDESCEX' has a member 'varDefaultValue' of type 'tagVARIANT' which does not have a complete definition. llvm-svn: 354300
Diffstat (limited to 'lldb')
-rw-r--r--lldb/lit/Reproducer/Modules/TestModuleCXX.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/lit/Reproducer/Modules/TestModuleCXX.test b/lldb/lit/Reproducer/Modules/TestModuleCXX.test
index 2d4fc81dd8a..28996eb2e3c 100644
--- a/lldb/lit/Reproducer/Modules/TestModuleCXX.test
+++ b/lldb/lit/Reproducer/Modules/TestModuleCXX.test
@@ -1,3 +1,5 @@
+# REQUIRES: nowindows
+
# Start fresh.
# RUN: rm -rf %t.root
# RUN: rm -rf %t.clang-cache
OpenPOWER on IntegriCloud