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

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

Issue 1213943002: Isolate extensions_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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.memory.fyi.json ('k') | testing/buildbot/chromium.win.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 "Linux ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 }, 92 },
93 "test": "events_unittests" 93 "test": "events_unittests"
94 }, 94 },
95 { 95 {
96 "swarming": { 96 "swarming": {
97 "can_use_on_swarming_builders": true 97 "can_use_on_swarming_builders": true
98 }, 98 },
99 "test": "extensions_browsertests" 99 "test": "extensions_browsertests"
100 }, 100 },
101 { 101 {
102 "swarming": {
103 "can_use_on_swarming_builders": true
104 },
102 "test": "extensions_unittests" 105 "test": "extensions_unittests"
103 }, 106 },
104 { 107 {
105 "test": "gcm_unit_tests" 108 "test": "gcm_unit_tests"
106 }, 109 },
107 { 110 {
108 "test": "google_apis_unittests" 111 "test": "google_apis_unittests"
109 }, 112 },
110 { 113 {
111 "swarming": { 114 "swarming": {
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 }, 317 },
315 "test": "events_unittests" 318 "test": "events_unittests"
316 }, 319 },
317 { 320 {
318 "swarming": { 321 "swarming": {
319 "can_use_on_swarming_builders": true 322 "can_use_on_swarming_builders": true
320 }, 323 },
321 "test": "extensions_browsertests" 324 "test": "extensions_browsertests"
322 }, 325 },
323 { 326 {
327 "swarming": {
328 "can_use_on_swarming_builders": true
329 },
324 "test": "extensions_unittests" 330 "test": "extensions_unittests"
325 }, 331 },
326 { 332 {
327 "test": "gcm_unit_tests" 333 "test": "gcm_unit_tests"
328 }, 334 },
329 { 335 {
330 "test": "google_apis_unittests" 336 "test": "google_apis_unittests"
331 }, 337 },
332 { 338 {
333 "swarming": { 339 "swarming": {
(...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 "name": "webkit_lint", 1142 "name": "webkit_lint",
1137 "script": "webkit_lint.py" 1143 "script": "webkit_lint.py"
1138 }, 1144 },
1139 { 1145 {
1140 "name": "webkit_python_tests", 1146 "name": "webkit_python_tests",
1141 "script": "webkit_python_tests.py" 1147 "script": "webkit_python_tests.py"
1142 } 1148 }
1143 ] 1149 ]
1144 } 1150 }
1145 } 1151 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.fyi.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698