[Lldb-commits] [lldb] e658178 - [LLDB] Fix for windows bots broken by unsupported tests

via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 29 11:34:48 PDT 2019


Author: shafik
Date: 2019-10-29T11:33:11-07:00
New Revision: e6581783f767b7dcaf84223aeae05d2467106113

URL: https://github.com/llvm/llvm-project/commit/e6581783f767b7dcaf84223aeae05d2467106113
DIFF: https://github.com/llvm/llvm-project/commit/e6581783f767b7dcaf84223aeae05d2467106113.diff

LOG: [LLDB] Fix for windows bots broken by unsupported tests

Added: 
    

Modified: 
    lldb/test/Shell/SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll
    lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll b/lldb/test/Shell/SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll
index b0a9f2295057..aab0128264c1 100644
--- a/lldb/test/Shell/SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll
+++ b/lldb/test/Shell/SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll
@@ -1,3 +1,5 @@
+; UNSUPPORTED: system-windows
+;
 ; This test verifies that we do the right thing with DIFlagExportSymbols which is the new
 ; behavioir and without the DIFlagExportSymbols which is the old behavior for the given
 ; definitions below.

diff  --git a/lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp b/lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp
index f1254fe3b1b5..5e80c5c6d0b7 100644
--- a/lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp
+++ b/lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp
@@ -1,3 +1,5 @@
+// UNSUPPORTED: system-windows
+//
 // Test to verify we are corectly generating anonymous flags when parsing
 // anonymous class and unnamed structs from DWARF to the a clang AST node.
 


        


More information about the lldb-commits mailing list