Skip to content

mac-android make-check works + ignore some tests on aarch64 #23695

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 2 commits into from
Mar 26, 2015
Merged

mac-android make-check works + ignore some tests on aarch64 #23695

merged 2 commits into from
Mar 26, 2015

Conversation

sae-bom
Copy link

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

  1. when mac-android cross compile and make-check , make it use gdb instead of lldb so as to it passes debuginfo tests.
  2. ignore some tests on aarch64

@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 @brson (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 25, 2015

r? @alexcrichton

@rust-highfive rust-highfive assigned alexcrichton and unassigned brson Mar 25, 2015
@sae-bom
Copy link
Author

sae-bom commented Mar 25, 2015

cc @yichoi

@alexcrichton
Copy link
Member

@bors: r+ c66a2b7

@bors
Copy link
Collaborator

bors commented Mar 25, 2015

⌛ Testing commit c66a2b7 with merge 19696b7...

@bors
Copy link
Collaborator

bors commented Mar 25, 2015

💔 Test failed - auto-win-64-opt

@alexcrichton
Copy link
Member

@bors: retry

On Wed, Mar 25, 2015 at 11:59 AM, bors [email protected] wrote:

[image: 💔] Test failed - auto-win-64-opt
http://buildbot.rust-lang.org/builders/auto-win-64-opt/builds/2718


Reply to this email directly or view it on GitHub
#23695 (comment).

@bors
Copy link
Collaborator

bors commented Mar 25, 2015

⌛ Testing commit c66a2b7 with merge 2790184...

bors added a commit that referenced this pull request Mar 25, 2015
1. when mac-android cross compile and make-check , make it use gdb instead of lldb so as to it passes debuginfo tests.
2. ignore some tests on aarch64
@bors bors merged commit c66a2b7 into rust-lang:master Mar 26, 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.

5 participants