diff options
author | shafik <syaghmour@apple.com> | 2019-10-29 11:33:11 -0700 |
---|---|---|
committer | shafik <syaghmour@apple.com> | 2019-10-29 11:33:11 -0700 |
commit | e6581783f767b7dcaf84223aeae05d2467106113 (patch) | |
tree | b6701034105dcf02b06d19acff389930a0c74670 | |
parent | 1765f31f5adf91c794ce4ddfa69afd62c0592767 (diff) | |
download | bcm5719-llvm-e6581783f767b7dcaf84223aeae05d2467106113.tar.gz bcm5719-llvm-e6581783f767b7dcaf84223aeae05d2467106113.zip |
[LLDB] Fix for windows bots broken by unsupported tests
-rw-r--r-- | lldb/test/Shell/SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll | 2 | ||||
-rw-r--r-- | lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp | 2 |
2 files changed, 4 insertions, 0 deletions
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 b0a9f229505..aab0128264c 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 f1254fe3b1b..5e80c5c6d0b 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. |