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

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

Issue 2086833004: Run exo_unittests in waterfall (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable crashing test Created 4 years, 6 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 | « testing/buildbot/chromium.chromiumos.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 "type": "console_test_launcher", 263 "type": "console_test_launcher",
264 }, 264 },
265 "display_unittests": { 265 "display_unittests": {
266 "label": "//ui/display:display_unittests", 266 "label": "//ui/display:display_unittests",
267 "type": "console_test_launcher", 267 "type": "console_test_launcher",
268 }, 268 },
269 "events_unittests": { 269 "events_unittests": {
270 "label": "//ui/events:events_unittests", 270 "label": "//ui/events:events_unittests",
271 "type": "windowed_test_launcher", 271 "type": "windowed_test_launcher",
272 }, 272 },
273 "exo_unittests": {
274 "label": "//components/exo:exo_unittests",
275 "type": "windowed_test_launcher",
276 },
273 "extensions_browsertests": { 277 "extensions_browsertests": {
274 "label": "//extensions:extensions_browsertests", 278 "label": "//extensions:extensions_browsertests",
275 "type": "windowed_test_launcher", 279 "type": "windowed_test_launcher",
276 }, 280 },
277 "extensions_unittests": { 281 "extensions_unittests": {
278 "label": "//extensions:extensions_unittests", 282 "label": "//extensions:extensions_unittests",
279 "type": "windowed_test_launcher", 283 "type": "windowed_test_launcher",
280 }, 284 },
281 "filesystem_service_unittests": { 285 "filesystem_service_unittests": {
282 "label": "//components/filesystem:filesystem_service_unittests", 286 "label": "//components/filesystem:filesystem_service_unittests",
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 }, 628 },
625 "wm_unittests": { 629 "wm_unittests": {
626 "label": "//ui/wm:wm_unittests", 630 "label": "//ui/wm:wm_unittests",
627 "type": "windowed_test_launcher", 631 "type": "windowed_test_launcher",
628 }, 632 },
629 "wtf_unittests": { 633 "wtf_unittests": {
630 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 634 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
631 "type": "console_test_launcher", 635 "type": "console_test_launcher",
632 }, 636 },
633 } 637 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698