Author: David Spickett Date: 2025-04-08T12:17:07Z New Revision: db7fb704f6d5337399172331b4ee46e846171061
URL: https://github.com/llvm/llvm-project/commit/db7fb704f6d5337399172331b4ee46e846171061 DIFF: https://github.com/llvm/llvm-project/commit/db7fb704f6d5337399172331b4ee46e846171061.diff LOG: [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. Added: Modified: lldb/test/API/commands/expression/expr-from-non-zero-frame/TestExprFromNonZeroFrame.py Removed: ################################################################################ diff --git a/lldb/test/API/commands/expression/expr-from-non-zero-frame/TestExprFromNonZeroFrame.py b/lldb/test/API/commands/expression/expr-from-non-zero-frame/TestExprFromNonZeroFrame.py index bc3f0459bd649..4607308ef0911 100644 --- a/lldb/test/API/commands/expression/expr-from-non-zero-frame/TestExprFromNonZeroFrame.py +++ b/lldb/test/API/commands/expression/expr-from-non-zero-frame/TestExprFromNonZeroFrame.py @@ -7,7 +7,7 @@ class ExprFromNonZeroFrame(TestBase): NO_DEBUG_INFO_TESTCASE = True - # Expression fails to evaluate on Windows, for unknown reasons. + # Requires DWARF debug information. @skipIfWindows def test(self): """ _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits