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

Side by Side Diff: infra/bots/recipes/swarm_test.py

Issue 2471133002: Set analytic AA as default. (Closed)
Patch Set: Add parsedpaths to expected failure Created 4 years, 1 month 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 | infra/bots/recipes/swarm_test.expected/Test-Android-Clang-AndroidOne-CPU-MT6582-arm-Release-GN_Android.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 5
6 # Recipe module for Skia Swarming test. 6 # Recipe module for Skia Swarming test.
7 7
8 8
9 DEPS = [ 9 DEPS = [
10 'build/file', 10 'build/file',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'convex_poly_clip', 266 'convex_poly_clip',
267 'extractalpha', 267 'extractalpha',
268 'filterbitmap_checkerboard_32_32_g8', 268 'filterbitmap_checkerboard_32_32_g8',
269 'filterbitmap_image_mandrill_64', 269 'filterbitmap_image_mandrill_64',
270 'shadows', 270 'shadows',
271 'simpleaaclip_aaclip']) 271 'simpleaaclip_aaclip'])
272 # skia:5595 272 # skia:5595
273 bad_serialize_gms.extend(['composeshader_bitmap', 273 bad_serialize_gms.extend(['composeshader_bitmap',
274 'scaled_tilemodes_npot', 274 'scaled_tilemodes_npot',
275 'scaled_tilemodes']) 275 'scaled_tilemodes'])
276
276 # skia:5778 277 # skia:5778
277 bad_serialize_gms.append('typefacerendering_pfaMac') 278 bad_serialize_gms.append('typefacerendering_pfaMac')
279 # skia:5942
280 bad_serialize_gms.append('parsedpaths')
278 for test in bad_serialize_gms: 281 for test in bad_serialize_gms:
279 blacklist(['serialize-8888', 'gm', '_', test]) 282 blacklist(['serialize-8888', 'gm', '_', test])
280 283
281 if 'Mac' not in bot: 284 if 'Mac' not in bot:
282 for test in ['bleed_alpha_image', 'bleed_alpha_image_shader']: 285 for test in ['bleed_alpha_image', 'bleed_alpha_image_shader']:
283 blacklist(['serialize-8888', 'gm', '_', test]) 286 blacklist(['serialize-8888', 'gm', '_', test])
284 # It looks like we skip these only for out-of-memory concerns. 287 # It looks like we skip these only for out-of-memory concerns.
285 if 'Win' in bot or 'Android' in bot: 288 if 'Win' in bot or 'Android' in bot:
286 for test in ['verylargebitmap', 'verylarge_picture_image']: 289 for test in ['verylargebitmap', 'verylarge_picture_image']:
287 blacklist(['serialize-8888', 'gm', '_', test]) 290 blacklist(['serialize-8888', 'gm', '_', test])
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 patch_storage='gerrit') + 712 patch_storage='gerrit') +
710 api.properties.tryserver( 713 api.properties.tryserver(
711 buildername=builder, 714 buildername=builder,
712 gerrit_project='skia', 715 gerrit_project='skia',
713 gerrit_url='https://skia-review.googlesource.com/', 716 gerrit_url='https://skia-review.googlesource.com/',
714 ) + 717 ) +
715 api.step_data('get swarming bot id', 718 api.step_data('get swarming bot id',
716 stdout=api.raw_io.output('skia-bot-123')) + 719 stdout=api.raw_io.output('skia-bot-123')) +
717 api.step_data('get swarming task id', stdout=api.raw_io.output('123456')) 720 api.step_data('get swarming task id', stdout=api.raw_io.output('123456'))
718 ) 721 )
OLDNEW
« no previous file with comments | « no previous file | infra/bots/recipes/swarm_test.expected/Test-Android-Clang-AndroidOne-CPU-MT6582-arm-Release-GN_Android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698