-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
compiletest: ignore-endian-big, fixes #74829, fixes #74885 #74888
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
3b5c0f0
to
4ab23a4
Compare
makes sense. @bors r+ |
📌 Commit 4ab23a4217a11446dc9e357f862d59b24fbecb0f has been approved by |
☔ The latest upstream changes (presumably #74837) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors rollup |
@infinity0: 🔑 Insufficient privileges: not in try users |
ping @nikomatsakis :) i suppose the bot can't automatically figure out that i did the merge "correctly" |
@infinity0 can you actually rebase instead? we prefer to avoid merge commits. Thanks! ❤️ |
5fb5833
to
7f54cf2
Compare
@nikomatsakis sure, done |
ping @nikomatsakis :) |
@bors r+ rollup |
📌 Commit 7f54cf2 has been approved by |
…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.
⌛ Testing commit 7f54cf2 with merge 7b449837a1fd8337ac326a5acc5179f80eefb99d... |
@bors retry rolled up |
This comment has been minimized.
This comment has been minimized.
⌛ Testing commit 7f54cf2 with merge b44f22b0824d6fd608307b1efd7e03ddc4eaf0e4... |
💔 Test failed - checks-actions |
If I'm reading the failure right, it seems like a transient issue? |
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
See discussion on #74829
I tested it on a Debian s390x machine, works well.