================
@@ -153,6 +153,13 @@ def create_debug_adapter(
         def cleanup_adapter():
             if adapter.is_alive:
                 adapter.kill()
+            # The debug adapter may have a reason the test failed.
----------------
da-viper wrote:

> As far as I understand this function is called every time.

Yes sanitisers can be configured to just report the error and continue as 
normal, useful where there are multiple issues discovered. I would like to see 
the reported issues even if the test case passes. 

https://github.com/llvm/llvm-project/pull/208432
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to