-
Notifications
You must be signed in to change notification settings - Fork 18k
test: make run.go handle ALL tests #4139
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
Labels
Milestone
Comments
Remaining: * linkx.go : wants -X flag for linker * sinit.go : greps something in compiled binary * fixedbugs/bug248.go: wants to mix errorcheckdir and rundir in a single directory * fixedbugs/bug302.go: wants to test both .$O and .a imports. * fixedbugs/bug345.go: currently broken, need to remove -D or -I flag from compiler * fixedbugs/bug369.go: performance test of loop, should it still be there? * fixedbugs/bug429.go: runs a program and expects it to fail * bugs/bug395.go: ok to skip, test for issue #1909. |
sinit.go has been broken for 8 months (issue #8746). Maybe it's time to do this. |
Bumping this to Release-Go1.4 on the grounds that multiple tests from ./run are failing, including recent uncaught real regressions (issue #8806). I'll start migrating the tests that are currently failing and aim for minimal impact on run.go. Labels changed: added release-go1.4, removed release-none. |
CL https://golang.org/cl/142680043 mentions this issue. |
CL https://golang.org/cl/144630044 mentions this issue. |
CL https://golang.org/cl/145420043 mentions this issue. |
CL https://golang.org/cl/147220043 mentions this issue. |
This issue was updated by revision 9b54444. Update issue #8746 Update issue #8806 LGTM=rsc R=rsc, bradfitz, iant CC=golang-codereviews https://golang.org/cl/144630044 Committer: Russ Cox |
CL https://golang.org/cl/168490043 mentions this issue. |
rsc
pushed a commit
that referenced
this issue
Dec 9, 2014
Issue #4139. Change-Id: I50d85a65b22c0cfb4d2a078cee45cf7adb23ba77 Reviewed-on: https://go-review.googlesource.com/1210 Reviewed-by: Russ Cox <[email protected]> Reviewed-by: Josh Bleecher Snyder <[email protected]>
josharian
added a commit
to josharian/go
that referenced
this issue
Dec 18, 2014
* bug248 was split into a rundir half (bug248) and an errorcheckdir half (bug248b). * bug345, bug369, and bug429 were ported from bash commands to run scripts. bug369 remains disabled. * bug395 is a test for issue 1909, which is still open. It is marked as skip now and will be usable with compile with run.go when issue 1909 is fixed. Fixes golang#4139 Updates golang#1909 Change-Id: Ibb5fbfb5cf72ddc285829245318eeacd3fb5a636
josharian
added a commit
to josharian/go
that referenced
this issue
Dec 22, 2014
* bug248, bug345, bug369, and bug429 were ported from bash commands to run scripts. bug369 remains disabled. * bug395 is a test for issue 1909, which is still open. It is marked as skip now and will be usable with compile with run.go when issue 1909 is fixed. Fixes golang#4139 Updates golang#1909 Change-Id: Ibb5fbfb5cf72ddc285829245318eeacd3fb5a636
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
The text was updated successfully, but these errors were encountered: