Commit 886e0902 authored by Justin Novosad's avatar Justin Novosad Committed by Commit Bot

Enable pixel tests for low latency canvas

BUG=788439
TBR=zmo@chromium.org

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: Ib758904323adb6039d21f916d4aed9fdc631278e
Reviewed-on: https://chromium-review.googlesource.com/1144275
Commit-Queue: Justin Novosad <junov@chromium.org>
Reviewed-by: default avatarJustin Novosad <junov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576759}
parent 92c921c4
......@@ -63,12 +63,6 @@ class PixelExpectations(GpuTestExpectations):
self.Fail('Pixel_OffscreenCanvasUnaccelerated2DGPUCompositingWorker',
['mac', 'linux', 'win', 'android', 'chromeos'], bug=788439)
# TODO(junov); validate new test results
self.Fail('Pixel_CanvasLowLatency2D',
['mac', 'linux', 'win', 'android', 'chromeos'], bug=788439)
self.Fail('Pixel_CanvasUnacceleratedLowLatency2D',
['mac', 'linux', 'win', 'android', 'chromeos'], bug=788439)
# Flaky for unknown reasons only on macOS. Not planning to investigate
# further.
self.Flaky('Pixel_ScissorTestWithPreserveDrawingBuffer', ['mac'],
......
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