[Lldb-commits] [lldb] 54811a9 - [lldb][test] Mark dwp foreign type units test unsupported on Windows
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 2 02:21:14 PDT 2024
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
More information about the lldb-commits
mailing list