Commit 70179d64 authored by Xianzhu Wang's avatar Xianzhu Wang Committed by Commit Bot

Remove temporary failure expectations for Pixel_OffscreenCanvasTransferToImageBitmap etc.

Bug: 627683
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: Ib5e777a993b64f2efaf1b4f0952e506f8e3010a0
TBR: kbr@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/1289389Reviewed-by: default avatarXianzhu Wang <wangxianzhu@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#600895}
parent 01936128
...@@ -131,11 +131,6 @@ class PixelExpectations(GpuTestExpectations): ...@@ -131,11 +131,6 @@ class PixelExpectations(GpuTestExpectations):
self.Fail('Pixel_OffscreenCanvasWebGLPaintAfterResize', self.Fail('Pixel_OffscreenCanvasWebGLPaintAfterResize',
['android', 'nvidia'], bug=868596) ['android', 'nvidia'], bug=868596)
# TODO(wangxianzhu): temporarily suppress these two tests until new
# reference images are generated.
self.Fail('Pixel_OffscreenCanvasTransferToImageBitmap', bug=627683)
self.Fail('Pixel_OffscreenCanvasTransferToImageBitmapWorker', bug=627683)
# Fails on Nexus 5, 6 and 6P # Fails on Nexus 5, 6 and 6P
self.Fail('Pixel_BackgroundImage', self.Fail('Pixel_BackgroundImage',
['android', ('qualcomm', 'Adreno (TM) 330')], bug=883500) ['android', ('qualcomm', 'Adreno (TM) 330')], bug=883500)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment