-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/compile: test/fixedbugs/issue16016.go is flaky on linux-arm64 builder #17186
Labels
Milestone
Comments
On AMD64:
On ARM64:
|
also happens on mips64: https://build.golang.org/log/d72f4344d7a6b7ebffe87ab8c852bfb8ad6667f7 |
CL https://golang.org/cl/29570 mentions this issue. |
CL https://golang.org/cl/29652 mentions this issue. |
gopherbot
pushed a commit
that referenced
this issue
Sep 22, 2016
Add an "errorcheckwithauto" action which performs error check including lines with auto-generated functions (excluded by default). Comment "// ERRORAUTO" matches these lines. Add testcase for CL 29570 (as an example). Updates #16016, #17186. Change-Id: Iaba3727336cd602f3dda6b9e5f97dafe0848e632 Reviewed-on: https://go-review.googlesource.com/29652 Run-TryBot: Cherry Zhang <cherryyz@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Keith Randall <khr@golang.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Flaky builder failures start from commit 31ba855. This commit seems not related, so I guess it actually starts one commit earlier, ca4089a, and being lucky on that time.
The text was updated successfully, but these errors were encountered: