Skip to content

Commit db7fb70

Browse files
committed
[lldb][test] Explain why TestExprFromNonZeroFrame is disabled on Windows
It's not scientific but I think the PDB we produce on the Windows on Arm bot simply doesn't have the information needed. Could also be that clang is producing some DWARF, but link.exe is dropping it from the final executable, the effect is the same.
1 parent 25e08c0 commit db7fb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/commands/expression/expr-from-non-zero-frame/TestExprFromNonZeroFrame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class ExprFromNonZeroFrame(TestBase):
88
NO_DEBUG_INFO_TESTCASE = True
99

10-
# Expression fails to evaluate on Windows, for unknown reasons.
10+
# Requires DWARF debug information.
1111
@skipIfWindows
1212
def test(self):
1313
"""

0 commit comments

Comments
 (0)