Blacklist GLVertexAttributesBench and GLVec4ScalarBench for GalaxyS4 due to skia:4373
BUG=skia:4373 Review URL: https://codereview.chromium.org/1365683003
This commit is contained in:
parent
60c73d5180
commit
3420d2796b
@ -49,7 +49,9 @@
|
||||
"~blurroundrect",
|
||||
"~patch_grid",
|
||||
"~desk_carsvg",
|
||||
"~GLInstancedArraysBench"
|
||||
"~GLInstancedArraysBench",
|
||||
"~GLVertexAttributesBench",
|
||||
"~GLVec4ScalarBench"
|
||||
],
|
||||
"Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [
|
||||
"--scales",
|
||||
|
@ -69,6 +69,8 @@ def get_args(bot):
|
||||
match.append('~desk_unicodetable')
|
||||
if 'GalaxyS4' in bot:
|
||||
match.append('~GLInstancedArraysBench') # skia:4371
|
||||
# skia:4373
|
||||
match.extend(['~GLVertexAttributesBench', '~GLVec4ScalarBench'])
|
||||
|
||||
if 'iOS' in bot:
|
||||
match.append('~blurroundrect')
|
||||
|
Loading…
Reference in New Issue
Block a user