[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


================
@@ -15,17 +15,23 @@ class AsanTestCase(TestBase):
     @expectedFailureNetBSD
     @skipUnlessAddressSanitizer
     def test(self):
-        self.build(make_targets=["asan"])
+        self.build(make_targets=["compiler_rt-asan"])
         self.asan_tests()
----------------
wrotki wrote:

Maybe this method should be renamed to self.compiler_rt_asan_tests ,   (self.libsanitizers_asan_tests test same functionality, different way)

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


More information about the lldb-commits mailing list