-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Android CI: regression on test_chroot::test_preference_of_userspec
#3936
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
Comments
Interesting, it's indeed this line that fails: result.code_is(125); which I added in that PR. But the it should definitely have run the program by that point. So I dug around and found this in the standard library on
This suggests that the command was terminated by a signal and hence doesn't have an Although, I guess that if we can't figure that out we should probably disable this test (or remove the line I added). |
Oh, this is expected on Android because of the seccomp filter, which will send a |
Was disabled in #4005, I think this can be closed now. |
chroot
: set exit codes to 125, 126 or 127 for errors from chroot itself #3908 on Android CIThe text was updated successfully, but these errors were encountered: