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

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: dimension probably is not needed 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') | tools/mb/mb_config.pyl » ('J')
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 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 "test": "content_browsertests" 783 "test": "content_browsertests"
784 }, 784 },
785 { 785 {
786 "swarming": { 786 "swarming": {
787 "can_use_on_swarming_builders": true 787 "can_use_on_swarming_builders": true
788 }, 788 },
789 "test": "events_unittests" 789 "test": "events_unittests"
790 } 790 }
791 ] 791 ]
792 }, 792 },
793 "Win10 Tests x64": {
794 "gtest_tests": [
795 {
796 "swarming": {
797 "can_use_on_swarming_builders": true
798 },
799 "test": "base_unittests"
800 },
801 {
802 "swarming": {
803 "can_use_on_swarming_builders": true
804 },
805 "test": "sbox_integration_tests"
806 },
807 {
808 "swarming": {
809 "can_use_on_swarming_builders": true
810 },
811 "test": "sbox_unittests"
812 },
813 {
814 "swarming": {
815 "can_use_on_swarming_builders": true
816 },
817 "test": "sbox_validation_tests"
818 }
819 ]
820 },
793 "Win7 (32) Tests": { 821 "Win7 (32) Tests": {
794 "gtest_tests": [ 822 "gtest_tests": [
795 { 823 {
796 "swarming": { 824 "swarming": {
797 "can_use_on_swarming_builders": true 825 "can_use_on_swarming_builders": true
798 }, 826 },
799 "test": "base_unittests" 827 "test": "base_unittests"
800 }, 828 },
801 { 829 {
802 "swarming": { 830 "swarming": {
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
1751 }, 1779 },
1752 { 1780 {
1753 "swarming": { 1781 "swarming": {
1754 "can_use_on_swarming_builders": true 1782 "can_use_on_swarming_builders": true
1755 }, 1783 },
1756 "test": "events_unittests" 1784 "test": "events_unittests"
1757 } 1785 }
1758 ] 1786 ]
1759 } 1787 }
1760 } 1788 }
OLDNEW
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | tools/mb/mb_config.pyl » ('J')

Powered by Google App Engine
This is Rietveld 408576698