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. _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits