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

Failing tests for x86_64-unknown-linux-gnux32 #45416

Open
malbarbo opened this issue Oct 20, 2017 · 1 comment
Open

Failing tests for x86_64-unknown-linux-gnux32 #45416

malbarbo opened this issue Oct 20, 2017 · 1 comment
Labels
C-bug Category: This is a bug. O-linux Operating system: Linux O-x32 x32 ABI

Comments

@malbarbo
Copy link
Contributor

malbarbo commented Oct 20, 2017

As can see here, the are failing tests for x86_64-unknown-linux-gnux32

run-pass:

@alexcrichton suggests that it is a problem with stack walk.

libstd:

  • net::tcp::tests::timeouts
  • net::udp::tests::timeout
  • sys::imp::ext::net::test::timeouts
  • io::cursor::tests::test_box_slice_writer (segfault)

The timeout are related with timeval, setsockopt and SO_RCVTIMEO.

Edit 1: update to include #45652 fixes

@TimNN TimNN added C-bug Category: This is a bug. O-linux Operating system: Linux labels Oct 22, 2017
kennytm added a commit to kennytm/rust that referenced this issue Nov 1, 2017
More fixes for x86_64-unknown-linux-gnux32

This update libc (all libc testing are passing) and fixes NR_GETRANDOM.

Fix all but one run-pass test (lto-unwind.rs, see rust-lang#45416)
@sanxiyn sanxiyn added the O-x86_64 Target: x86-64 processors (like x86_64-*) label Mar 6, 2019
@sanxiyn sanxiyn added O-x32 x32 ABI and removed O-x86_64 Target: x86-64 processors (like x86_64-*) labels Mar 18, 2019
@Enselic
Copy link
Member

Enselic commented Nov 20, 2023

Triage: Does anyone know the current status of x86_64-unknown-linux-gnux32 tests? The original link is broken and I'm not sure if we run these tests continuously somewhere?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. O-linux Operating system: Linux O-x32 x32 ABI
Projects
None yet
Development

No branches or pull requests

4 participants