Omit path_text_clipped_uncached for RadeonHD7770.
I should have done this in https://skia-review.googlesource.com/c/skia/+/109460 Bug: skia:7677 Change-Id: I2597cbcdfefd9ebad6c1762266e49e72a8e910c3 No-Try: true Reviewed-on: https://skia-review.googlesource.com/111581 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
This commit is contained in:
parent
f3b1162d55
commit
a7f320507d
@ -171,7 +171,8 @@ def nanobench_flags(api, bot):
|
||||
match.append('~desk_skbug6850overlay2')
|
||||
match.append('~desk_googlespreadsheet')
|
||||
match.append('~desk_carsvg')
|
||||
if 'Vulkan' in bot and 'RadeonR9M470X' in bot and 'Win' in bot:
|
||||
if ('Vulkan' in bot and ('RadeonR9M470X' in bot or 'RadeonHD7770' in bot) and
|
||||
'Win' in bot):
|
||||
# skia:7677
|
||||
match.append('~path_text_clipped_uncached')
|
||||
if ('Intel' in bot and api.vars.is_linux and not 'Vulkan' in bot):
|
||||
|
Loading…
Reference in New Issue
Block a user