Skip to content

Tidy up some Android tests #24681

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 5 commits into from
Apr 29, 2015
Merged

Tidy up some Android tests #24681

merged 5 commits into from
Apr 29, 2015

Conversation

tamird
Copy link
Contributor

@tamird tamird commented Apr 22, 2015

There are still quite a few ignored Android tests kicking around, most of which were added in 445faca, which has a pretty unfortunate commit message.

r? @alexcrichton

@tamird
Copy link
Contributor Author

tamird commented Apr 22, 2015

A try here would be great

@huonw
Copy link
Member

huonw commented Apr 22, 2015

@bors try

bors added a commit that referenced this pull request Apr 22, 2015
There are still quite a few ignored Android tests kicking around, most of which were added in 445faca, which has a pretty unfortunate commit message.

r? @alexcrichton
@bors
Copy link
Collaborator

bors commented Apr 22, 2015

⌛ Trying commit 1af79c6 with merge 43dd852...

@bors
Copy link
Collaborator

bors commented Apr 22, 2015

☀️ Test successful - try-bsd, try-linux, try-mac, try-win-32, try-win-64

@tamird tamird force-pushed the unignore-android branch from 1af79c6 to 3580084 Compare April 22, 2015 14:07
@tamird
Copy link
Contributor Author

tamird commented Apr 22, 2015

try doesn't test on android :(

@alexcrichton
Copy link
Member

Eh we've got a pretty small queue right now, let's just send this to bors and see what happens!

@bors: r+ 3580084

@bors
Copy link
Collaborator

bors commented Apr 22, 2015

⌛ Testing commit 3580084 with merge df7b096...

@bors
Copy link
Collaborator

bors commented Apr 22, 2015

💔 Test failed - auto-mac-64-opt

@tamird tamird force-pushed the unignore-android branch from 3580084 to ac14abb Compare April 22, 2015 18:56
@tamird
Copy link
Contributor Author

tamird commented Apr 22, 2015

@alexcrichton had some line number drift :(

Give this another go?

@alexcrichton
Copy link
Member

@bors: r+ ac14abb

@bors
Copy link
Collaborator

bors commented Apr 22, 2015

⌛ Testing commit ac14abb with merge 45bc6ce...

@bors
Copy link
Collaborator

bors commented Apr 22, 2015

💔 Test failed - auto-linux-64-x-android-t

@@ -9,7 +9,6 @@
// except according to those terms.

// aux-build:linkage-visibility.rs
// ignore-android: FIXME(#10379)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

well this one is still broken

@tamird tamird force-pushed the unignore-android branch from ac14abb to 5a68169 Compare April 22, 2015 22:43
@tamird
Copy link
Contributor Author

tamird commented Apr 22, 2015

@alexcrichton once more?

@alexcrichton
Copy link
Member

@bors: r+ 5a68169

@bors
Copy link
Collaborator

bors commented Apr 22, 2015

⌛ Testing commit 5a68169 with merge 39b85d0...

@bors
Copy link
Collaborator

bors commented Apr 22, 2015

⛄ The build was interrupted to prioritize another pull request.

@bors
Copy link
Collaborator

bors commented Apr 23, 2015

⌛ Testing commit 5a68169 with merge ba5aa47...

@bors
Copy link
Collaborator

bors commented Apr 23, 2015

💔 Test failed - auto-linux-64-opt

@tamird
Copy link
Contributor Author

tamird commented Apr 23, 2015

@alexcrichton can you hit the retry? this failed on net::tcp::tests::fast_rebind which looks spurious

@alexcrichton
Copy link
Member

@bors: retry

bors added a commit that referenced this pull request Apr 25, 2015
There are still quite a few ignored Android tests kicking around, most of which were added in 445faca, which has a pretty unfortunate commit message.

r? @alexcrichton
@bors
Copy link
Collaborator

bors commented Apr 25, 2015

💔 Test failed - auto-linux-64-opt

@alexcrichton
Copy link
Member

@bors: retry

On Sat, Apr 25, 2015 at 1:45 AM, bors notifications@github.com wrote:

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


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

@bors
Copy link
Collaborator

bors commented Apr 25, 2015

⌛ Testing commit 7f87424 with merge ab3204f...

@bors
Copy link
Collaborator

bors commented Apr 25, 2015

💔 Test failed - auto-linux-64-x-android-t

@tamird tamird force-pushed the unignore-android branch from 7f87424 to fb5f18b Compare April 25, 2015 21:12
@tamird
Copy link
Contributor Author

tamird commented Apr 25, 2015

shootout-k-nucleotide-pipes still failed :(

@alexcrichton another go?

@alexcrichton
Copy link
Member

@bors: r+ fb5f18b

bors added a commit that referenced this pull request Apr 27, 2015
There are still quite a few ignored Android tests kicking around, most of which were added in 445faca, which has a pretty unfortunate commit message.

r? @alexcrichton
@bors
Copy link
Collaborator

bors commented Apr 27, 2015

⌛ Testing commit fb5f18b with merge ca34758...

@bors
Copy link
Collaborator

bors commented Apr 27, 2015

💔 Test failed - auto-linux-64-x-android-t

@alexcrichton
Copy link
Member

@tamird at this point I think it may be best to start setting up an Android installation locally and testing this out there, bouncing on bors may be starting to take up some time :(

@alexcrichton
Copy link
Member

So I've run some more of these tests locally and it looks like basically everything that was unignored unfortunately wasn't fixed in the meantime. Perhaps the stylistics tweaks could just be merged?

@tamird
Copy link
Contributor Author

tamird commented Apr 29, 2015

D'oh. #10381 should be reopened, or should a new issue be opened for those? What was the failure?

I'm surprised #9116 failed as well.

By the way, how does one run these locally? I'd be happy to dig deeper in a subsequent PR (I'll rebase this one to keep the stylistics shortly).

@tamird tamird force-pushed the unignore-android branch from fb5f18b to 8a6b7af Compare April 29, 2015 00:52
@tamird
Copy link
Contributor Author

tamird commented Apr 29, 2015

@alexcrichton updated.

@tamird tamird force-pushed the unignore-android branch from 8a6b7af to bd5afb4 Compare April 29, 2015 00:52
@alexcrichton
Copy link
Member

@bors: r+ bd5afb4

To run these locally you'll need to install the NDK and then configure rustc accordingly (I normally just copy the ./configure line of the bots). You'll then run an emulator in the background which compiletest connects to and sends binaries to. Here's the old wiki page

@tamird tamird changed the title Re-enable some Android tests Tidy up some Android tests Apr 29, 2015
bors added a commit that referenced this pull request Apr 29, 2015
There are still quite a few ignored Android tests kicking around, most of which were added in 445faca, which has a pretty unfortunate commit message.

r? @alexcrichton
@bors
Copy link
Collaborator

bors commented Apr 29, 2015

⌛ Testing commit bd5afb4 with merge d4cedea...

@bors bors merged commit bd5afb4 into rust-lang:master Apr 29, 2015
@tamird tamird deleted the unignore-android branch April 29, 2015 14:22
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.

4 participants