Commit 425af9d5 authored by zmo's avatar zmo Committed by Commit bot

Update WebGL2 conformance test expectations after a roll

BUG=680276,680278,680282
TEST=FYI waterfall bots
TBR=kbr@chromium.org,yunchao.he@intel.com
NOTRY=true
CQ_INCLUDE_TRYBOTS=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;master.tryserver.chromium.android:android_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2626903006
Cr-Commit-Position: refs/heads/master@{#443046}
parent 6d25e920
...@@ -629,6 +629,11 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -629,6 +629,11 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/image_bitmap_from_canvas/' + self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html', 'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html',
['linux', 'nvidia'], bug=679677) ['linux', 'nvidia'], bug=679677)
self.Fail('conformance2/renderbuffers/framebuffer-test.html',
['linux', 'nvidia', 'opengl'], bug=680278)
self.Fail('conformance2/textures/image/' +
'tex-3d-rg8ui-rg_integer-unsigned_byte.html',
['linux', ('nvidia', 0xf02)], bug=680282)
# Linux Intel # Linux Intel
self.Fail('conformance2/extensions/ext-color-buffer-float.html', self.Fail('conformance2/extensions/ext-color-buffer-float.html',
...@@ -657,6 +662,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -657,6 +662,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Linux Intel with ANGLE only # Linux Intel with ANGLE only
self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html',
['linux', 'intel', 'opengl'], bug=598902) ['linux', 'intel', 'opengl'], bug=598902)
self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html',
['linux', 'intel', 'opengl'], bug=680276)
self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html',
['linux', 'intel', 'opengl'], bug=680276)
# Linux AMD only. # Linux AMD only.
# It looks like AMD shader compiler rejects many valid ES3 semantics. # It looks like AMD shader compiler rejects many valid ES3 semantics.
......
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