You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes and test for x86_64-unknown-linux-gnux32
This fixes all libc tests and almost all rustc tests (3 libstd tests and one run-pass test fails).
Fixes#816
Fixes and test for x86_64-unknown-linux-gnux32
This fixes all libc tests and almost all rustc tests (3 libstd tests and one run-pass test fails).
Fixes#816
There are some problems with x86_64-unknown-linux-gnux32 target. We need to test libc to discard binding errors.
I was able to build the tests but running it generates SIGTRAP, which seems to indicate some memory problems.
The text was updated successfully, but these errors were encountered: