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

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

Issue 1217563004: Isolate device_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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 { 71 {
72 "swarming": { 72 "swarming": {
73 "can_use_on_swarming_builders": true 73 "can_use_on_swarming_builders": true
74 }, 74 },
75 "test": "crypto_unittests" 75 "test": "crypto_unittests"
76 }, 76 },
77 { 77 {
78 "test": "dbus_unittests" 78 "test": "dbus_unittests"
79 }, 79 },
80 { 80 {
81 "swarming": {
82 "can_use_on_swarming_builders": true
83 },
81 "test": "device_unittests" 84 "test": "device_unittests"
82 }, 85 },
83 { 86 {
84 "test": "display_unittests" 87 "test": "display_unittests"
85 }, 88 },
86 { 89 {
87 "swarming": { 90 "swarming": {
88 "can_use_on_swarming_builders": true 91 "can_use_on_swarming_builders": true
89 }, 92 },
90 "test": "events_unittests" 93 "test": "events_unittests"
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 { 275 {
273 "swarming": { 276 "swarming": {
274 "can_use_on_swarming_builders": true 277 "can_use_on_swarming_builders": true
275 }, 278 },
276 "test": "crypto_unittests" 279 "test": "crypto_unittests"
277 }, 280 },
278 { 281 {
279 "test": "dbus_unittests" 282 "test": "dbus_unittests"
280 }, 283 },
281 { 284 {
285 "swarming": {
286 "can_use_on_swarming_builders": true
287 },
282 "test": "device_unittests" 288 "test": "device_unittests"
283 }, 289 },
284 { 290 {
285 "test": "display_unittests" 291 "test": "display_unittests"
286 }, 292 },
287 { 293 {
288 "swarming": { 294 "swarming": {
289 "can_use_on_swarming_builders": true 295 "can_use_on_swarming_builders": true
290 }, 296 },
291 "test": "events_unittests" 297 "test": "events_unittests"
(...skipping 802 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