Stop disabling fixed test
skbug.com/1282 has been fixed, so there is no need to skip these images BUG=skia:1282 Review URL: https://codereview.chromium.org/1391143007
This commit is contained in:
parent
54ed1edda5
commit
4f11b1be55
@ -356,9 +356,7 @@
|
||||
"decode",
|
||||
"inc14.png",
|
||||
"--match",
|
||||
"~WritePixels",
|
||||
"~tabl_mozilla_0",
|
||||
"~desk_yahoonews_0"
|
||||
"~WritePixels"
|
||||
],
|
||||
"Test-Android-GCC-GalaxyS4-GPU-SGX544-Arm7-Release": [
|
||||
"--config",
|
||||
@ -523,8 +521,6 @@
|
||||
"decode",
|
||||
"inc14.png",
|
||||
"--match",
|
||||
"~tabl_mozilla_0",
|
||||
"~desk_yahoonews_0",
|
||||
"~imagefiltersclipped",
|
||||
"~imagefilterscropexpand",
|
||||
"~scaled_tilemodes_npot",
|
||||
@ -690,10 +686,7 @@
|
||||
"_",
|
||||
"image",
|
||||
"decode",
|
||||
"inc14.png",
|
||||
"--match",
|
||||
"~tabl_mozilla_0",
|
||||
"~desk_yahoonews_0"
|
||||
"inc14.png"
|
||||
],
|
||||
"Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Debug": [
|
||||
"--config",
|
||||
@ -856,10 +849,7 @@
|
||||
"_",
|
||||
"image",
|
||||
"decode",
|
||||
"inc14.png",
|
||||
"--match",
|
||||
"~tabl_mozilla_0",
|
||||
"~desk_yahoonews_0"
|
||||
"inc14.png"
|
||||
],
|
||||
"Test-Android-GCC-NexusPlayer-CPU-SSSE3-x86-Release": [
|
||||
"--config",
|
||||
@ -1032,8 +1022,6 @@
|
||||
"_",
|
||||
"interlaced3.png",
|
||||
"--match",
|
||||
"~tabl_mozilla_0",
|
||||
"~desk_yahoonews_0",
|
||||
"~ResourceCache"
|
||||
],
|
||||
"Test-Mac10.8-Clang-MacMini4.1-CPU-SSE4-x86_64-Release": [
|
||||
|
@ -176,11 +176,6 @@ def get_args(bot):
|
||||
if 'GalaxyS3' in bot: # skia:1699
|
||||
match.append('~WritePixels')
|
||||
|
||||
# skia:3249: these images flakily don't decode on Android.
|
||||
if 'Android' in bot:
|
||||
match.append('~tabl_mozilla_0')
|
||||
match.append('~desk_yahoonews_0')
|
||||
|
||||
if 'NexusPlayer' in bot:
|
||||
match.append('~ResourceCache')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user