Blacklist failing SkRemoteGlyph tests on Vulkan NexusPlayer.
Bug: skia:8166 Change-Id: I4b3553795f90e79520136354c7503d10daf68cc2 Reviewed-on: https://skia-review.googlesource.com/142813 Auto-Submit: Greg Daniel <egdaniel@google.com> Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Herb Derby <herb@google.com>
This commit is contained in:
parent
224fce39c7
commit
6f6de6524c
@ -760,7 +760,7 @@
|
||||
"--json-output",
|
||||
"/path/to/tmp/json",
|
||||
"copy",
|
||||
"set -x; /data/local/tmp/dm --resourcePath /sdcard/revenge_of_the_skiabot/resources --skps /sdcard/revenge_of_the_skiabot/skps --images /sdcard/revenge_of_the_skiabot/images/dm --colorImages /sdcard/revenge_of_the_skiabot/images/colorspace --nameByHash --properties gitHash abc123 builder Test-Android-Clang-NexusPlayer-GPU-PowerVR-x86-Release-All-Android_Vulkan buildbucket_build_id 123454321 swarming_bot_id skia-bot-123 swarming_task_id 123456 --svgs /sdcard/revenge_of_the_skiabot/svgs --key arch x86 compiler Clang configuration Release cpu_or_gpu GPU cpu_or_gpu_value PowerVR extra_config Android_Vulkan model NexusPlayer os Android --uninterestingHashesFile /sdcard/revenge_of_the_skiabot/uninteresting_hashes.txt --writePath /sdcard/revenge_of_the_skiabot/dm_out --dont_write pdf --ignoreSigInt --nocpu --config vk --src tests gm image colorImage svg --blacklist _ svg _ svgparse_ _ test _ GrShape _ image _ interlaced1.png _ image _ interlaced2.png _ image _ interlaced3.png _ image _ .arw _ image _ .cr2 _ image _ .dng _ image _ .nef _ image _ .nrw _ image _ .orf _ image _ .raf _ image _ .rw2 _ image _ .pef _ image _ .srw _ image _ .ARW _ image _ .CR2 _ image _ .DNG _ image _ .NEF _ image _ .NRW _ image _ .ORF _ image _ .RAF _ image _ .RW2 _ image _ .PEF _ image _ .SRW --match ~^tilemodes$ ~tilemodes_npot$ ~scaled_tilemodes$ ~emboss ~^bitmapfilters$ ~^shadertext$ ~^FullScreenClearWithLayers$ ~^GrDefaultPathRendererTest$ ~^GrMSAAPathRendererTest$ ~^ClearOp$ ~^ComposedImageFilterBounds_Gpu$ ~^ImageEncode_Gpu$ ~^ImageFilterFailAffectsTransparentBlack_Gpu$ ~^ImageFilterZeroBlurSigma_Gpu$ ~^ImageNewShader_GPU$ ~^ImageReadPixels_Gpu$ ~^ImageScalePixels_Gpu$ ~^ReadWriteAlpha$ ~^SpecialImage_DeferredGpu$ ~^SpecialImage_Gpu$ ~^SurfaceSemaphores$ ~BlurMaskBiggerThanDest --noRAW_threading --nonativeFonts --verbose; echo $? >/data/local/tmp/rc",
|
||||
"set -x; /data/local/tmp/dm --resourcePath /sdcard/revenge_of_the_skiabot/resources --skps /sdcard/revenge_of_the_skiabot/skps --images /sdcard/revenge_of_the_skiabot/images/dm --colorImages /sdcard/revenge_of_the_skiabot/images/colorspace --nameByHash --properties gitHash abc123 builder Test-Android-Clang-NexusPlayer-GPU-PowerVR-x86-Release-All-Android_Vulkan buildbucket_build_id 123454321 swarming_bot_id skia-bot-123 swarming_task_id 123456 --svgs /sdcard/revenge_of_the_skiabot/svgs --key arch x86 compiler Clang configuration Release cpu_or_gpu GPU cpu_or_gpu_value PowerVR extra_config Android_Vulkan model NexusPlayer os Android --uninterestingHashesFile /sdcard/revenge_of_the_skiabot/uninteresting_hashes.txt --writePath /sdcard/revenge_of_the_skiabot/dm_out --dont_write pdf --ignoreSigInt --nocpu --config vk --src tests gm image colorImage svg --blacklist _ svg _ svgparse_ _ test _ GrShape _ image _ interlaced1.png _ image _ interlaced2.png _ image _ interlaced3.png _ image _ .arw _ image _ .cr2 _ image _ .dng _ image _ .nef _ image _ .nrw _ image _ .orf _ image _ .raf _ image _ .rw2 _ image _ .pef _ image _ .srw _ image _ .ARW _ image _ .CR2 _ image _ .DNG _ image _ .NEF _ image _ .NRW _ image _ .ORF _ image _ .RAF _ image _ .RW2 _ image _ .PEF _ image _ .SRW --match ~^tilemodes$ ~tilemodes_npot$ ~scaled_tilemodes$ ~emboss ~^bitmapfilters$ ~^shadertext$ ~^FullScreenClearWithLayers$ ~^GrDefaultPathRendererTest$ ~^GrMSAAPathRendererTest$ ~^ClearOp$ ~^ComposedImageFilterBounds_Gpu$ ~^ImageEncode_Gpu$ ~^ImageFilterFailAffectsTransparentBlack_Gpu$ ~^ImageFilterZeroBlurSigma_Gpu$ ~^ImageNewShader_GPU$ ~^ImageReadPixels_Gpu$ ~^ImageScalePixels_Gpu$ ~^ReadWriteAlpha$ ~^SpecialImage_DeferredGpu$ ~^SpecialImage_Gpu$ ~^SurfaceSemaphores$ ~BlurMaskBiggerThanDest ~SkRemoteGlyphCache_DrawTextXY ~SkRemoteGlyphCache_DrawTextAsPath ~SkRemoteGlyphCache_StrikeSerialization --noRAW_threading --nonativeFonts --verbose; echo $? >/data/local/tmp/rc",
|
||||
"[START_DIR]/tmp/dm.sh"
|
||||
],
|
||||
"env": {
|
||||
|
@ -682,6 +682,10 @@ def dm_flags(api, bot):
|
||||
'~^SurfaceSemaphores$'])
|
||||
# skia:7837
|
||||
match.append('~BlurMaskBiggerThanDest')
|
||||
# skia:8166
|
||||
match.extend(['~SkRemoteGlyphCache_DrawTextXY',
|
||||
'~SkRemoteGlyphCache_DrawTextAsPath',
|
||||
'~SkRemoteGlyphCache_StrikeSerialization'])
|
||||
|
||||
if 'Vulkan' in bot and 'GalaxyS7_G930FD' in bot:
|
||||
# skia:8064
|
||||
|
Loading…
Reference in New Issue
Block a user