FreeBSD i386 test failures
f6f57eb
Opened by Dave Huseby at
FreeBSD 32-bit has never passed the tests since the buildbot was set up.
failures: [run-pass] run-pass/extern-pass-TwoU16s.rs [run-pass] run-pass/extern-pass-TwoU32s.rs [run-pass] run-pass/extern-pass-TwoU8s.rs [run-pass] run-pass/extern-return-TwoU16s.rs [run-pass] run-pass/extern-return-TwoU32s.rs [run-pass] run-pass/extern-return-TwoU8s.rs [run-pass] run-pass/out-of-stack.rs
Dave Huseby at 2015-08-19 03:18:40
Extern tests are now under run-pass/extern. They usually indicate bug in ABI handling, but does FreeBSD i386 ABI differ from Linux i386 ABI? If not, they are likely fixed now.
What is the current status of out-of-stack test?
Seo Sanghyeon at 2019-02-28 02:57:46