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

Some tests fails on i686-linux-android #140

Closed
malbarbo opened this issue Oct 20, 2017 · 3 comments
Closed

Some tests fails on i686-linux-android #140

malbarbo opened this issue Oct 20, 2017 · 3 comments
Labels
A-qemu Area: qemu runners bug

Comments

@malbarbo
Copy link
Contributor

Test support for i686-linux-android was added in #132. When the tests are run without qemu if fails with:

thread '<unnamed>' panicked at 'assertion failed: signal(libc::SIGPIPE, libc::SIG_IGN) != libc::SIG_ERR', /checkout/src/libstd/sys/unix/mod.rs:81:8

Running the tests with qemu allows the cross tests to pass, for this reason qemu is used. But the error still happens some times, we need to investigate why this happen.

@jamesmunns
Copy link
Contributor

Hey @malbarbo, What would your suggested fix for this be? I'm not sure I fully grok the issue.

@malbarbo
Copy link
Contributor Author

The target i686-linux-android produces binaries that can be directly executed in an amd64 processor, but doing so fails with the reported message. I don't known why. Executing the binaries with qemu, works, but it sometimes fails with other errors.

@Alexhuszagh
Copy link
Contributor

Closing since there's no better solution than adding Qemu and native runners for these images, since we won't ship with a full Android emulator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-qemu Area: qemu runners bug
Projects
None yet
Development

No branches or pull requests

3 participants