Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Side by Side Diff: android_webview/tools/cts_config/webview_cts_gcs_path.json

Issue 2551353004: Add helper script for running CTS APKs stored in the GS buckets. (Closed)
Patch Set: Add helper script for running CTS APKs stored in the GS buckets. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | android_webview/tools/pylintrc » ('j') | android_webview/tools/run_cts.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "arm_64": { 2 "arm_64": {
3 "L": { 3 "L": {
4 "filename": "arm_64/L/android-cts-arm_64-3500656.zip", 4 "filename": "arm_64/L/android-cts-arm_64-3500656.zip",
5 "apk": "arm_64/L/CtsWebkitTestCases.apk",
the real yoland 2016/12/08 19:16:03 This should definitely stored in a sub directory w
mikecase (-- gone --) 2016/12/08 22:58:43 yup, agree. Fixed.
5 "_origin": "aosp-lollipop-mr1-cts-dev@3500656" 6 "_origin": "aosp-lollipop-mr1-cts-dev@3500656"
6 }, 7 },
7 "M": { 8 "M": {
8 "filename": "arm_64/M/android-cts-arm_64-3505727.zip", 9 "filename": "arm_64/M/android-cts-arm_64-3505727.zip",
10 "apk": "arm_64/M/CtsWebkitTestCases.apk",
9 "_origin": "aosp-marshmallow-cts-dev@3505727" 11 "_origin": "aosp-marshmallow-cts-dev@3505727"
10 }, 12 },
11 "N": { 13 "N": {
12 "filename": "arm_64/N/android-cts-arm_64-3367285.zip", 14 "filename": "arm_64/N/android-cts-arm_64-3367285.zip",
15 "apk": "arm_64/N/CtsWebkitTestCases.apk",
13 "_origin": "aosp-nougat-cts-release@3367285" 16 "_origin": "aosp-nougat-cts-release@3367285"
14 } 17 }
15 } 18 }
16 } 19 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/tools/pylintrc » ('j') | android_webview/tools/run_cts.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698