|
[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
Committed: https://crrev.com/4cf59ffaa830d5edad26a439ba13f07ce0447394
Cr-Commit-Position: refs/heads/master@{#315148}
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+43 lines, -241 lines) |
Patch |
 |
M |
base/test/android/javatests/src/org/chromium/base/test/util/UrlUtils.java
|
View
|
1
2
3
|
2 chunks |
+24 lines, -4 lines |
0 comments
|
Download
|
 |
M |
build/android/pylib/instrumentation/setup.py
|
View
|
1
2
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/content_shell_test_apk.isolate
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/public/android/javatests/src/org/chromium/content/browser/AddressDetectionTest.java
|
View
|
|
5 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/public/android/javatests/src/org/chromium/content/browser/ClickListenerTest.java
|
View
|
|
1 chunk |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/public/android/javatests/src/org/chromium/content/browser/ContentDetectionTestBase.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/public/android/javatests/src/org/chromium/content/browser/ContentViewLocationTest.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/public/android/javatests/src/org/chromium/content/browser/EmailAddressDetectionTest.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/shell/android/javatests/src/org/chromium/content_shell_apk/ContentShellTestBase.java
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
content/test/data/android/content_detection/click_listeners.html
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
content/test/data/android/content_detection/email.html
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
content/test/data/android/content_detection/empty.html
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
content/test/data/android/content_detection/geo_address_limits.html
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
content/test/data/android/content_detection/geo_address_multiple.html
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
content/test/data/android/content_detection/geo_address_real.html
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
content/test/data/android/content_detection/geo_address_special_chars.html
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
content/test/data/android/content_detection/geo_address_split.html
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
content/test/data/android/content_detection/phone_international.html
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
content/test/data/android/content_detection/phone_local.html
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
D |
content/test/data/android/device_files/content_detection/click_listeners.html
|
View
|
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
D |
content/test/data/android/device_files/content_detection/email.html
|
View
|
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
D |
content/test/data/android/device_files/content_detection/empty.html
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
D |
content/test/data/android/device_files/content_detection/geo_address_limits.html
|
View
|
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
D |
content/test/data/android/device_files/content_detection/geo_address_multiple.html
|
View
|
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
D |
content/test/data/android/device_files/content_detection/geo_address_real.html
|
View
|
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
D |
content/test/data/android/device_files/content_detection/geo_address_special_chars.html
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
D |
content/test/data/android/device_files/content_detection/geo_address_split.html
|
View
|
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
D |
content/test/data/android/device_files/content_detection/phone_international.html
|
View
|
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
D |
content/test/data/android/device_files/content_detection/phone_local.html
|
View
|
|
1 chunk |
+0 lines, -27 lines |
0 comments
|
Download
|
 |
D |
content/test/data/android/device_files/geolocation.html
|
View
|
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
A + |
content/test/data/android/geolocation.html
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
Total messages: 20 (6 generated)
|