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

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

Issue 2579863002: Forces use mesa switch in mash_unittests and views_aura_mus_unittests (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 | « mash/test/mash_test_suite.cc ('k') | ui/views/mus/views_aura_mus_test_suite.cc » ('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 "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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 }, 221 },
222 "test": "ipc_tests" 222 "test": "ipc_tests"
223 }, 223 },
224 { 224 {
225 "swarming": { 225 "swarming": {
226 "can_use_on_swarming_builders": true 226 "can_use_on_swarming_builders": true
227 }, 227 },
228 "test": "jingle_unittests" 228 "test": "jingle_unittests"
229 }, 229 },
230 { 230 {
231 "args": [
232 "--override-use-gl-with-osmesa-for-tests"
233 ],
234 "swarming": { 231 "swarming": {
235 "can_use_on_swarming_builders": true 232 "can_use_on_swarming_builders": true
236 }, 233 },
237 "test": "mash_unittests" 234 "test": "mash_unittests"
238 }, 235 },
239 { 236 {
240 "swarming": { 237 "swarming": {
241 "can_use_on_swarming_builders": true 238 "can_use_on_swarming_builders": true
242 }, 239 },
243 "test": "media_blink_unittests" 240 "test": "media_blink_unittests"
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 }, 395 },
399 "test": "unit_tests" 396 "test": "unit_tests"
400 }, 397 },
401 { 398 {
402 "swarming": { 399 "swarming": {
403 "can_use_on_swarming_builders": true 400 "can_use_on_swarming_builders": true
404 }, 401 },
405 "test": "url_unittests" 402 "test": "url_unittests"
406 }, 403 },
407 { 404 {
408 "args": [
409 "--override-use-gl-with-osmesa-for-tests"
410 ],
411 "swarming": { 405 "swarming": {
412 "can_use_on_swarming_builders": false 406 "can_use_on_swarming_builders": false
413 }, 407 },
414 "test": "views_aura_mus_unittests" 408 "test": "views_aura_mus_unittests"
415 }, 409 },
416 { 410 {
417 "args": [ 411 "args": [
418 "--override-use-gl-with-osmesa-for-tests" 412 "--override-use-gl-with-osmesa-for-tests"
419 ], 413 ],
420 "swarming": { 414 "swarming": {
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 }, 1123 },
1130 { 1124 {
1131 "swarming": { 1125 "swarming": {
1132 "can_use_on_swarming_builders": true 1126 "can_use_on_swarming_builders": true
1133 }, 1127 },
1134 "test": "wm_unittests" 1128 "test": "wm_unittests"
1135 } 1129 }
1136 ] 1130 ]
1137 } 1131 }
1138 } 1132 }
OLDNEW
« no previous file with comments | « mash/test/mash_test_suite.cc ('k') | ui/views/mus/views_aura_mus_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698