-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Spurious test out-of-stack test failure on Android #20004
Comments
@alexcrichton can you fill out the details here? |
The best that I could ever figure out here was that it may be some form of codegen bug, but I could never track it down. The failure mode here was that while panicking a I stepped through into the destructor of I may have been just been tracing wrong, though. I also saw really weird things like |
Triage: over a year later, no changes that I'm aware of, and this is still ignored on android. |
Filed #41618 to unignore the test and see how it goes. If you see this test fail, please either file a PR to revert mine (once it lands) or let me know and I'll do so. |
…turon Unignore android for previously spuriously failing test. Will see if this start failing again, in which case we'll re-ignore the test. In theory, rust-lang#20004 could be fixed by this. I've left that open because it's possible that this will resume the previous spurious failures, and marked it as A-spurious so people doing PR triage catch that. I will leave a comment there saying that if we see failures from this test on android, we should re-ignore it.
#41618 failed, this is not ready to be re-enabled. |
Triage: test still disabled https://github.com/rust-lang/rust/blob/master/src/test/run-pass/out-of-stack.rs#L3 |
Triage (2025): test still disabled on Android |
See https://gist.github.com/aturon/6c03914f968084548cd6 for an example. @alexcrichton dug into this and found strange behavior but wasn't able to make sense of it.
The test is going to be marked ignore on android for the time being.
The text was updated successfully, but these errors were encountered: