Skip to content

Commit 74b7e73

Browse files
[llldb][test] Mark a DWO test unsupported on Darwin and Windows (#156306)
This uses split DWARF and from looking at other tests, it should not be running on Darwin or Windows. It does pass using the DIA PDB plugin but I think this is misleading because it's not actually testing the intended feature. When the native PDB plugin is used it fails because it cannot set a breakpoint. I don't see a point to running this test on Windows at all. Native PDB plugin test failures are being tracked in #114906.
1 parent 1477a67 commit 74b7e73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/test/Shell/SymbolFile/DWARF/dwo-static-data-member-access.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# a DW_TAG_variable DIE, whose parent DIE is only
55
# a forward declaration.
66

7+
# UNSUPPORTED: system-darwin
8+
# UNSUPPORTED: system-windows
9+
710
# RUN: %clangxx_host %S/Inputs/dwo-static-data-member.cpp \
811
# RUN: -g -gdwarf-5 -gsplit-dwarf -flimit-debug-info -o %t
912
# RUN: %lldb %t -s %s -o exit 2>&1 | FileCheck %s

0 commit comments

Comments
 (0)