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 failing on sparc with a SIGILL even though there are no tests enabled for that architecture. @gnzlbg thinks that the bug might lie in rustc, not QEMU.