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

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

Issue 1837443002: Specify some tests for 64-bit Windows 10. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing builder Created 4 years, 8 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 | « no previous file | tools/mb/mb_config.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 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 "test": "content_browsertests" 790 "test": "content_browsertests"
791 }, 791 },
792 { 792 {
793 "swarming": { 793 "swarming": {
794 "can_use_on_swarming_builders": true 794 "can_use_on_swarming_builders": true
795 }, 795 },
796 "test": "events_unittests" 796 "test": "events_unittests"
797 } 797 }
798 ] 798 ]
799 }, 799 },
800 "Win10 Tests x64": {
801 "gtest_tests": [
802 {
803 "swarming": {
804 "can_use_on_swarming_builders": true
805 },
806 "test": "base_unittests"
807 },
808 {
809 "swarming": {
810 "can_use_on_swarming_builders": true
811 },
812 "test": "sbox_integration_tests"
813 },
814 {
815 "swarming": {
816 "can_use_on_swarming_builders": true
817 },
818 "test": "sbox_unittests"
819 },
820 {
821 "swarming": {
822 "can_use_on_swarming_builders": true
823 },
824 "test": "sbox_validation_tests"
825 }
826 ]
827 },
800 "Win7 (32) Tests": { 828 "Win7 (32) Tests": {
801 "gtest_tests": [ 829 "gtest_tests": [
802 { 830 {
803 "swarming": { 831 "swarming": {
804 "can_use_on_swarming_builders": true 832 "can_use_on_swarming_builders": true
805 }, 833 },
806 "test": "base_unittests" 834 "test": "base_unittests"
807 }, 835 },
808 { 836 {
809 "swarming": { 837 "swarming": {
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
1758 }, 1786 },
1759 { 1787 {
1760 "swarming": { 1788 "swarming": {
1761 "can_use_on_swarming_builders": true 1789 "can_use_on_swarming_builders": true
1762 }, 1790 },
1763 "test": "events_unittests" 1791 "test": "events_unittests"
1764 } 1792 }
1765 ] 1793 ]
1766 } 1794 }
1767 } 1795 }
OLDNEW
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698