Skip to content

Ignore some tests on aarch64 to pass the run-pass test on aarch64-linux-android #23471

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

Merged
merged 1 commit into from
Mar 20, 2015
Merged

Ignore some tests on aarch64 to pass the run-pass test on aarch64-linux-android #23471

merged 1 commit into from
Mar 20, 2015

Conversation

sae-bom
Copy link

@sae-bom sae-bom commented Mar 18, 2015

Resolved #21773. (Aarch64 test has been broken again)
r? @alexcrichton

@rust-highfive
Copy link
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see CONTRIBUTING.md for more information.

@sae-bom
Copy link
Author

sae-bom commented Mar 18, 2015

cc @yichoi

("xcore", "XCore"),
("msp430", "MSP430"),
("hexagon", "Hexagon"),
("s390x", "SystemZ"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of our ignore directives are all-lowercase, could these map to ignore-aarch64 for example?

@alexcrichton
Copy link
Member

Looks good to me! Just one minor nit and otherwise r=me

@sae-bom
Copy link
Author

sae-bom commented Mar 20, 2015

r? @alexcrichton

@alexcrichton
Copy link
Member

@bors: r+

Thanks!

@bors
Copy link
Collaborator

bors commented Mar 20, 2015

📌 Commit 0ed265e has been approved by alexcrichton

@bors
Copy link
Collaborator

bors commented Mar 20, 2015

⌛ Testing commit 0ed265e with merge 3900c08...

bors added a commit that referenced this pull request Mar 20, 2015
@bors bors merged commit 0ed265e into rust-lang:master Mar 20, 2015
bors added a commit that referenced this pull request Aug 5, 2017
Unskip some tests on AArch64

I've been running the test suite remotely on an Acer Chromebook R13 and natively on an ARM Juno developer board, both AArch64 devices. Most of the tests that are skipped on AArch64 are due to testing stdcall/fastcall/x86-specific code or the debugger, but I've found a few tests that could be enabled there.

These have been skipped previously due to failing on the `aarch64-linux-android` and `mac-android` buildbots, more than 2 years ago (#23471, #23695). It seems we don't test those platforms any more, but as they do work on AArch64 Linux, I'd like to propose re-enabling them. All of them pass on my devices.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"make check" doesn't work correctly on aarch64-linux-android
4 participants