This repository was archived by the owner on Jan 15, 2026. It is now read-only.
tools/android: Address review comments on PR#668#678
Merged
marcbonnici merged 2 commits intoARM-software:masterfrom May 29, 2024
Merged
tools/android: Address review comments on PR#668#678marcbonnici merged 2 commits intoARM-software:masterfrom
marcbonnici merged 2 commits intoARM-software:masterfrom
Conversation
401e58a to
fa7f9f8
Compare
4d4d91d to
f8604ae
Compare
PR#667: ARM-software#667 - Implement a test module initializer with a tear down method in test/test_target.py - Make various cleanups in test/test_target.py - Improve structure of test/test_config.yml (previously target_configs.yaml) - Make docstrings Sphinx compatible - Make ``TargetRunner`` and its subclasses private - Cleanup tests/test_target.py - Replace print()'s with appropriate logging calls - Implement ``NOPTargetRunner`` class for simplifying tests - Improve Python v3.7 compatibility - Relax host machine type checking - Escape user input strings and more.. Signed-off-by: Metin Kaya <metin.kaya@arm.com>
b68954f to
f0f2e1f
Compare
PR#668: ARM-software#668 - Fix mixed tab-space white-spacing issues - s/CMDLINE_VERSION/ANDROID_CMDLINE_VERSION/ to be more precise - s/set_host_arch/get_android_sdk_host_arch/ because the global variable for Android host architecture is removed now Signed-off-by: Metin Kaya <metin.kaya@arm.com>
Collaborator
|
Still LGTM |
marcbonnici
approved these changes
May 29, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note: Only e56c887 needs to be reviewed.
PR#668: https://github.com/ARM-software/devlib/pull/668s/CMDLINE_VERSION/ANDROID_CMDLINE_VERSION/to be more precises/set_host_arch/get_android_sdk_host_arch/because the global variable for Android host architecture is removed nowThis PR should be merged after #677