-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
ui simd-intrinsic-generic-bitmask test fails on big endian #74885
Comments
I just realised that |
Rather than ignoring it, wouldn't it be better to have the same test adapted for big endian and compiled conditionally? Being dependant on endianess seems to make the test even more important to test. |
Some people think it's not worth the effort. See discussion on #74829. |
…matsakis compiletest: ignore-endian-big, fixes rust-lang#74829, fixes rust-lang#74885 See discussion on rust-lang#74829 I tested it on a Debian s390x machine, works well.
…matsakis compiletest: ignore-endian-big, fixes rust-lang#74829, fixes rust-lang#74885 See discussion on rust-lang#74829 I tested it on a Debian s390x machine, works well.
…matsakis compiletest: ignore-endian-big, fixes rust-lang#74829, fixes rust-lang#74885 See discussion on rust-lang#74829 I tested it on a Debian s390x machine, works well.
Rollup of 12 pull requests Successful merges: - rust-lang#74888 (compiletest: ignore-endian-big, fixes rust-lang#74829, fixes rust-lang#74885) - rust-lang#75175 (Make doctests of Ipv4Addr::from(u32) easier to read) - rust-lang#75179 (Remove unused FromInner impl for Ipv4Addr) - rust-lang#75181 (Fix typo in `librustc_feature/active.rs`) - rust-lang#75183 (Label rustfmt toolstate issues with A-rustfmt) - rust-lang#75188 (Handle fieldless tuple structs in diagnostic code) - rust-lang#75190 (Clean up E0746 explanation) - rust-lang#75210 (Change the type of `AssertModuleSource::available_cgus`.) - rust-lang#75211 (Note about endianness of returned value of {integer}::from_be_bytes and friends) - rust-lang#75217 (Clean up E0747 explanation) - rust-lang#75232 (Fix typo "TraitObligatiom" -> "TraitObligation") - rust-lang#75236 (Fix typo "biset" -> "bitset") Failed merges: r? @ghost
version 1.44.1 s390x ppc64 powerpc (but the failures have been around ever since the test was introduced)
I will be adding an
ignore-endian-big
feature as part of #74829, just wanted to confirm the failure is OK to ignore:CC @gnzlbg who wrote the test originally
The text was updated successfully, but these errors were encountered: