diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-02-19 00:08:10 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-02-19 00:08:10 +0000 |
commit | 292a53308588bacd4a9e965a3f0ca089bd8be22e (patch) | |
tree | 2254a6387b5036468ba80cf596c13877fed00908 /lldb | |
parent | b53e0f4b81155e7f316a9ad91201ee27727b5d10 (diff) | |
download | bcm5719-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.test | 2 |
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 |