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

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
« 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 { 74 {
75 "swarming": { 75 "swarming": {
76 "can_use_on_swarming_builders": true 76 "can_use_on_swarming_builders": true
77 }, 77 },
78 "test": "crypto_unittests" 78 "test": "crypto_unittests"
79 }, 79 },
80 { 80 {
81 "test": "dbus_unittests" 81 "test": "dbus_unittests"
82 }, 82 },
83 { 83 {
84 "swarming": {
85 "can_use_on_swarming_builders": true
86 },
84 "test": "device_unittests" 87 "test": "device_unittests"
85 }, 88 },
86 { 89 {
87 "test": "display_unittests" 90 "test": "display_unittests"
88 }, 91 },
89 { 92 {
90 "swarming": { 93 "swarming": {
91 "can_use_on_swarming_builders": true 94 "can_use_on_swarming_builders": true
92 }, 95 },
93 "test": "events_unittests" 96 "test": "events_unittests"
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 { 299 {
297 "swarming": { 300 "swarming": {
298 "can_use_on_swarming_builders": true 301 "can_use_on_swarming_builders": true
299 }, 302 },
300 "test": "crypto_unittests" 303 "test": "crypto_unittests"
301 }, 304 },
302 { 305 {
303 "test": "dbus_unittests" 306 "test": "dbus_unittests"
304 }, 307 },
305 { 308 {
309 "swarming": {
310 "can_use_on_swarming_builders": true
311 },
306 "test": "device_unittests" 312 "test": "device_unittests"
307 }, 313 },
308 { 314 {
309 "test": "display_unittests" 315 "test": "display_unittests"
310 }, 316 },
311 { 317 {
312 "swarming": { 318 "swarming": {
313 "can_use_on_swarming_builders": true 319 "can_use_on_swarming_builders": true
314 }, 320 },
315 "test": "events_unittests" 321 "test": "events_unittests"
(...skipping 820 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