Uh oh!
There was an error while loading. Please reload this page.
Enable test for android - #21774
Conversation
ejjeong
commented
Jan 30, 2015
- Now "make check-stage2-T-aarch64-linux-android-H-x86_64-unknown-linux-gnu" works ("make check" doesn't work correctly on aarch64-linux-android #21773)
- Fix & enable debuginfo tests for android (Re-enable debuginfo tests on Android #10381)
- Fix & enable more tests for android (both for arm/aarch64)
- Enable many already-pass tests on android (both for arm/aarch64)
rust-highfive
commented
Jan 30, 2015
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. |
2d0cb73 to
aae026dCompareThere was a problem hiding this comment.
Should this just be $(target) instead of arm-linux-$(target)? (to keep in line with the previous definition)
There was a problem hiding this comment.
I've changed this. Thank you for finding this.
alexcrichton
commented
Feb 3, 2015
Looks good to me! (needs a rebase though) |
9e85fd5 to
49a520cCompareejjeong
commented
Feb 4, 2015
alexcrichton
commented
Feb 4, 2015
bors
commented
Feb 4, 2015
bors
commented
Feb 4, 2015
💔 Test failed - auto-linux-64-x-android-t |
There was a problem hiding this comment.
It looks like the upload directory here changed from $(CFG_ADB_TEST_DIR) to ../$(target), maybe that caused a problem?
There was a problem hiding this comment.
Oh but I see that LD_LIBRARY_PATH below changed. Perhaps somewhere else needs to be updated as well?
There was a problem hiding this comment.
Yes, in fact I think I changed everywhere that uses $(CFG_ADB_TEST_DIR).
And I succeeded passing the whole testset on android, in my local environment.
(with platform-19 emulator and 64-bit ubuntu server, same as buildbot.)
49a520c to
328f32bCompare328f32b to
489f604Compareejjeong
commented
Feb 10, 2015
I succeeded to reproduce the error by running tests separately, and removed the error. |
alexcrichton
commented
Feb 10, 2015
bors
commented
Feb 10, 2015
⌛ Testing commit 489f604 with merge be28540... |
bors
commented
Feb 10, 2015
💔 Test failed - auto-linux-64-x-android-t |
ejjeong
commented
Feb 11, 2015
Added solib-search-path to help debugger find the correct library. |
alexcrichton
commented
Feb 11, 2015
bors
commented
Feb 11, 2015
⌛ Testing commit 4f14111 with merge bf43b03... |
bors
commented
Feb 11, 2015
💔 Test failed - auto-linux-64-x-android-t |
ejjeong
commented
Feb 12, 2015
It seems like it's the same issue as #11352. Anyway, I think that the required NDK version for building android should be updated. (Alternative options)
|
alexcrichton
commented
Feb 16, 2015
Could the default dwarf version be lowered for android for now? We still do it for OSX and it's far easier than updating the bots. |
ejjeong
commented
Feb 16, 2015
@alexcrichton, I assumed that the gdb version of ndk on buildbot is 7.3, |
alexcrichton
commented
Feb 16, 2015
bors
commented
Feb 17, 2015
⌛ Testing commit 194d96e with merge bc74b37... |
bors
commented
Feb 17, 2015
💔 Test failed - auto-win-64-opt |
Manishearth
commented
Feb 17, 2015
|
alexcrichton
commented
Feb 17, 2015
@bors: retry |
bors
commented
Feb 17, 2015
⌛ Testing commit 194d96e with merge 72c0393... |
bors
commented
Feb 17, 2015
💔 Test failed - auto-win-32-nopt-t |
alexcrichton
commented
Feb 17, 2015
@bors: retry |
bors
commented
Feb 17, 2015
bors
commented
Feb 17, 2015
…excrichton This commit has already been merged in rust-lang#21774, but i think it has been accidently overriden by rust-lang#22584 and rust-lang#22480. r? @alexcrichton
…te-unqualify-method-call Migrate unqualify_method_call assist to SyntaxEditor