Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 489d04b

Browse files
LeonScrogginsSkia Commit-Bot
authored andcommitted
Re-Enable Codec tests on Wuffs bot
Bug: skia:8235 Bug: skia:8750 Bug: skia:8762 This reverts commit 30d15e6 ("Blacklist Codec tests on Wuffs bot"). Change-Id: I9d8f7dcbb6333590ef3ca70997e76fac6407fcbe Reviewed-on: https://skia-review.googlesource.com/c/skia/+/224178 Auto-Submit: Leon Scroggins <[email protected]> Reviewed-by: Kevin Lubick <[email protected]> Commit-Queue: Leon Scroggins <[email protected]>
1 parent ae35aff commit 489d04b

File tree

2 files changed

+0
-314
lines changed

2 files changed

+0
-314
lines changed

infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Wuffs.json

Lines changed: 0 additions & 307 deletions
This file was deleted.

infra/bots/recipes/test.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -767,12 +767,6 @@ def remove_from_args(arg):
767767
# skia:7603
768768
match.append('~^GrMeshTest$')
769769

770-
if 'Wuffs' in api.vars.extra_tokens:
771-
# skia:8750
772-
blacklist(['_', 'tests', '_', 'Codec_partial'])
773-
# skia:8762
774-
blacklist(['_', 'tests', '_', 'Codec_gif'])
775-
776770
if 'LenovoYogaC630' in bot and 'ANGLE' in api.vars.extra_tokens:
777771
# skia:8976
778772
blacklist(['_', 'tests', '_', 'GrDefaultPathRendererTest'])
@@ -1018,7 +1012,6 @@ def RunSteps(api):
10181012
'Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-MSAN',
10191013
('Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All'
10201014
'-SK_USE_DISCARDABLE_SCALEDIMAGECACHE'),
1021-
'Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Wuffs',
10221015
'Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Lottie',
10231016
('Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All'
10241017
'-SK_FORCE_RASTER_PIPELINE_BLITTER'),

0 commit comments

Comments
 (0)