Commit 2c42a3e7 authored by Yuly Novikov's avatar Yuly Novikov Committed by Commit Bot

Update pixel test expectations

Pixel_OffscreenCanvas2DResizeOnWorker flaky also on Linux
Correct bug number for Pixel_WorkerRAF_OOPD expectation

TBR=kbr@chromium.org

Bug: 833902, 840394
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: Ie2d90eedc8b16baec2890f09dd8ef96c40293ada
Reviewed-on: https://chromium-review.googlesource.com/1062194
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
Reviewed-by: default avatarFernando Serboncini <fserb@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarYuly Novikov <ynovikov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#559285}
parent e7e11b59
...@@ -95,8 +95,9 @@ class PixelExpectations(GpuTestExpectations): ...@@ -95,8 +95,9 @@ class PixelExpectations(GpuTestExpectations):
['linux', 'mac', 'win'], bug=744658) ['linux', 'mac', 'win'], bug=744658)
# TODO(fserb): temporarily suppress this test. # TODO(fserb): temporarily suppress this test.
self.Flaky('Pixel_OffscreenCanvas2DResizeOnWorker', ['mac'], bug=840394) self.Flaky('Pixel_OffscreenCanvas2DResizeOnWorker',
self.Flaky('Pixel_WorkerRAF_OOPD', ['android', 'nvidia'], bug=840394) ['linux', 'mac'], bug=840394)
self.Fail('Pixel_WorkerRAF_OOPD', ['android', 'nvidia'], bug=833902)
# TODO(kbr): temporary suppression for new test. # TODO(kbr): temporary suppression for new test.
self.Flaky('Pixel_WebGLSadCanvas', ['mac'], bug=575305) self.Flaky('Pixel_WebGLSadCanvas', ['mac'], bug=575305)
......
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