-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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: add Windows builder for long tests #26529
Labels
Milestone
Comments
Sure, this would be fine and easy. Good warm-up project for @dmitshur. |
Maybe @bcmills wants to do this. |
CC @toothrot |
Change https://golang.org/cl/202479 mentions this issue: |
The saga continues with #35236. |
codebien
pushed a commit
to codebien/build
that referenced
this issue
Nov 13, 2019
Fixes golang/go#29641 Fixes golang/go#26529 Change-Id: I5ab3aa443276ab36b866d7fabc1d78a82b34cb64 Reviewed-on: https://go-review.googlesource.com/c/build/+/202479 Reviewed-by: Bryan C. Mills <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
We should run long tests on all major platforms, not only on Linux. Whenever test is removed from the short mode, it gets neglected because long tests are not run automatically.
As pointed out by @alexbrainman recently in #26469, Windows long tests are badly broken: #26469 (comment)
#26473 might move even more tests to the long mode.
The text was updated successfully, but these errors were encountered: