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:
parent
7230861301
commit
a96a101071
@ -413,6 +413,7 @@
|
||||
".SRW",
|
||||
"--match",
|
||||
"~PinnedImageTest",
|
||||
"~BlurMaskBiggerThanDest",
|
||||
"--nonativeFonts",
|
||||
"--verbose"
|
||||
],
|
||||
|
@ -481,6 +481,8 @@
|
||||
"gm",
|
||||
"_",
|
||||
"discard",
|
||||
"--match",
|
||||
"~BlurMaskBiggerThanDest",
|
||||
"--nonativeFonts",
|
||||
"--verbose"
|
||||
],
|
||||
|
@ -413,6 +413,8 @@
|
||||
"gm",
|
||||
"_",
|
||||
"lighting",
|
||||
"--match",
|
||||
"~BlurMaskBiggerThanDest",
|
||||
"--nonativeFonts",
|
||||
"--verbose"
|
||||
],
|
||||
|
@ -414,6 +414,8 @@
|
||||
"image",
|
||||
"_",
|
||||
".SRW",
|
||||
"--match",
|
||||
"~BlurMaskBiggerThanDest",
|
||||
"--nonativeFonts",
|
||||
"--verbose"
|
||||
],
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user