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

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
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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 }, 89 },
90 "test": "events_unittests" 90 "test": "events_unittests"
91 }, 91 },
92 { 92 {
93 "swarming": { 93 "swarming": {
94 "can_use_on_swarming_builders": true 94 "can_use_on_swarming_builders": true
95 }, 95 },
96 "test": "extensions_browsertests" 96 "test": "extensions_browsertests"
97 }, 97 },
98 { 98 {
99 "swarming": {
100 "can_use_on_swarming_builders": true
101 },
99 "test": "extensions_unittests" 102 "test": "extensions_unittests"
100 }, 103 },
101 { 104 {
102 "test": "gcm_unit_tests" 105 "test": "gcm_unit_tests"
103 }, 106 },
104 { 107 {
105 "test": "google_apis_unittests" 108 "test": "google_apis_unittests"
106 }, 109 },
107 { 110 {
108 "swarming": { 111 "swarming": {
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 }, 293 },
291 "test": "events_unittests" 294 "test": "events_unittests"
292 }, 295 },
293 { 296 {
294 "swarming": { 297 "swarming": {
295 "can_use_on_swarming_builders": true 298 "can_use_on_swarming_builders": true
296 }, 299 },
297 "test": "extensions_browsertests" 300 "test": "extensions_browsertests"
298 }, 301 },
299 { 302 {
303 "swarming": {
304 "can_use_on_swarming_builders": true
305 },
300 "test": "extensions_unittests" 306 "test": "extensions_unittests"
301 }, 307 },
302 { 308 {
303 "test": "gcm_unit_tests" 309 "test": "gcm_unit_tests"
304 }, 310 },
305 { 311 {
306 "test": "google_apis_unittests" 312 "test": "google_apis_unittests"
307 }, 313 },
308 { 314 {
309 "swarming": { 315 "swarming": {
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1094 "name": "webkit_lint", 1100 "name": "webkit_lint",
1095 "script": "webkit_lint.py" 1101 "script": "webkit_lint.py"
1096 }, 1102 },
1097 { 1103 {
1098 "name": "webkit_python_tests", 1104 "name": "webkit_python_tests",
1099 "script": "webkit_python_tests.py" 1105 "script": "webkit_python_tests.py"
1100 } 1106 }
1101 ] 1107 ]
1102 } 1108 }
1103 } 1109 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698