[Lldb-commits] [lldb] [lldb-dap] Improving EOF handling on stream input and adding new unit tests (PR #129581)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 5 14:23:39 PST 2025
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
More information about the lldb-commits
mailing list