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
rust-lang/libc#1235 added an integration test with the test harness enabled. It's libc's first integration test that uses the test harness, and it's hanging on s390x even though there are no tests enabled for that architecture. @gnzlbg thinks that the bug might lie in rustc, not QEMU.
The text was updated successfully, but these errors were encountered:
After more investigation, this looks like a QEMU issue. At least, QEMU doesn't spit out enough information to prove otherwise. The qemu process core dumps before it prints anything Rust-related.
rust-lang/libc#1235 added an integration test with the test harness enabled. It's libc's first integration test that uses the test harness, and it's hanging on s390x even though there are no tests enabled for that architecture. @gnzlbg thinks that the bug might lie in rustc, not QEMU.
The text was updated successfully, but these errors were encountered: