OLD | NEW |
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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 }, | 221 }, |
222 "Win 7 Tests x64 (1)": { | 222 "Win 7 Tests x64 (1)": { |
223 "gtest_tests": [ | 223 "gtest_tests": [ |
224 { | 224 { |
225 "swarming": { | 225 "swarming": { |
226 "can_use_on_swarming_builders": true | 226 "can_use_on_swarming_builders": true |
227 }, | 227 }, |
228 "test": "accessibility_unittests" | 228 "test": "accessibility_unittests" |
229 }, | 229 }, |
230 { | 230 { |
231 "test": "app_installer_unittests" | |
232 }, | |
233 { | |
234 "swarming": { | 231 "swarming": { |
235 "can_use_on_swarming_builders": true | 232 "can_use_on_swarming_builders": true |
236 }, | 233 }, |
237 "test": "app_list_unittests" | 234 "test": "app_list_unittests" |
238 }, | 235 }, |
239 { | 236 { |
240 "test": "app_shell_unittests" | 237 "test": "app_shell_unittests" |
241 }, | 238 }, |
242 { | 239 { |
243 "swarming": { | 240 "swarming": { |
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
595 }, | 592 }, |
596 "Win7 Tests (1)": { | 593 "Win7 Tests (1)": { |
597 "gtest_tests": [ | 594 "gtest_tests": [ |
598 { | 595 { |
599 "swarming": { | 596 "swarming": { |
600 "can_use_on_swarming_builders": true | 597 "can_use_on_swarming_builders": true |
601 }, | 598 }, |
602 "test": "accessibility_unittests" | 599 "test": "accessibility_unittests" |
603 }, | 600 }, |
604 { | 601 { |
605 "test": "app_installer_unittests" | |
606 }, | |
607 { | |
608 "swarming": { | 602 "swarming": { |
609 "can_use_on_swarming_builders": true | 603 "can_use_on_swarming_builders": true |
610 }, | 604 }, |
611 "test": "app_list_unittests" | 605 "test": "app_list_unittests" |
612 }, | 606 }, |
613 { | 607 { |
614 "test": "app_shell_unittests" | 608 "test": "app_shell_unittests" |
615 }, | 609 }, |
616 { | 610 { |
617 "swarming": { | 611 "swarming": { |
(...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1444 "name": "telemetry_perf_unittests", | 1438 "name": "telemetry_perf_unittests", |
1445 "script": "telemetry_perf_unittests.py" | 1439 "script": "telemetry_perf_unittests.py" |
1446 }, | 1440 }, |
1447 { | 1441 { |
1448 "name": "nacl_integration", | 1442 "name": "nacl_integration", |
1449 "script": "nacl_integration.py" | 1443 "script": "nacl_integration.py" |
1450 } | 1444 } |
1451 ] | 1445 ] |
1452 } | 1446 } |
1453 } | 1447 } |
OLD | NEW |