-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Fix test intrinsic-raw_eq-const-bad for big-endian #144631
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
base: master
Are you sure you want to change the base?
Conversation
r? @davidtwco rustbot has assigned @davidtwco. Use |
Reminder, once the PR becomes ready for a review, use |
@rustbot ready |
This still isnt squashed into one commit. No need to have two commits that do the sane thing to two files @rustbot author |
6a4529e
to
eade170
Compare
Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 |
Looks like you accidentally included the changes of another PR. |
The tests fail on s390x and presumably other big-endian systems, due to print of raw values and padding bytes. To fix the tests remove the raw output values in the error note with `normalize-stderr`.
eade170
to
02ac116
Compare
sorry, must have picked a commit to much in the rebase :) |
@rustbot ready |
The test fails on s390x and presumably other big-endian systems, due to print of raw values. To fix the tests remove the raw output values in the error note with normalize-stderr.