[Lldb-commits] [lldb] [LLDB] Add integration test for libsanitizers trace collection (PR #134323)
Mariusz Borsa via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 3 18:36:33 PDT 2025
================
@@ -36,34 +42,61 @@ def setUp(self):
self.line_breakpoint = line_number("main.c", "// break line")
# Test line numbers: rdar://126237493
- def libsanitizer_tests(self):
- target = self.createTestTarget()
+ # for libsanitizers and remove `skip_line_numbers` parameter
+ def check_traces(self, skip_line_numbers):
----------------
wrotki wrote:
I think you need to say skip_line_numbers=False here, or you'll get TypeError from a call to self.check_traces(), no?
https://github.com/llvm/llvm-project/pull/134323
More information about the lldb-commits
mailing list