Add bug number to comment.

No-Try: true
Change-Id: I9fe2b133264eb74b066364d5a490aae2de232bd3
Reviewed-on: https://skia-review.googlesource.com/73820
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
This commit is contained in:
Ben Wagner 2017-11-20 13:46:20 -05:00 committed by Skia Commit-Bot
parent eadb9f9a55
commit 32eb5ba7af
2 changed files with 2 additions and 1 deletions

View File

@ -187,6 +187,7 @@ def nanobench_flags(api, bot):
# TODO(dogben): Track down what's causing bots to die.
verbose = True
if 'IntelHD405' in bot and api.vars.is_linux and 'Vulkan' in bot:
# skia:7322
match.append('~desk_tiger8svg.skp_1')
match.append('~keymobi_techcrunch_com.skp_1.1')
match.append('~tabl_gamedeksiam.skp_1.1')

View File

@ -595,7 +595,7 @@ def dm_flags(api, bot):
match.extend(['~VkHeapTests']) # skia:6245
if 'Vulkan' in bot and api.vars.is_linux and 'IntelHD405' in bot:
# TODO(benjaminwagner) skia:
# skia:7322
blacklist(['vk', 'gm', '_', 'skbug_257'])
match.append('~^ClearOp$')
match.append('~^InitialTextureClear$')