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

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

Issue 1710203002: Convert ppapi_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn Created 4 years, 10 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.webkit.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('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 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 }, 273 },
274 "test": "nacl_loader_unittests" 274 "test": "nacl_loader_unittests"
275 }, 275 },
276 { 276 {
277 "swarming": { 277 "swarming": {
278 "can_use_on_swarming_builders": true 278 "can_use_on_swarming_builders": true
279 }, 279 },
280 "test": "net_unittests" 280 "test": "net_unittests"
281 }, 281 },
282 { 282 {
283 "swarming": {
284 "can_use_on_swarming_builders": true
285 },
283 "test": "ppapi_unittests" 286 "test": "ppapi_unittests"
284 }, 287 },
285 { 288 {
286 "swarming": { 289 "swarming": {
287 "can_use_on_swarming_builders": true 290 "can_use_on_swarming_builders": true
288 }, 291 },
289 "test": "printing_unittests" 292 "test": "printing_unittests"
290 }, 293 },
291 { 294 {
292 "swarming": { 295 "swarming": {
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 }, 809 },
807 "test": "nacl_loader_unittests" 810 "test": "nacl_loader_unittests"
808 }, 811 },
809 { 812 {
810 "swarming": { 813 "swarming": {
811 "can_use_on_swarming_builders": true 814 "can_use_on_swarming_builders": true
812 }, 815 },
813 "test": "net_unittests" 816 "test": "net_unittests"
814 }, 817 },
815 { 818 {
819 "swarming": {
820 "can_use_on_swarming_builders": true
821 },
816 "test": "ppapi_unittests" 822 "test": "ppapi_unittests"
817 }, 823 },
818 { 824 {
819 "swarming": { 825 "swarming": {
820 "can_use_on_swarming_builders": true 826 "can_use_on_swarming_builders": true
821 }, 827 },
822 "test": "printing_unittests" 828 "test": "printing_unittests"
823 }, 829 },
824 { 830 {
825 "swarming": { 831 "swarming": {
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
1187 }, 1193 },
1188 "test": "nacl_loader_unittests" 1194 "test": "nacl_loader_unittests"
1189 }, 1195 },
1190 { 1196 {
1191 "swarming": { 1197 "swarming": {
1192 "can_use_on_swarming_builders": true 1198 "can_use_on_swarming_builders": true
1193 }, 1199 },
1194 "test": "net_unittests" 1200 "test": "net_unittests"
1195 }, 1201 },
1196 { 1202 {
1203 "swarming": {
1204 "can_use_on_swarming_builders": true
1205 },
1197 "test": "ppapi_unittests" 1206 "test": "ppapi_unittests"
1198 }, 1207 },
1199 { 1208 {
1200 "swarming": { 1209 "swarming": {
1201 "can_use_on_swarming_builders": true 1210 "can_use_on_swarming_builders": true
1202 }, 1211 },
1203 "test": "printing_unittests" 1212 "test": "printing_unittests"
1204 }, 1213 },
1205 { 1214 {
1206 "swarming": { 1215 "swarming": {
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
1492 "sync_integration_tests", 1501 "sync_integration_tests",
1493 "sync_unit_tests", 1502 "sync_unit_tests",
1494 "ui_base_unittests", 1503 "ui_base_unittests",
1495 "ui_touch_selection_unittests", 1504 "ui_touch_selection_unittests",
1496 "url_unittests", 1505 "url_unittests",
1497 "views_unittests", 1506 "views_unittests",
1498 "wm_unittests" 1507 "wm_unittests"
1499 ] 1508 ]
1500 } 1509 }
1501 } 1510 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.webkit.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698