-
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
x/tools/go/analysis/passes/assign: Test failures #64438
Comments
Found new dashboard test flakes for:
2023-11-28 21:19 linux-ppc64-sid-power10 tools@4cbc0533 go@6111acc8 x/tools/go/analysis/passes/assign.Test (log)
|
After 20m this test was terminated, but it wasn't stuck: it was still doing computation within the type checker, specifically makeFloatFromLiteral:
Is this a particularly underpowered machine? |
They seem quite different: one is a completely bogus pointer (most likely a compiler/runtime issue) whereas this one seems like it's merely running very slowly, possibly due a bug in the application, or machine load. |
There was a memcombine bug that affected big endian only which could cause data corruption. Just like in the case of the bad pointer where the upper bits were set incorrectly, it could corrupt the loop control value and cause a loop to iterate an excessive number of times causing the timeout. The fix for that has gone in, so if it happens again we will know it is not related to that. |
Issue created automatically to collect these failures.
Example (log):
— watchflakes
The text was updated successfully, but these errors were encountered: