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

Side by Side Diff: testing/buildbot/chromium.fyi.json

Issue 1695913002: [Android] Switch instrumentation test names to their respective target names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 months 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 | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android Cloud Tests": { 2 "Android Cloud Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "android_webview_unittests" 5 "test": "android_webview_unittests"
6 }, 6 },
7 { 7 {
8 "test": "base_unittests" 8 "test": "base_unittests"
9 }, 9 },
10 { 10 {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 }, 72 },
73 { 73 {
74 "test": "ui_touch_selection_unittests" 74 "test": "ui_touch_selection_unittests"
75 }, 75 },
76 { 76 {
77 "test": "unit_tests" 77 "test": "unit_tests"
78 } 78 }
79 ], 79 ],
80 "instrumentation_tests": [ 80 "instrumentation_tests": [
81 { 81 {
82 "test": "AndroidWebViewTest" 82 "test": "android_webview_test_apk"
83 }, 83 },
84 { 84 {
85 "test": "ChromePublicTest" 85 "test": "chrome_public_test_apk"
86 }, 86 },
87 { 87 {
88 "test": "ChromeSyncShellTest" 88 "test": "chrome_sync_shell_test_apk"
89 }, 89 },
90 { 90 {
91 "test": "ContentShellTest" 91 "test": "content_shell_test_apk"
92 } 92 }
93 ] 93 ]
94 }, 94 },
95 "Android Tests (trial)(dbg)": { 95 "Android Tests (trial)(dbg)": {
96 "gtest_tests": [ 96 "gtest_tests": [
97 { 97 {
98 "args": [ 98 "args": [
99 "--isolate_file_path=src/third_party/WebKit/Source/platform/heap/Blink HeapUnitTests.isolate" 99 "--isolate_file_path=src/third_party/WebKit/Source/platform/heap/Blink HeapUnitTests.isolate"
100 ], 100 ],
101 "test": "blink_heap_unittests" 101 "test": "blink_heap_unittests"
(...skipping 7595 matching lines...) Expand 10 before | Expand all | Expand 10 after
7697 }, 7697 },
7698 { 7698 {
7699 "args": [ 7699 "args": [
7700 "--isolate-extensions" 7700 "--isolate-extensions"
7701 ], 7701 ],
7702 "test": "unit_tests" 7702 "test": "unit_tests"
7703 } 7703 }
7704 ] 7704 ]
7705 } 7705 }
7706 } 7706 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698