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

fix to pass run-pass/core-run-destroy.rs on android #10450

Closed
yichoi opened this issue Nov 12, 2013 · 1 comment
Closed

fix to pass run-pass/core-run-destroy.rs on android #10450

yichoi opened this issue Nov 12, 2013 · 1 comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc O-android Operating system: Android

Comments

@yichoi
Copy link
Contributor

yichoi commented Nov 12, 2013

To enable test on android bot #9120

running 4 tests
test test_destroy_once ... task 'test_destroy_once' failed at 'Unhandled condition: io_error: rt::io::IoError{kind: OtherIoError, desc: "no such file or directory", detail: None}', /home/yichoi/rust_latest/src/libstd/condition.rs:131
FAILED
test test_destroy_twice ... task 'test_destroy_twice' failed at 'Unhandled condition: io_error: rt::io::IoError{kind: OtherIoError, desc: "no such file or directory", detail: None}', /home/yichoi/rust_latest/src/libstd/condition.rs:131
FAILED
test test_forced_destroy_actually_kills ... ok
test test_unforced_destroy_actually_kills ... ok

failures:
    test_destroy_once
    test_destroy_twice

test result: FAILED. 2 passed; 2 failed; 0 ignored; 0 measured

task '<main>' failed at 'Some tests failed', /home/yichoi/rust_latest/src/libextra/test.rs:161
task '<unnamed>' failed at 'killed by linked failure', /home/yichoi/rust_latest/src/libstd/rt/kill.rs:639
@alexcrichton
Copy link
Member

This is likely because echo isn't actually a program on android.

I think that for almost all of the process tests we should munge the PATH when running on android because this issue seems to come up a lot... That being said, these are just various edge cases, so it may not even need to run on android at all (b/c it's tested elsewhere).

@yichoi yichoi closed this as completed in c45870b Nov 19, 2013
flip1995 pushed a commit to flip1995/rust that referenced this issue Mar 24, 2023
Issue function modifiers in the right order in manual_async_fn lint

Fixes rust-lang#10450

changelog: [`manual_async_fn`] output function modifiers in correct order
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc O-android Operating system: Android
Projects
None yet
Development

No branches or pull requests

2 participants