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 <thanm@google.com> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> Auto-Submit: Hyang-Ah Hana Kim <hyangah@gmail.com> Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com>
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