Author: David Spickett Date: 2024-07-02T09:19:59Z New Revision: 54811a9b1194d8239cc28c2a974228ffadf80100
URL: https://github.com/llvm/llvm-project/commit/54811a9b1194d8239cc28c2a974228ffadf80100 DIFF: https://github.com/llvm/llvm-project/commit/54811a9b1194d8239cc28c2a974228ffadf80100.diff LOG: [lldb][test] Mark dwp foreign type units test unsupported on Windows This test has been flaky on Linaro's Windows on Arm bot: https://lab.llvm.org/buildbot/#/builders/141/builds/425 Added: Modified: lldb/test/Shell/SymbolFile/DWARF/x86/dwp-foreign-type-units.cpp Removed: ################################################################################ diff --git a/lldb/test/Shell/SymbolFile/DWARF/x86/dwp-foreign-type-units.cpp b/lldb/test/Shell/SymbolFile/DWARF/x86/dwp-foreign-type-units.cpp index 4df1b33dd7d91..ef15d418b4cfe 100644 --- a/lldb/test/Shell/SymbolFile/DWARF/x86/dwp-foreign-type-units.cpp +++ b/lldb/test/Shell/SymbolFile/DWARF/x86/dwp-foreign-type-units.cpp @@ -1,4 +1,6 @@ // REQUIRES: lld +// Is flaky on Windows. +// UNSUPPORTED: system-windows // This test will make a type that will be compiled diff erently into two // diff erent .dwo files in a type unit with the same type hash, but with _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits