[Lldb-commits] [lldb] [lldb][test] Add stack frame padding to fix flaky DIL array subscript test (PR #141738)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed May 28 03:49:19 PDT 2025


================
@@ -19,8 +19,6 @@ def expect_var_path(self, expr, compare_to_framevar=False, value=None, type=None
             self.runCmd("settings set target.experimental.use-DIL true")
             self.assertEqual(value_dil.GetValue(), value_frv.GetValue())
 
-    # int_arr[100] sometimes points to above the stack region, fix coming soon.
----------------
Michael137 wrote:

Summoning @labath @igorkudrin who've been much more involved in DIL

https://github.com/llvm/llvm-project/pull/141738


More information about the lldb-commits mailing list