Skip to content

Commit

Permalink
Add a note about failing tests on i686-linux-android
Browse files Browse the repository at this point in the history
  • Loading branch information
malbarbo committed Oct 20, 2017
1 parent 4aed911 commit 140aff3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,10 @@ where libc was extracted.
definitions (will be fixed by https://github.com/rust-lang/libc/pull/610)

[5] Only works with native tests, that is, tests that do not depends on the
Android Runtime
Android Runtime. For i686 some tests may fails with the error `assertion
failed: signal(libc::SIGPIPE, libc::SIG_IGN) != libc::SIG_ERR`, see
[issue #140](https://github.com/japaric/cross/issues/140) for more
information.

## Debugging

Expand Down

0 comments on commit 140aff3

Please sign in to comment.