Blacklist hanging test on vulkan pixel3 perf bot.

Bug: skia:9972
Change-Id: Id882d72862cb2edabed03ef867358a6ce0c41342
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/273761
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
This commit is contained in:
Greg Daniel 2020-02-27 10:41:37 -05:00 committed by Skia Commit-Bot
parent dffe2ab3e0
commit 93afe641d0
2 changed files with 1146 additions and 0 deletions

View File

@ -227,6 +227,9 @@ def nanobench_flags(api, bot):
# skia:9413
match.append('~^path_text$')
match.append('~^path_text_clipped_uncached$')
if 'Perf-Android-Clang-Pixel3-GPU-Adreno630-arm64-Release-All-Android_Vulkan' in bot:
# skia:9972
match.append('~^path_text_clipped_uncached$')
# We do not need or want to benchmark the decodes of incomplete images.
# In fact, in nanobench we assert that the full image decode succeeds.
@ -354,6 +357,7 @@ TEST_BUILDERS = [
'Android_NoGPUThreads'),
'Perf-Android-Clang-NVIDIA_Shield-GPU-TegraX1-arm64-Release-All-Android',
'Perf-Android-Clang-P30-GPU-MaliG76-arm64-Release-All-Android_Vulkan',
'Perf-Android-Clang-Pixel3-GPU-Adreno630-arm64-Release-All-Android_Vulkan',
'Perf-Android-Clang-Pixel3a-GPU-Adreno615-arm64-Release-All-Android',
'Perf-ChromeOS-Clang-ASUSChromebookFlipC100-GPU-MaliT764-arm-Release-All',
'Perf-ChromeOS-Clang-AcerChromebook13_CB5_311-GPU-TegraK1-arm-Release-All',