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

Side by Side Diff: testing/buildbot/gn_isolate_map.pyl

Issue 1918823006: 🐾 Enable instrumentation tests on Android Swarm Builder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
OLDNEW
1 ## Copyright 2015 The Chromium Authors. All rights reserved. 1 ## Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # gn_isolate_map.pyl - A mapping of Ninja build target names to GN labels and 5 # gn_isolate_map.pyl - A mapping of Ninja build target names to GN labels and
6 # test type classifications for the tests that are run on the bots. 6 # test type classifications for the tests that are run on the bots.
7 # 7 #
8 # This mapping is used by MB so that we can uniformly refer to test binaries 8 # This mapping is used by MB so that we can uniformly refer to test binaries
9 # by their Ninja target names in the recipes and not need to worry about how 9 # by their Ninja target names in the recipes and not need to worry about how
10 # they are referred to in GN or GYP specifically (the GYP target name is pretty 10 # they are referred to in GN or GYP specifically (the GYP target name is pretty
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "type": "windowed_test_launcher", 121 "type": "windowed_test_launcher",
122 }, 122 },
123 "base_unittests": { 123 "base_unittests": {
124 "label": "//base:base_unittests", 124 "label": "//base:base_unittests",
125 "type": "console_test_launcher", 125 "type": "console_test_launcher",
126 }, 126 },
127 "battor_agent_unittests": { 127 "battor_agent_unittests": {
128 "label": "//tools/battor_agent:battor_agent_unittests", 128 "label": "//tools/battor_agent:battor_agent_unittests",
129 "type": "console_test_launcher", 129 "type": "console_test_launcher",
130 }, 130 },
131 "blimp_test_apk": {
132 "label": "//blimp/client:blimp_test_apk",
133 "type": "console_test_launcher",
134 },
131 "blimp_unittests": { 135 "blimp_unittests": {
132 "label": "//blimp:blimp_unittests", 136 "label": "//blimp:blimp_unittests",
133 "type": "console_test_launcher", 137 "type": "console_test_launcher",
134 }, 138 },
135 "blink_heap_unittests": { 139 "blink_heap_unittests": {
136 "label": "//third_party/WebKit/Source/platform:blink_heap_unittests", 140 "label": "//third_party/WebKit/Source/platform:blink_heap_unittests",
137 "type": "console_test_launcher", 141 "type": "console_test_launcher",
138 }, 142 },
139 "blink_platform_unittests": { 143 "blink_platform_unittests": {
140 "label": "//third_party/WebKit/Source/platform:blink_platform_unittests", 144 "label": "//third_party/WebKit/Source/platform:blink_platform_unittests",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "type": "windowed_test_launcher", 180 "type": "windowed_test_launcher",
177 }, 181 },
178 "chrome_app_unittests": { 182 "chrome_app_unittests": {
179 "label": "//chrome/test:chrome_app_unittests", 183 "label": "//chrome/test:chrome_app_unittests",
180 "type": "console_test_launcher", 184 "type": "console_test_launcher",
181 }, 185 },
182 "chrome_elf_unittests": { 186 "chrome_elf_unittests": {
183 "label": "//chrome_elf:chrome_elf_unittests", 187 "label": "//chrome_elf:chrome_elf_unittests",
184 "type": "raw", 188 "type": "raw",
185 }, 189 },
190 "chrome_public_test_apk": {
191 "label": "//chrome/android:chrome_public_test_apk",
192 "type": "console_test_launcher",
193 },
194 "chrome_sync_shell_test_apk": {
195 "label": "//chrome/android:chrome_sync_shell_test_apk",
196 "type": "console_test_launcher",
197 },
186 "chromedriver_unittests": { 198 "chromedriver_unittests": {
187 "label": "//chrome/test/chromedriver:chromedriver_unittests", 199 "label": "//chrome/test/chromedriver:chromedriver_unittests",
188 "type": "windowed_test_launcher", 200 "type": "windowed_test_launcher",
189 }, 201 },
190 "chromeos_unittests": { 202 "chromeos_unittests": {
191 "label": "//chromeos:chromeos_unittests", 203 "label": "//chromeos:chromeos_unittests",
192 "type": "console_test_launcher", 204 "type": "console_test_launcher",
193 }, 205 },
194 "components_browsertests": { 206 "components_browsertests": {
195 "label": "//components:components_browsertests", 207 "label": "//components:components_browsertests",
(...skipping 16 matching lines...) Expand all
212 "type": "raw", 224 "type": "raw",
213 "args": [], 225 "args": [],
214 }, 226 },
215 "content_site_isolation_browsertests": { 227 "content_site_isolation_browsertests": {
216 "label": "//content/test:content_site_isolation_browsertests", 228 "label": "//content/test:content_site_isolation_browsertests",
217 "label_type": "group", 229 "label_type": "group",
218 "type": "windowed_test_launcher", 230 "type": "windowed_test_launcher",
219 "executable": "content_browsertests", 231 "executable": "content_browsertests",
220 "args": ["--site-per-process", "--test-launcher-filter-file=../../testing/bu ildbot/filters/site-per-process.content_browsertests.filter"], 232 "args": ["--site-per-process", "--test-launcher-filter-file=../../testing/bu ildbot/filters/site-per-process.content_browsertests.filter"],
221 }, 233 },
234 "content_shell_test_apk": {
235 "label": "//content/shell/android:content_shell_test_apk",
236 "type": "console_test_launcher",
237 },
222 "content_unittests": { 238 "content_unittests": {
223 "label": "//content/test:content_unittests", 239 "label": "//content/test:content_unittests",
224 "type": "windowed_test_launcher", 240 "type": "windowed_test_launcher",
225 }, 241 },
226 "courgette_unittests": { 242 "courgette_unittests": {
227 "label": "//courgette:courgette_unittests", 243 "label": "//courgette:courgette_unittests",
228 "type": "console_test_launcher", 244 "type": "console_test_launcher",
229 }, 245 },
230 "crypto_unittests": { 246 "crypto_unittests": {
231 "label": "//crypto:crypto_unittests", 247 "label": "//crypto:crypto_unittests",
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 }, 586 },
571 "wm_unittests": { 587 "wm_unittests": {
572 "label": "//ui/wm:wm_unittests", 588 "label": "//ui/wm:wm_unittests",
573 "type": "windowed_test_launcher", 589 "type": "windowed_test_launcher",
574 }, 590 },
575 "wtf_unittests": { 591 "wtf_unittests": {
576 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 592 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
577 "type": "console_test_launcher", 593 "type": "console_test_launcher",
578 }, 594 },
579 } 595 }
OLDNEW
« testing/buildbot/chromium.android.json ('K') | « testing/buildbot/chromium.android.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698