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

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: no libphonenumber for now 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 },
1084 "test": "media_blink_unittests" 1090 "test": "media_blink_unittests"
1085 }, 1091 },
1086 { 1092 {
1087 "swarming": { 1093 "swarming": {
1088 "can_use_on_swarming_builders": true 1094 "can_use_on_swarming_builders": true
1089 }, 1095 },
1090 "test": "media_unittests" 1096 "test": "media_unittests"
1091 }, 1097 },
1092 { 1098 {
1093 "swarming": { 1099 "swarming": {
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
1433 "sync_integration_tests", 1439 "sync_integration_tests",
1434 "sync_unit_tests", 1440 "sync_unit_tests",
1435 "ui_base_unittests", 1441 "ui_base_unittests",
1436 "ui_touch_selection_unittests", 1442 "ui_touch_selection_unittests",
1437 "url_unittests", 1443 "url_unittests",
1438 "views_unittests", 1444 "views_unittests",
1439 "wm_unittests" 1445 "wm_unittests"
1440 ] 1446 ]
1441 } 1447 }
1442 } 1448 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698