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

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

Issue 1212523004: Convert ui_touch_selection_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@6_ui_base_unittests
Patch Set: Created 5 years, 6 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') | no next file » | 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 "Vista Tests (1)": { 2 "Vista 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 { 204 {
205 "test": "sync_unit_tests" 205 "test": "sync_unit_tests"
206 }, 206 },
207 { 207 {
208 "swarming": { 208 "swarming": {
209 "can_use_on_swarming_builders": true 209 "can_use_on_swarming_builders": true
210 }, 210 },
211 "test": "ui_base_unittests" 211 "test": "ui_base_unittests"
212 }, 212 },
213 { 213 {
214 "swarming": {
215 "can_use_on_swarming_builders": true
216 },
214 "test": "ui_touch_selection_unittests" 217 "test": "ui_touch_selection_unittests"
215 }, 218 },
216 { 219 {
217 "swarming": { 220 "swarming": {
218 "can_use_on_swarming_builders": true 221 "can_use_on_swarming_builders": true
219 }, 222 },
220 "test": "unit_tests" 223 "test": "unit_tests"
221 }, 224 },
222 { 225 {
223 "test": "url_unittests" 226 "test": "url_unittests"
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 { 469 {
467 "test": "sync_unit_tests" 470 "test": "sync_unit_tests"
468 }, 471 },
469 { 472 {
470 "swarming": { 473 "swarming": {
471 "can_use_on_swarming_builders": true 474 "can_use_on_swarming_builders": true
472 }, 475 },
473 "test": "ui_base_unittests" 476 "test": "ui_base_unittests"
474 }, 477 },
475 { 478 {
479 "swarming": {
480 "can_use_on_swarming_builders": true
481 },
476 "test": "ui_touch_selection_unittests" 482 "test": "ui_touch_selection_unittests"
477 }, 483 },
478 { 484 {
479 "swarming": { 485 "swarming": {
480 "can_use_on_swarming_builders": true 486 "can_use_on_swarming_builders": true
481 }, 487 },
482 "test": "unit_tests" 488 "test": "unit_tests"
483 }, 489 },
484 { 490 {
485 "test": "url_unittests" 491 "test": "url_unittests"
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 { 853 {
848 "test": "sync_unit_tests" 854 "test": "sync_unit_tests"
849 }, 855 },
850 { 856 {
851 "swarming": { 857 "swarming": {
852 "can_use_on_swarming_builders": true 858 "can_use_on_swarming_builders": true
853 }, 859 },
854 "test": "ui_base_unittests" 860 "test": "ui_base_unittests"
855 }, 861 },
856 { 862 {
863 "swarming": {
864 "can_use_on_swarming_builders": true
865 },
857 "test": "ui_touch_selection_unittests" 866 "test": "ui_touch_selection_unittests"
858 }, 867 },
859 { 868 {
860 "swarming": { 869 "swarming": {
861 "can_use_on_swarming_builders": true 870 "can_use_on_swarming_builders": true
862 }, 871 },
863 "test": "unit_tests" 872 "test": "unit_tests"
864 }, 873 },
865 { 874 {
866 "test": "url_unittests" 875 "test": "url_unittests"
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 { 1097 {
1089 "test": "sync_unit_tests" 1098 "test": "sync_unit_tests"
1090 }, 1099 },
1091 { 1100 {
1092 "swarming": { 1101 "swarming": {
1093 "can_use_on_swarming_builders": true 1102 "can_use_on_swarming_builders": true
1094 }, 1103 },
1095 "test": "ui_base_unittests" 1104 "test": "ui_base_unittests"
1096 }, 1105 },
1097 { 1106 {
1107 "swarming": {
1108 "can_use_on_swarming_builders": true
1109 },
1098 "test": "ui_touch_selection_unittests" 1110 "test": "ui_touch_selection_unittests"
1099 }, 1111 },
1100 { 1112 {
1101 "swarming": { 1113 "swarming": {
1102 "can_use_on_swarming_builders": true 1114 "can_use_on_swarming_builders": true
1103 }, 1115 },
1104 "test": "unit_tests" 1116 "test": "unit_tests"
1105 }, 1117 },
1106 { 1118 {
1107 "test": "url_unittests" 1119 "test": "url_unittests"
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
1487 { 1499 {
1488 "test": "sync_unit_tests" 1500 "test": "sync_unit_tests"
1489 }, 1501 },
1490 { 1502 {
1491 "swarming": { 1503 "swarming": {
1492 "can_use_on_swarming_builders": true 1504 "can_use_on_swarming_builders": true
1493 }, 1505 },
1494 "test": "ui_base_unittests" 1506 "test": "ui_base_unittests"
1495 }, 1507 },
1496 { 1508 {
1509 "swarming": {
1510 "can_use_on_swarming_builders": true
1511 },
1497 "test": "ui_touch_selection_unittests" 1512 "test": "ui_touch_selection_unittests"
1498 }, 1513 },
1499 { 1514 {
1500 "swarming": { 1515 "swarming": {
1501 "can_use_on_swarming_builders": true 1516 "can_use_on_swarming_builders": true
1502 }, 1517 },
1503 "test": "unit_tests" 1518 "test": "unit_tests"
1504 }, 1519 },
1505 { 1520 {
1506 "test": "url_unittests" 1521 "test": "url_unittests"
(...skipping 14 matching lines...) Expand all
1521 "name": "telemetry_perf_unittests", 1536 "name": "telemetry_perf_unittests",
1522 "script": "telemetry_perf_unittests.py" 1537 "script": "telemetry_perf_unittests.py"
1523 }, 1538 },
1524 { 1539 {
1525 "name": "nacl_integration", 1540 "name": "nacl_integration",
1526 "script": "nacl_integration.py" 1541 "script": "nacl_integration.py"
1527 } 1542 }
1528 ] 1543 ]
1529 } 1544 }
1530 } 1545 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.webkit.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698