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",
"--match",
"~PinnedImageTest",
"~BlurMaskBiggerThanDest",
"--nonativeFonts",
"--verbose"
],

View File

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

View File

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

View File

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

View File

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