-
Notifications
You must be signed in to change notification settings - Fork 758
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix remote attach tests on windows long tests
The filepaths returned by delve will have '/' as the path separator even on windows. One of the breakpoint tests was missing this conversion. The port was also not correctly set on the disconnect request. This change does not fix all of the issues, but does keep the tests from crashing, which should allow us to easier see the test failures. Updates #832 Change-Id: I829ad6186001f9c665079aa69d99673068a999e8 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/276714 Reviewed-by: Hyang-Ah Hana Kim <[email protected]> Trust: Suzy Mueller <[email protected]>
- Loading branch information
Showing
1 changed file
with
4 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters