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

Mark conformance/extensions/angle-instanced-arrays.html failing.

Mark this test failing on Linux/NVIDIA because it's too flaky to retry.

BUG=544989
TBR=zmo@chromium.org
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#361244}
parent eb1c4e09
...@@ -221,8 +221,8 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -221,8 +221,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# NVIDIA # NVIDIA
self.Fail('conformance/textures/misc/default-texture.html', self.Fail('conformance/textures/misc/default-texture.html',
['linux', ('nvidia', 0x104a)], bug=422152) ['linux', ('nvidia', 0x104a)], bug=422152)
self.Flaky('conformance/extensions/angle-instanced-arrays.html', self.Fail('conformance/extensions/angle-instanced-arrays.html',
['linux', 'nvidia'], bug=544989) ['linux', 'nvidia'], bug=544989) # Too flaky to retry
self.Flaky('conformance/extensions/oes-element-index-uint.html', self.Flaky('conformance/extensions/oes-element-index-uint.html',
['linux', 'nvidia'], bug=524144) ['linux', 'nvidia'], bug=524144)
# AMD Radeon 5450 # AMD Radeon 5450
......
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