Commit fa1a2a2a authored by kbr's avatar kbr Committed by Commit bot

Mark oes-texture-half-float-with-video.html failing on Mac with NVIDIA GPU.

Unfortunately the flaky suppression isn't working in this situation.
Filed Issue 530373 about that.

BUG=524717
TBR=bajones@chromium.org,zmo@chromium.org

Review URL: https://codereview.chromium.org/1336793002

Cr-Commit-Position: refs/heads/master@{#348743}
parent d886f598
...@@ -154,8 +154,8 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -154,8 +154,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail( self.Fail(
'conformance/glsl/bugs/array-of-struct-with-int-first-position.html', 'conformance/glsl/bugs/array-of-struct-with-int-first-position.html',
['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=368912) ['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=368912)
self.Flaky('conformance/extensions/oes-texture-half-float-with-video.html', self.Fail('conformance/extensions/oes-texture-half-float-with-video.html',
['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=524717) ['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=524717)
# Mac / AMD Failures # Mac / AMD Failures
self.Fail('deqp/data/gles2/shaders/conversions.html', self.Fail('deqp/data/gles2/shaders/conversions.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