JDevlieghere wrote: Haven't had a chance to investigate this yet, but this is failing consistently for me locally:
``` FAIL: test_termination (TestDAP_launch.TestDAP_launch) Tests the correct termination of lldb-dap upon a 'disconnect' ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/jonas/llvm/llvm-project/lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py", line 47, in test_termination self.assertEqual(self.dap_server.process.poll(), 0) AssertionError: -13 != 0 Config=arm64-/Users/jonas/llvm/build-ra/bin/clang ---------------------------------------------------------------------- ``` https://github.com/llvm/llvm-project/pull/129581 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits