async-drop-initial.rs test failing on Fuchsia #140493
Labels
A-async-await
Area: Async & Await
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
F-async_drop
`#![feature(async_drop)]`
O-fuchsia
Operating system: Fuchsia
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The new test
tests/ui/async-await/async-drop/async-drop-initial.rs
, which was added by @azhogin in #123948 is failing when run inside Fuchsia. We're getting this assertion failure from the test:I'm not sure why the struct's size on Fuchsia is a little smaller than other platforms. I'm pretty sure you can access the test results on https://ci.chromium.org/ui/p/fuchsia/builders/toolchain.ci/rust_test-x64-linux/b8716325659626107441/overview.
We'll keep digging on our side, but I wanted to get this out in case it was obvious to @azhogin where this test failure could be coming from. If anyone does want to try to reproduce it, we have docs on https://doc.rust-lang.org/nightly/rustc/platform-support/fuchsia.html that step through the process. Please feel free to ping me here or over zulip if anyone wants help with it.
Meta
This is with a rustc compiler built by our CI with the commit 7d65abf, with the full build log in https://ci.chromium.org/ui/p/fuchsia/builders/toolchain.ci/rust-linux-x64/b8716325658745871665/overview.
Backtrace
The text was updated successfully, but these errors were encountered: