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

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

Issue 1695663005: [Testing] Version 2: Run libaddressinput_unittests on bots Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initial 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.memory.fyi.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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 }, 198 },
199 "test": "jingle_unittests" 199 "test": "jingle_unittests"
200 }, 200 },
201 { 201 {
202 "test": "keyboard_unittests" 202 "test": "keyboard_unittests"
203 }, 203 },
204 { 204 {
205 "swarming": { 205 "swarming": {
206 "can_use_on_swarming_builders": true 206 "can_use_on_swarming_builders": true
207 }, 207 },
208 "test": "libaddressinput_unittests"
209 },
210 {
211 "swarming": {
212 "can_use_on_swarming_builders": true
213 },
208 "test": "media_blink_unittests" 214 "test": "media_blink_unittests"
209 }, 215 },
210 { 216 {
211 "swarming": { 217 "swarming": {
212 "can_use_on_swarming_builders": true 218 "can_use_on_swarming_builders": true
213 }, 219 },
214 "test": "media_unittests" 220 "test": "media_unittests"
215 }, 221 },
216 { 222 {
217 "swarming": { 223 "swarming": {
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
1092 { 1098 {
1093 "swarming": { 1099 "swarming": {
1094 "can_use_on_swarming_builders": true 1100 "can_use_on_swarming_builders": true
1095 }, 1101 },
1096 "test": "jingle_unittests" 1102 "test": "jingle_unittests"
1097 }, 1103 },
1098 { 1104 {
1099 "swarming": { 1105 "swarming": {
1100 "can_use_on_swarming_builders": true 1106 "can_use_on_swarming_builders": true
1101 }, 1107 },
1108 "test": "libaddressinput_unittests"
1109 },
1110 {
1111 "swarming": {
1112 "can_use_on_swarming_builders": true
1113 },
1102 "test": "media_blink_unittests" 1114 "test": "media_blink_unittests"
1103 }, 1115 },
1104 { 1116 {
1105 "swarming": { 1117 "swarming": {
1106 "can_use_on_swarming_builders": true 1118 "can_use_on_swarming_builders": true
1107 }, 1119 },
1108 "test": "media_unittests" 1120 "test": "media_unittests"
1109 }, 1121 },
1110 { 1122 {
1111 "swarming": { 1123 "swarming": {
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
1447 "sync_integration_tests", 1459 "sync_integration_tests",
1448 "sync_unit_tests", 1460 "sync_unit_tests",
1449 "ui_base_unittests", 1461 "ui_base_unittests",
1450 "ui_touch_selection_unittests", 1462 "ui_touch_selection_unittests",
1451 "url_unittests", 1463 "url_unittests",
1452 "views_unittests", 1464 "views_unittests",
1453 "wm_unittests" 1465 "wm_unittests"
1454 ] 1466 ]
1455 } 1467 }
1456 } 1468 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.fyi.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698