-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Add inline asm! tests for aarch64 #87584
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
r? @Amanieu |
Rather than adding a |
This comment has been minimized.
This comment has been minimized.
ef08b91
to
cc7d68c
Compare
Rebase & rebless fixes the test failure. This branch could probably do with squashing when merging |
LGTM, can you squash the commits before merging? |
cc7d68c
to
b634d85
Compare
@bors r+ |
📌 Commit b634d85e787ea2f3b47ec6e73752b542445775e9 has been approved by |
☔ The latest upstream changes (presumably #87581) made this pull request unmergeable. Please resolve the merge conflicts. |
b634d85
to
b234493
Compare
This comment has been minimized.
This comment has been minimized.
b234493
to
edc6a4d
Compare
More conflicts/changes from master - I'll of course squash again once you've taken a look at them |
LGTM |
edc6a4d
to
d1fddf0
Compare
@bors r+ |
📌 Commit d1fddf0bda94cee7ea6ddca49b8e2b00d149e494 has been approved by |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
⌛ Testing commit d1fddf0bda94cee7ea6ddca49b8e2b00d149e494 with merge 7ebe62cd40ee5120fbbba8ada8835b8d1b85e168... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
Note that webassembly has inline asm but doesn't have the |
☔ The latest upstream changes (presumably #88597) made this pull request unmergeable. Please resolve the merge conflicts. |
ping from triage: @rustbot label: +S-waiting-on-author -S-waiting-on-review |
Enable tests which are largely architecture-independent on all supported platforms
Update new tests to run on aarch64 platforms.
d1fddf0
to
27213b0
Compare
Sorry for the delay on this one. Opted to disable tests requiring a |
@bors r+ rollup=iffy |
📌 Commit 27213b0 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (9620f3a): comparison url. Summary: This benchmark run did not return any relevant changes. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Port many of the x86-only UI tests for inline asm! over to aarch64.