-
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
cmd/compile/internal/test: TestAppendOfMake fails with GOEXPERIMENT=unified #54337
Comments
I think because CL 420234 is sent before dev.unified was merge to master, so the try-bot doesn't observe the failure earlier. Unified IR currently re-write the IR as:
So the append of make form isn't detected so the optimization is skipped. Also cc @mdempsky |
Removing Soon label since CL 422037 added a " && !goexperiment.unified" build constraint, so the builder doesn't fail now. Thanks. |
Change https://go.dev/cl/422040 mentions this issue: |
Same as CL 418475, but for Unified IR. Updates golang#53888 Fixes golang#54337 Change-Id: I31d5a7af04d8e3902ed25db85009d46ea4c38dbe Reviewed-on: https://go-review.googlesource.com/c/go/+/422040 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Matthew Dempsky <[email protected]> Run-TryBot: Cuong Manh Le <[email protected]> Reviewed-by: Than McIntosh <[email protected]>
Observed in trybots of CL 420234:
(https://storage.googleapis.com/go-build-log/7622dec8/linux-amd64-unified_f57873d7.log)
It seems to happen reproducibly by looking at build.golang.org, though it's less noticeable because the builder is marked as having a known issue #52150. Still, the builder is currently in the default TryBot set, so this needs attention.
CC @randall77.
The text was updated successfully, but these errors were encountered: