Commit 25ad5ad5 authored by zmo's avatar zmo Committed by Commit bot

conformance2/textures/image_data/'tex-3d-rgb565-rgb-unsigned_short_5_6_5.html...

conformance2/textures/image_data/'tex-3d-rgb565-rgb-unsigned_short_5_6_5.html fails on Linux AMD R7 240

BUG=725556
TEST=WebGL2 Conformance / Linux AMD R7 240 bot turns green
TBR=kbr@chromium.org
NOTRY=true
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2900103002
Cr-Commit-Position: refs/heads/master@{#473973}
parent aa5a95a8
......@@ -1089,7 +1089,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/webgl_canvas/' +
'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html',
['linux', ('amd', 0x6613)], bug=710392)
self.Fail('conformance2/textures/image_bitmap_from_video/' +
'tex-2d-rgba16f-rgba-float.html',
['linux', ('amd', 0x6613)], bug=701138)
......@@ -1105,6 +1104,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/image_bitmap_from_video/' +
'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html',
['linux', ('amd', 0x6613)], bug=701138)
self.Fail('conformance2/textures/image_data/' +
'tex-3d-rgb565-rgb-unsigned_short_5_6_5.html',
['linux', ('amd', 0x6613)], bug=725556)
# Conflicting expectations to test that the
# "Expectations have no collisions" unittest works.
......
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