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

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

Issue 1852623002: Interactive_ui_tests don't run well on win8+ machines yet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | 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 "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 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 "test": "gpu_unittests" 1043 "test": "gpu_unittests"
1044 }, 1044 },
1045 { 1045 {
1046 "swarming": { 1046 "swarming": {
1047 "can_use_on_swarming_builders": true 1047 "can_use_on_swarming_builders": true
1048 }, 1048 },
1049 "test": "installer_util_unittests" 1049 "test": "installer_util_unittests"
1050 }, 1050 },
1051 { 1051 {
1052 "swarming": { 1052 "swarming": {
1053 "can_use_on_swarming_builders": true,
1054 "shards": 2
1055 },
1056 "test": "interactive_ui_tests"
1057 },
1058 {
1059 "swarming": {
1060 "can_use_on_swarming_builders": true 1053 "can_use_on_swarming_builders": true
1061 }, 1054 },
1062 "test": "ipc_tests" 1055 "test": "ipc_tests"
1063 }, 1056 },
1064 { 1057 {
1065 "swarming": { 1058 "swarming": {
1066 "can_use_on_swarming_builders": true 1059 "can_use_on_swarming_builders": true
1067 }, 1060 },
1068 "test": "jingle_unittests" 1061 "test": "jingle_unittests"
1069 }, 1062 },
(...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after
2199 }, 2192 },
2200 { 2193 {
2201 "swarming": { 2194 "swarming": {
2202 "can_use_on_swarming_builders": true 2195 "can_use_on_swarming_builders": true
2203 }, 2196 },
2204 "test": "events_unittests" 2197 "test": "events_unittests"
2205 } 2198 }
2206 ] 2199 ]
2207 } 2200 }
2208 } 2201 }
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