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

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

Issue 1681663002: [Testing] Run libaddressinput_unittests on bots (Closed) 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
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 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 { 1074 {
1075 "swarming": { 1075 "swarming": {
1076 "can_use_on_swarming_builders": true 1076 "can_use_on_swarming_builders": true
1077 }, 1077 },
1078 "test": "jingle_unittests" 1078 "test": "jingle_unittests"
1079 }, 1079 },
1080 { 1080 {
1081 "swarming": { 1081 "swarming": {
1082 "can_use_on_swarming_builders": true 1082 "can_use_on_swarming_builders": true
1083 }, 1083 },
1084 "test": "libaddressinput_unittests"
1085 },
1086 {
1087 "swarming": {
1088 "can_use_on_swarming_builders": true
1089 },
1090 "test": "libphonenumber_unittests"
1091 },
1092 {
1093 "swarming": {
1094 "can_use_on_swarming_builders": true
1095 },
1084 "test": "media_blink_unittests" 1096 "test": "media_blink_unittests"
1085 }, 1097 },
1086 { 1098 {
1087 "swarming": { 1099 "swarming": {
1088 "can_use_on_swarming_builders": true 1100 "can_use_on_swarming_builders": true
1089 }, 1101 },
1090 "test": "media_unittests" 1102 "test": "media_unittests"
1091 }, 1103 },
1092 { 1104 {
1093 "swarming": { 1105 "swarming": {
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
1433 "sync_integration_tests", 1445 "sync_integration_tests",
1434 "sync_unit_tests", 1446 "sync_unit_tests",
1435 "ui_base_unittests", 1447 "ui_base_unittests",
1436 "ui_touch_selection_unittests", 1448 "ui_touch_selection_unittests",
1437 "url_unittests", 1449 "url_unittests",
1438 "views_unittests", 1450 "views_unittests",
1439 "wm_unittests" 1451 "wm_unittests"
1440 ] 1452 ]
1441 } 1453 }
1442 } 1454 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698