Skip to content

Commit 7027cc6

Browse files
committed
[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.
1 parent 49777d7 commit 7027cc6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/test/Shell/SymbolFile/DWARF/x86/dwp-hash-collision.s

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## split unit from the DWP file. This can sometimes happen when the compile unit
44
## is nearly empty (e.g. because LTO has optimized all of it away).
55

6+
# Is flaky on Windows on Arm.
7+
# UNSUPPORTED: system-windows
8+
69
# RUN: llvm-mc -triple=x86_64-pc-linux -filetype=obj %s --defsym MAIN=0 > %t
710
# RUN: llvm-mc -triple=x86_64-pc-linux -filetype=obj %s > %t.dwp
811
# RUN: %lldb %t -o "image lookup -t my_enum_type" \

0 commit comments

Comments
 (0)