-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: do not skip the cmd/go tests for linux/mips64le #42223
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
Comments
For the record, we started skipping them in https://golang.org/cl/33425. We skip them because the boards we were using are slow, and in general these tests act the same on all targets, so running them on multiple targets didn't help coverage. But I think it would be reasonable to have some way to actually run them. |
https://farmer.golang.org/builders#host-linux-mipsle-mengzhuo https://groups.google.com/g/golang-dev/c/p_4y1rxhoe4/m/keSRwlYvAgAJ |
Change https://golang.org/cl/265337 mentions this issue: |
The builder isn't fast enough that we want to run more tests on it. Also, as @ianlancetaylor said, it doesn't help much to enable this test on this particular builder. I agree with @ianlancetaylor that there probably should be a way to actually run the test on demand. |
I think the I agree that we still don't want to run these tests on the Go project's builders, but we should not assume that our builders are the only ones running the tests on these platforms. |
Or, at the very least, perhaps we should use |
Change https://golang.org/cl/265781 mentions this issue: |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I run cmd/go tests on linux/mips64le platform, the cmd/go tests all skiped.
What did you expect to see?
The cmd/go tests all can run and all get "PASS" result on linux/mips64le.
What did you see instead?
The text was updated successfully, but these errors were encountered: