forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Push uiautomator test jar to its own folder in tmp
When running uiautomator tests through test_runner the contents of /data/local/tmp is hashed using md5sum_bin to see if a push is needed. This is inefficient when tmp contains unrelated large files, and it relies on md5sum.cc to be able to handle a wide range of filetypes including named pipes. By transferring chrome_shell_uiautomator.dex.jar to /data/local/tmp/uiautomator we hash fewer files, and can be confident that the files are only files we care about (of type .jar or .dex.jar). Tested on a Nexus: ./build/android/test_runner.py uiautomator -v -v --test-jar=chrome_shell_uiautomator_tests --package=chrome_shell BUG=432341 Review URL: https://codereview.chromium.org/715153002 Cr-Commit-Position: refs/heads/master@{#303872}
- Loading branch information
davileen
authored and
Commit bot
committed
Nov 12, 2014
1 parent
16bf9aa
commit cc91e2f
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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