-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src/goTest: fix multifile suite test fails to debug #2415
base: master
Are you sure you want to change the base?
src/goTest: fix multifile suite test fails to debug #2415
Conversation
This PR (HEAD: 1a9b381) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/424094 to see it. Tip: You can toggle comments from me using the |
Message from Suzy Mueller: Patch Set 1: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
1a9b381
to
1ab2947
Compare
This PR (HEAD: 1ab2947) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/424094 to see it. Tip: You can toggle comments from me using the |
Message from Nir Haas: Patch Set 2: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from Suzy Mueller: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from Nir Haas: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from Nir Haas: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from Suzy Mueller: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from Suzy Mueller: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
1ab2947
to
c97e661
Compare
This PR (HEAD: c97e661) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/424094 to see it. Tip: You can toggle comments from me using the |
c97e661
to
09deeca
Compare
This PR (HEAD: 09deeca) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/424094 to see it. Tip: You can toggle comments from me using the |
Message from Nir Haas: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from Nir Haas: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from Suzy Mueller: Patch Set 4: Code-Review+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from Suzy Mueller: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from Hyang-Ah Hana Kim: Patch Set 4: Auto-Submit+1 Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from Hyang-Ah Hana Kim: Patch Set 4: Run-TryBot+1 -Auto-Submit Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from kokoro: Patch Set 4: Kokoro presubmit build starting for golang/vscode-go/gcp_ubuntu/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from kokoro: Patch Set 4: TryBot-Result-1 Kokoro presubmit build finished with status: FAILURE Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from Jamal Carvalho: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
09deeca
to
19b8cd4
Compare
This PR (HEAD: 19b8cd4) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/424094 to see it. Tip: You can toggle comments from me using the |
Message from Nir Haas: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from Jamal Carvalho: Patch Set 5: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from kokoro: Patch Set 5: Kokoro presubmit build starting for golang/vscode-go/gcp_ubuntu/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from kokoro: Patch Set 5: TryBot-Result-1 Kokoro presubmit build finished with status: FAILURE Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from Nir Haas: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from Jamal Carvalho: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from kokoro: Patch Set 5: Kokoro presubmit build starting for golang/vscode-go/gcp_ubuntu/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from kokoro: Patch Set 5: TryBot-Result+1 Kokoro presubmit build finished with status: SUCCESS Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from Nir Haas: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from Morten Gerdes: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
Message from Hyang-Ah Hana Kim: Patch Set 5: Code-Review+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/424094. |
I have resumed the pull request #2415 and added the missing tests. Here is the original description: Collect a packages suites and maps their name with the caller function. This mapping is used to fix a bug where vscode-go was formatting wrong arguments for dlv (-test.run). Fixes #2414 Change-Id: Id6ac5d153fa1dbcdb7591b2bd0ee78bfa95686c6 GitHub-Last-Rev: 0fa9525 GitHub-Pull-Request: #3128 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/555676 Reviewed-by: Than McIntosh <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> Auto-Submit: Hyang-Ah Hana Kim <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]>
Collect a packages suites and maps their name with the caller function. This mapping is used to fix a bug where vscode-go was formatting wrong arguments for dlv (-test.run).
Fixes #2414