[Lldb-commits] [lldb] 7027cc6 - [lldb][test] Diable dwp hash collision test on Windows
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 12 08:10:09 PDT 2024
Author: David Spickett
Date: 2024-08-12T15:09:18Z
New Revision: 7027cc6a073cb5ae7a0ce04fa4a2dbe714615da9
URL: https://github.com/llvm/llvm-project/commit/7027cc6a073cb5ae7a0ce04fa4a2dbe714615da9
DIFF: https://github.com/llvm/llvm-project/commit/7027cc6a073cb5ae7a0ce04fa4a2dbe714615da9.diff
LOG: [lldb][test] Diable dwp hash collision test on Windows
This has been flaky on our Windows on Arm bot:
https://lab.llvm.org/buildbot/#/builders/141/builds/1497
Despite passing when first landed.
Added:
Modified:
lldb/test/Shell/SymbolFile/DWARF/x86/dwp-hash-collision.s
Removed:
################################################################################
diff --git a/lldb/test/Shell/SymbolFile/DWARF/x86/dwp-hash-collision.s b/lldb/test/Shell/SymbolFile/DWARF/x86/dwp-hash-collision.s
index d626b4602ad58..7e106d6e9c2de 100644
--- a/lldb/test/Shell/SymbolFile/DWARF/x86/dwp-hash-collision.s
+++ b/lldb/test/Shell/SymbolFile/DWARF/x86/dwp-hash-collision.s
@@ -3,6 +3,9 @@
## split unit from the DWP file. This can sometimes happen when the compile unit
## is nearly empty (e.g. because LTO has optimized all of it away).
+# Is flaky on Windows on Arm.
+# UNSUPPORTED: system-windows
+
# RUN: llvm-mc -triple=x86_64-pc-linux -filetype=obj %s --defsym MAIN=0 > %t
# RUN: llvm-mc -triple=x86_64-pc-linux -filetype=obj %s > %t.dwp
# RUN: %lldb %t -o "image lookup -t my_enum_type" \
More information about the lldb-commits
mailing list