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

test io_timeout_timedout fails on aarch64 and mips64el #1042

Open
jonassmedegaard opened this issue Oct 28, 2022 · 0 comments
Open

test io_timeout_timedout fails on aarch64 and mips64el #1042

jonassmedegaard opened this issue Oct 28, 2022 · 0 comments

Comments

@jonassmedegaard
Copy link

I have packaged async-std for Debian, where it succesfully builds on all supported architctures except aarch64 and mips64el where it fails test io_timeout_timedout:

     Running `/<<PKGBUILDDIR>>/target/aarch64-unknown-linux-gnu/release/deps/io_timeout-aa97540a6076f5ab`

running 3 tests
test io_timeout_future_ok ... ok
test io_timeout_timedout - should panic ... FAILED
test io_timeout_future_err - should panic ... ok

failures:

---- io_timeout_timedout stdout ----
note: test did not panic as expected

failures:
    io_timeout_timedout

test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s

Commit e4c4c93 talks about 32bit archs in its commit message, however skips that very test not only for 32bit archs, and I wonder if perhaps the logic should be reversed to only enable that test on known working architectures?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant