Commit 2e7d028c authored by ynovikov's avatar ynovikov Committed by Commit bot

Update webgl_conformance_gl_tests expectations for old AMD.

BUG=chromium:649824
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/2362403003
Cr-Commit-Position: refs/heads/master@{#420772}
parent d343f801
...@@ -173,6 +173,14 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -173,6 +173,14 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Flaky('conformance/*', ['win', 'nvidia', 'opengl'], bug=582083) self.Flaky('conformance/*', ['win', 'nvidia', 'opengl'], bug=582083)
# Win / OpenGL / AMD failures # Win / OpenGL / AMD failures
self.Fail('conformance/attribs/gl-bindAttribLocation-aliasing.html',
['win', ('amd', 0x6779), 'opengl'], bug=649824)
self.Flaky('conformance/attribs/gl-bindAttribLocation-matrix.html',
['win', ('amd', 0x6779), 'opengl'], bug=649824)
self.Flaky('conformance/attribs/gl-bindAttribLocation-repeated.html',
['win', ('amd', 0x6779), 'opengl'], bug=649824)
self.Fail('conformance/extensions/webgl-draw-buffers.html',
['win', ('amd', 0x6779), 'opengl'], bug=649824)
self.Skip('conformance/glsl/misc/shader-struct-scope.html', self.Skip('conformance/glsl/misc/shader-struct-scope.html',
['win', 'amd', 'opengl'], bug=1007) # angle bug ID ['win', 'amd', 'opengl'], bug=1007) # angle bug ID
self.Skip('conformance/glsl/misc/shaders-with-invariance.html', self.Skip('conformance/glsl/misc/shaders-with-invariance.html',
......
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