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

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

Issue 2963473002: Convert {angle,gl}_unittests to using console_test_launcher. (Closed)
Patch Set: Created 3 years, 5 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.gpu.fyi.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 # This is a .pyl, or "Python Literal", file. You can treat it just like a 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a
6 # .json file, with the following exceptions: 6 # .json file, with the following exceptions:
7 # * all keys must be quoted (use single quotes, please); 7 # * all keys must be quoted (use single quotes, please);
8 # * comments are allowed, using '#' syntax; and 8 # * comments are allowed, using '#' syntax; and
9 # * trailing commas are allowed. 9 # * trailing commas are allowed.
10 10
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "type": "raw", 110 "type": "raw",
111 "args": [], 111 "args": [],
112 }, 112 },
113 "angle_white_box_tests": { 113 "angle_white_box_tests": {
114 "label": "//third_party/angle/src/tests:angle_white_box_tests", 114 "label": "//third_party/angle/src/tests:angle_white_box_tests",
115 "type": "raw", 115 "type": "raw",
116 "args": [], 116 "args": [],
117 }, 117 },
118 "angle_unittests": { 118 "angle_unittests": {
119 "label": "//third_party/angle/src/tests:angle_unittests", 119 "label": "//third_party/angle/src/tests:angle_unittests",
120 "type": "raw", 120 "type": "console_test_launcher",
121 "args": [],
122 }, 121 },
123 "app_list_unittests": { 122 "app_list_unittests": {
124 "label": "//ui/app_list:app_list_unittests", 123 "label": "//ui/app_list:app_list_unittests",
125 "type": "windowed_test_launcher", 124 "type": "windowed_test_launcher",
126 }, 125 },
127 "app_list_presenter_unittests": { 126 "app_list_presenter_unittests": {
128 "label": "//ui/app_list/presenter:app_list_presenter_unittests", 127 "label": "//ui/app_list/presenter:app_list_presenter_unittests",
129 "type": "windowed_test_launcher", 128 "type": "windowed_test_launcher",
130 }, 129 },
131 "app_shell_unittests": { 130 "app_shell_unittests": {
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 "label": "//gpu/gles2_conform_support:gles2_conform_test", 474 "label": "//gpu/gles2_conform_support:gles2_conform_test",
476 "type": "console_test_launcher", 475 "type": "console_test_launcher",
477 }, 476 },
478 "gl_tests": { 477 "gl_tests": {
479 "label": "//gpu:gl_tests", 478 "label": "//gpu:gl_tests",
480 "type": "raw", 479 "type": "raw",
481 "args": [], 480 "args": [],
482 }, 481 },
483 "gl_unittests": { 482 "gl_unittests": {
484 "label": "//ui/gl:gl_unittests", 483 "label": "//ui/gl:gl_unittests",
485 "type": "raw", 484 "type": "console_test_launcher",
486 "args": [],
487 }, 485 },
488 "gl_unittests_ozone": { 486 "gl_unittests_ozone": {
489 "label": "//ui/gl:gl_unittests_ozone", 487 "label": "//ui/gl:gl_unittests_ozone",
490 "label_type": "group", 488 "label_type": "group",
491 "type": "windowed_test_launcher", 489 "type": "windowed_test_launcher",
492 "executable": "gl_unittests", 490 "executable": "gl_unittests",
493 }, 491 },
494 "gn_unittests": { 492 "gn_unittests": {
495 "label": "//tools/gn:gn_unittests", 493 "label": "//tools/gn:gn_unittests",
496 "type": "console_test_launcher", 494 "type": "console_test_launcher",
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 }, 1111 },
1114 "wm_unittests": { 1112 "wm_unittests": {
1115 "label": "//ui/wm:wm_unittests", 1113 "label": "//ui/wm:wm_unittests",
1116 "type": "windowed_test_launcher", 1114 "type": "windowed_test_launcher",
1117 }, 1115 },
1118 "wtf_unittests": { 1116 "wtf_unittests": {
1119 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", 1117 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests",
1120 "type": "console_test_launcher", 1118 "type": "console_test_launcher",
1121 }, 1119 },
1122 } 1120 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.gpu.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698