-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
fix to pass 7 tests in run::test and test/run-pass/rtio-processes.rs on android #10380
Comments
logs are
|
Hm this may be an FFI issue with libuv. I realized during my uv rewrite that libuv is giving us an int64_t exit status and we think it's a c_int. Once #10321 lands this may be fixed. |
Hmm, this issue number has propagated to several more tests that are cfg-disabled on android. (Some of which are now failing when I mixed in a Boehm/BDW conservative GC into the runtime, in particular |
Also, #10321 has landed, so it would be good to determine if these tests now work on Android. |
Triage: I have no idea how to test this, but a lot has changed in a year (especially the removal of green & libuv), so these may be magically fixed; if someone can check. |
Triage: |
I tried to run these tests with |
Fix test in std::process on android closes rust-lang#10380
Fix test in std::process on android closes rust-lang#10380
Fix test in std::process on android closes rust-lang#10380
…ansion, r=xFrednet Ignore lifetimes from differing contexts in `needless_lifetimes` Fixes rust-lang#10379 changelog: [`needless_lifetimes`]: Don't lint signatures in macros if the lifetime is a metavariable
To enable test on android bot #9120
and
test/run-pass/rtio-processes.rs
It looks to me RtioProcess does not work properly on android.
The text was updated successfully, but these errors were encountered: