Skip to content
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/ssa: TestStmtLines fails due to auto-generated crypto code #49372

Open
FiloSottile opened this issue Nov 5, 2021 · 1 comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@FiloSottile
Copy link
Contributor

Recently introduced auto-generated crypto code with lots of math/bits calls is causing TestStmtLines to fail. See https://go-review.googlesource.com/c/go/+/360014/comments/fe81af4a_47619249. For now I skipped the package in the test to unblock the change, since the problem doesn't seem to be the crypto code.

/cc @dr2chase @josharian

@thanm thanm added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Nov 5, 2021
@dr2chase dr2chase self-assigned this Dec 13, 2021
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jul 13, 2022
@seankhliao seankhliao added this to the Unplanned milestone Aug 20, 2022
@bcmills
Copy link
Contributor

bcmills commented May 12, 2023

Unassigning to get this back into the compiler & runtime triage queue.

@bcmills bcmills removed this from the Unplanned milestone May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Triage Backlog
Development

No branches or pull requests

6 participants