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

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

Issue 1422333005: Run gn_unittests on Windows 7 bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | 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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 { 471 {
472 "swarming": { 472 "swarming": {
473 "can_use_on_swarming_builders": true 473 "can_use_on_swarming_builders": true
474 }, 474 },
475 "test": "gfx_unittests" 475 "test": "gfx_unittests"
476 }, 476 },
477 { 477 {
478 "swarming": { 478 "swarming": {
479 "can_use_on_swarming_builders": true 479 "can_use_on_swarming_builders": true
480 }, 480 },
481 "test": "gn_unittests"
482 },
483 {
484 "swarming": {
485 "can_use_on_swarming_builders": true
486 },
481 "test": "google_apis_unittests" 487 "test": "google_apis_unittests"
482 }, 488 },
483 { 489 {
484 "swarming": { 490 "swarming": {
485 "can_use_on_swarming_builders": true 491 "can_use_on_swarming_builders": true
486 }, 492 },
487 "test": "gpu_unittests" 493 "test": "gpu_unittests"
488 }, 494 },
489 { 495 {
490 "swarming": { 496 "swarming": {
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 { 915 {
910 "swarming": { 916 "swarming": {
911 "can_use_on_swarming_builders": true 917 "can_use_on_swarming_builders": true
912 }, 918 },
913 "test": "gfx_unittests" 919 "test": "gfx_unittests"
914 }, 920 },
915 { 921 {
916 "swarming": { 922 "swarming": {
917 "can_use_on_swarming_builders": true 923 "can_use_on_swarming_builders": true
918 }, 924 },
925 "test": "gn_unittests"
926 },
927 {
928 "swarming": {
929 "can_use_on_swarming_builders": true
930 },
919 "test": "google_apis_unittests" 931 "test": "google_apis_unittests"
920 }, 932 },
921 { 933 {
922 "swarming": { 934 "swarming": {
923 "can_use_on_swarming_builders": true 935 "can_use_on_swarming_builders": true
924 }, 936 },
925 "test": "gpu_unittests" 937 "test": "gpu_unittests"
926 }, 938 },
927 { 939 {
928 "swarming": { 940 "swarming": {
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
1266 { 1278 {
1267 "swarming": { 1279 "swarming": {
1268 "can_use_on_swarming_builders": true 1280 "can_use_on_swarming_builders": true
1269 }, 1281 },
1270 "test": "gcm_unit_tests" 1282 "test": "gcm_unit_tests"
1271 }, 1283 },
1272 { 1284 {
1273 "swarming": { 1285 "swarming": {
1274 "can_use_on_swarming_builders": true 1286 "can_use_on_swarming_builders": true
1275 }, 1287 },
1288 "test": "gn_unittests"
1289 },
1290 {
1291 "swarming": {
1292 "can_use_on_swarming_builders": true
1293 },
1276 "test": "gpu_unittests" 1294 "test": "gpu_unittests"
1277 }, 1295 },
1278 { 1296 {
1279 "swarming": { 1297 "swarming": {
1280 "can_use_on_swarming_builders": true 1298 "can_use_on_swarming_builders": true
1281 }, 1299 },
1282 "test": "installer_util_unittests" 1300 "test": "installer_util_unittests"
1283 }, 1301 },
1284 { 1302 {
1285 "swarming": { 1303 "swarming": {
(...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after
2010 "name": "telemetry_perf_unittests", 2028 "name": "telemetry_perf_unittests",
2011 "script": "telemetry_perf_unittests.py" 2029 "script": "telemetry_perf_unittests.py"
2012 }, 2030 },
2013 { 2031 {
2014 "name": "nacl_integration", 2032 "name": "nacl_integration",
2015 "script": "nacl_integration.py" 2033 "script": "nacl_integration.py"
2016 } 2034 }
2017 ] 2035 ]
2018 } 2036 }
2019 } 2037 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698