Author: jdevlieghere
Date: Mon Feb 18 16:08:10 2019
New Revision: 354300

URL: http://llvm.org/viewvc/llvm-project?rev=354300&view=rev
Log:
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.

Modified:
    lldb/trunk/lit/Reproducer/Modules/TestModuleCXX.test

Modified: lldb/trunk/lit/Reproducer/Modules/TestModuleCXX.test
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Reproducer/Modules/TestModuleCXX.test?rev=354300&r1=354299&r2=354300&view=diff
==============================================================================
--- lldb/trunk/lit/Reproducer/Modules/TestModuleCXX.test (original)
+++ lldb/trunk/lit/Reproducer/Modules/TestModuleCXX.test Mon Feb 18 16:08:10 
2019
@@ -1,3 +1,5 @@
+# REQUIRES: nowindows
+
 # Start fresh.
 # RUN: rm -rf %t.root
 # RUN: rm -rf %t.clang-cache


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to