Skip to content
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

x/build: test whether Go core changes break external tools and debuggers #18144

Open
Sajmani opened this issue Dec 1, 2016 · 1 comment
Open
Labels
Builders x/build issues (builders, bots, dashboards)
Milestone

Comments

@Sajmani
Copy link
Contributor

Sajmani commented Dec 1, 2016

Changes to the Go core (compiler output, libraries, x/tools) can break tools and debuggers that build on them, such as gocode (@nsf), Delve (@derekparker), and Backtrace's ptrace (@abelmathew). While those tool authors can test for breakages against tip, it might be useful for us to know when CLs submitted to the Go core break tools that are important to the Go community. We should work with the authors to ensure the tools are fixed for each new Go release.

@bradfitz suggested we may be able to extend the builders to help with this testing.

@bradfitz bradfitz changed the title test whether Go core changes break external tools and debuggers x/build: test whether Go core changes break external tools and debuggers Dec 1, 2016
@bradfitz bradfitz added the Builders x/build issues (builders, bots, dashboards) label Dec 1, 2016
@bradfitz bradfitz added this to the Unreleased milestone Dec 1, 2016
@gopherbot
Copy link

Change https://golang.org/cl/172959 mentions this issue: env/linux-x86-stretch: install delve

gopherbot pushed a commit to golang/build that referenced this issue Apr 22, 2019
This will allow long tests to use/test delve.
Delve is built in its own stage with go1.12, then copied out.

Updates golang/go#18144

Change-Id: I346729c945a95d5e34616500913a43bbe03b524c
Reviewed-on: https://go-review.googlesource.com/c/build/+/172959
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards)
Projects
None yet
Development

No branches or pull requests

3 participants