Commit 10253933 authored by cwallez's avatar cwallez Committed by Commit bot

WebGL CTS: suppress a failure after the move to core profile

BUG=chromium:694877
TBR=zmo@chromium.org
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/2717213003
Cr-Commit-Position: refs/heads/master@{#453314}
parent 881138db
...@@ -812,6 +812,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -812,6 +812,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/shadertexturefunction/' + self.Fail('deqp/functional/gles3/shadertexturefunction/' +
'texelfetchoffset.html', 'texelfetchoffset.html',
['linux', 'amd'], bug=483282) ['linux', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/vertexarrays/' +
'single_attribute.first.html',
['linux', 'amd'], bug=694877)
self.Fail('deqp/functional/gles3/negativetextureapi.html', self.Fail('deqp/functional/gles3/negativetextureapi.html',
['linux', 'amd'], bug=483282) ['linux', 'amd'], bug=483282)
......
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