Commit 408e3ae7 authored by xlai's avatar xlai Committed by Commit Bot

Enable Pixel_OffscreenCanvasTransfer*StyleResize

Would like to see if the tests are no longer flaky after
https://chromium-review.googlesource.com/1010466.

TBR=kbr@chromium.org

Bug: 735228,735171
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: Ic2bdeb13f52f4fff4f94cc7f7ee46f503c7646f3
Reviewed-on: https://chromium-review.googlesource.com/1012985
Commit-Queue: Olivia Lai <xlai@chromium.org>
Reviewed-by: default avatarJustin Novosad <junov@chromium.org>
Reviewed-by: default avatarKai Ninomiya <kainino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#551140}
parent 4c4a55dc
...@@ -71,10 +71,6 @@ class PixelExpectations(GpuTestExpectations): ...@@ -71,10 +71,6 @@ class PixelExpectations(GpuTestExpectations):
self.Flaky('Pixel_OffscreenCanvas2DResizeOnWorker', self.Flaky('Pixel_OffscreenCanvas2DResizeOnWorker',
['win10', ('intel', 0x1912)], bug=690663) ['win10', ('intel', 0x1912)], bug=690663)
self.Flaky('Pixel_OffscreenCanvasTransferBeforeStyleResize',
['mac', 'linux', 'win', 'android'], bug=735228)
self.Flaky('Pixel_OffscreenCanvasTransferAfterStyleResize',
['mac', 'linux', 'win', 'android'], bug=735171)
self.Flaky('Pixel_OffscreenCanvasTransferToImageBitmap', self.Flaky('Pixel_OffscreenCanvasTransferToImageBitmap',
['linux', 'win', 'android'], bug=807742) ['linux', 'win', 'android'], bug=807742)
......
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