-
Notifications
You must be signed in to change notification settings - Fork 18k
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/tools/go/ssa/interp: tests broken at Go CL 191198 #34089
Comments
Change https://golang.org/cl/193377 mentions this issue: |
The test case (taken from the go distribution itself) seems to be broken when run against tip. Disable it when run against tip. Updates golang/go#34089 Change-Id: I47d2e12ca39bc060fe0a0c967e95b900bdd0d725 Reviewed-on: https://go-review.googlesource.com/c/tools/+/193377 Run-TryBot: Michael Matloob <matloob@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com> Reviewed-by: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Change https://golang.org/cl/220957 mentions this issue: |
We still haven't figured out what's going on, but this is a low priority because the SSA interpreter isn't used by anyone. The primary concern is that this might be covering a legitimate underlying SSA bug. Updates golang/go#34089 Change-Id: I2886845b4f4b011104de945d04d6b8c4c436cbe9 Reviewed-on: https://go-review.googlesource.com/c/tools/+/220957 Run-TryBot: Michael Matloob <matloob@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com>
Removing Soon because ssa/interp is not heavily used, and the test is no longer a time bomb. |
Change https://golang.org/cl/220959 mentions this issue: |
Updates golang/go#34089 Change-Id: Ic7cc45803a31394241c7fa33092ec566dbf296ca Reviewed-on: https://go-review.googlesource.com/c/tools/+/220959 Run-TryBot: Jay Conrod <jayconrod@google.com> Reviewed-by: Michael Matloob <matloob@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Closing as obsolete; this test has been passing on most builders. |
The "unhashable" panic message had changed in go1.14. Fixes golang/go#34089 Change-Id: I6ba97d33fefee9e217b65904db2b07c2091d80be Reviewed-on: https://go-review.googlesource.com/c/tools/+/621676 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Alan Donovan <adonovan@google.com> Reviewed-by: Tim King <taking@google.com> Commit-Queue: Alan Donovan <adonovan@google.com>
CL 191198 changed the error message written by the compiler for unhashable types.
Apparently the tests for
x/tools/go/ssa/interp
were relying on the exact error message, because they are now failing in the builders:https://build.golang.org/log/b4fad15a40867a4f25fdf2fdacbe3bcc13408bad
CC @ianthehat @randall77 @martisch
The text was updated successfully, but these errors were encountered: