-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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 3 tests in rt::io::signal::test on android #10378
Comments
Could you paste the errors that you're seeing as well? |
logs are
starts test then exits at once. |
Hm, I wonder if it's possible to even catch SIGINT on android? All that test does is send a sigint to itself to make sure that it's caught. Certainly warrants some more investigation. |
@alexcrichton |
Hm, I don't think that libuv is doing anything super out-of-the-ordinary with signal handling. Just for reference, what was the C program you were using to verify that SIGINT could be captured? I'll take a look at libuv and see if it's deviating seriously in some direction. |
this is my signal test program.
|
@alexcrichton |
(This may be unrelated, but I'm seeing some problems on |
Triage: we no longer use libuv, so that might have changed the story here, but other than that I can't say. |
I believe these tests have long since been removed |
To enable test on android bot #9120
rt::io::signal::test::test_io_signal_smoketest
rt::io::signal::test::test_io_signal_two_signal_one_signum
rt::io::signal::test::test_io_signal_unregister
The text was updated successfully, but these errors were encountered: