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

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

Issue 2517203005: Enable mash_unittests on CrOS Ozone trybot. (Closed)
Patch Set: Created 4 years 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 | « ash/mus/window_manager_unittest.cc ('k') | 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 "Linux ChromiumOS Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS Ozone Tests (1)": { 7 "Linux ChromiumOS Ozone Tests (1)": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "swarming": { 10 "swarming": {
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 }, 214 },
215 "test": "ipc_tests" 215 "test": "ipc_tests"
216 }, 216 },
217 { 217 {
218 "swarming": { 218 "swarming": {
219 "can_use_on_swarming_builders": true 219 "can_use_on_swarming_builders": true
220 }, 220 },
221 "test": "jingle_unittests" 221 "test": "jingle_unittests"
222 }, 222 },
223 { 223 {
224 "args": [
225 "--override-use-gl-with-osmesa-for-tests"
226 ],
227 "swarming": {
228 "can_use_on_swarming_builders": true
229 },
230 "test": "mash_unittests"
231 },
232 {
224 "swarming": { 233 "swarming": {
225 "can_use_on_swarming_builders": true 234 "can_use_on_swarming_builders": true
226 }, 235 },
227 "test": "media_blink_unittests" 236 "test": "media_blink_unittests"
228 }, 237 },
229 { 238 {
230 "swarming": { 239 "swarming": {
231 "can_use_on_swarming_builders": true 240 "can_use_on_swarming_builders": true
232 }, 241 },
233 "test": "media_unittests" 242 "test": "media_unittests"
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after
1142 }, 1151 },
1143 { 1152 {
1144 "swarming": { 1153 "swarming": {
1145 "can_use_on_swarming_builders": true 1154 "can_use_on_swarming_builders": true
1146 }, 1155 },
1147 "test": "wm_unittests" 1156 "test": "wm_unittests"
1148 } 1157 }
1149 ] 1158 ]
1150 } 1159 }
1151 } 1160 }
OLDNEW
« no previous file with comments | « ash/mus/window_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698