[Lldb-commits] [lldb] Add asan tests for libsanitizers. (PR #88349)

via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 11 12:39:02 PDT 2024


================
@@ -26,6 +33,68 @@ def setUp(self):
         self.line_free = line_number("main.c", "// free line")
         self.line_breakpoint = line_number("main.c", "// break line")
 
+    # Test line numbers: rdar://126237493
+    def libsanitizer_tests(self):
+        target = self.createTestTarget()
+
+        self.runCmd(
----------------
thetruestblue wrote:

Another instance of where we will need to remove these in the future when they're no longer needed.

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


More information about the lldb-commits mailing list