summaryrefslogtreecommitdiffstats
path: root/content/content_shell_test_apk.isolate
Commit message (Collapse)AuthorAgeFilesLines
* [Android] Reland: Convert ContentShellTest.apk to isolate.jbudorick2015-02-111-1/+1
| | | | | | | | | | | | | | This is a reland of https://codereview.chromium.org/878163004/. https://codereview.chromium.org/902053006/ passes isolate files to the test runner for bots that have not been converted to recipes. BUG=400499 TBR=maruel@chromium.org Review URL: https://codereview.chromium.org/913513002 Cr-Commit-Position: refs/heads/master@{#315843}
* Revert #315148 "[Android] Convert ContentShellTest.apk to isolate."dpranke2015-02-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4cf59ffaa830d5edad26a439ba13f07ce0447394. This patch appears to break the contentshell_instrumentation_tests on the chromium.webkit waterfall. I'm not sure what to do about this, as the .webkit tests appear to be run in a completely different way than the .linux (main waterfall) tests, but I'm reverting this for now and we can sort it out later. TBR=jbudorick@chromium.org, maruel@chromium.org BUG=400499 > Author: jbudorick <jbudorick@chromium.org> > Date: Fri Feb 6 16:43:24 2015 -0800 > > [Android] Convert ContentShellTest.apk to isolate. > > We were previously using --test-data to push files from > //content/test/data/android/device_files to > $EXTERNAL_STORAGE/chrome/test/data/content. Switching to isolate lets > us handle all of our instrumentation and gtest data dependencies in the > same way. It will also facilitate using isolate to optimize transfers > between builders and testers. > > BUG=400499 > TBR=maruel@chromium.org > > Review URL: https://codereview.chromium.org/878163004 > > Cr-Commit-Position: refs/heads/master@{#315148} Review URL: https://codereview.chromium.org/886993003 Cr-Commit-Position: refs/heads/master@{#315220}
* [Android] Convert ContentShellTest.apk to isolate.jbudorick2015-02-071-1/+1
| | | | | | | | | | | | | | | | We were previously using --test-data to push files from //content/test/data/android/device_files to $EXTERNAL_STORAGE/chrome/test/data/content. Switching to isolate lets us handle all of our instrumentation and gtest data dependencies in the same way. It will also facilitate using isolate to optimize transfers between builders and testers. BUG=400499 TBR=maruel@chromium.org Review URL: https://codereview.chromium.org/878163004 Cr-Commit-Position: refs/heads/master@{#315148}
* [Android] Implement instrumentation tests in platform mode.jbudorick2015-01-131-0/+6
| | | | | | | | BUG=428729 Review URL: https://codereview.chromium.org/794923003 Cr-Commit-Position: refs/heads/master@{#311189}
* Change isolate_dependency_untracked to files.mikecase2014-11-271-1/+1
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/760083002 Cr-Commit-Position: refs/heads/master@{#305986}
* Add option to push files to device using isolate for instrumentation tests.mikecase2014-11-191-0/+14
BUG=400499 Review URL: https://codereview.chromium.org/689293002 Cr-Commit-Position: refs/heads/master@{#304870}