mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 04:36:29 +08:00
1. change ExpectOutputEventProcessExited to accept -1 exit status, this is a real problem on linux but we don't know how to fix it and we already have a test in proc for it. 2. change TestNoDebug_AcceptNoRequestButDisconnect to be less picky about message ordering, all message orderings seem to be fine, there is no reason to insist on a particular one, since the DAP server is unable to actually produce it deterministically. Fixes #2860