Disable BlurMaskBiggerThanDest unit test on ANGLE

Bug: skia:7835
Change-Id: Iec9469799121f435670c5a3841707fe6199066c5
Reviewed-on: https://skia-review.googlesource.com/122954
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
This commit is contained in:
Robert Phillips 2018-04-23 10:46:09 -04:00 committed by Skia Commit-Bot
parent 7230861301
commit a96a101071
5 changed files with 11 additions and 0 deletions

View File

@ -413,6 +413,7 @@
".SRW", ".SRW",
"--match", "--match",
"~PinnedImageTest", "~PinnedImageTest",
"~BlurMaskBiggerThanDest",
"--nonativeFonts", "--nonativeFonts",
"--verbose" "--verbose"
], ],

View File

@ -481,6 +481,8 @@
"gm", "gm",
"_", "_",
"discard", "discard",
"--match",
"~BlurMaskBiggerThanDest",
"--nonativeFonts", "--nonativeFonts",
"--verbose" "--verbose"
], ],

View File

@ -413,6 +413,8 @@
"gm", "gm",
"_", "_",
"lighting", "lighting",
"--match",
"~BlurMaskBiggerThanDest",
"--nonativeFonts", "--nonativeFonts",
"--verbose" "--verbose"
], ],

View File

@ -414,6 +414,8 @@
"image", "image",
"_", "_",
".SRW", ".SRW",
"--match",
"~BlurMaskBiggerThanDest",
"--nonativeFonts", "--nonativeFonts",
"--verbose" "--verbose"
], ],

View File

@ -710,6 +710,10 @@ def dm_flags(api, bot):
# skia:7096 # skia:7096
match.append('~PinnedImageTest') match.append('~PinnedImageTest')
if 'ANGLE' in bot:
# skia:7835
match.append('~BlurMaskBiggerThanDest')
if 'IntelIris540' in bot and 'ANGLE' in bot: if 'IntelIris540' in bot and 'ANGLE' in bot:
for config in ['angle_d3d9_es2', 'angle_d3d11_es2', 'angle_gl_es2']: for config in ['angle_d3d9_es2', 'angle_d3d11_es2', 'angle_gl_es2']:
# skia:6103 # skia:6103