Commit 8b47742e authored by zmo's avatar zmo Committed by Commit bot

Update WebGL conformance test expectations on Linux Intel.

BUG=680675,680684
TEST=Linux Intel HD 530 bots on GPU FYI waterfall
TBR=kbr@chromium.org
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/2629653003
Cr-Commit-Position: refs/heads/master@{#443385}
parent 09699f44
......@@ -378,6 +378,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['linux'], bug=627525)
self.Fail('conformance/extensions/webgl-compressed-texture-etc.html',
bug=679678)
self.Fail('conformance/extensions/webgl-compressed-texture-astc.html',
['linux', 'intel'], bug=680675)
# NVIDIA
self.Flaky('conformance/extensions/oes-element-index-uint.html',
......@@ -426,7 +428,7 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html',
['linux', 'intel'], bug=540543) # GPU timeout
self.Skip('conformance/uniforms/gl-uniform-arrays.html',
['linux', 'debug', ('intel', 0x412)], bug=604140)
['linux', 'debug', 'intel'], bug=603906)
# Fixed on Mesa 12.0
self.Fail('conformance/rendering/clipping-wide-points.html',
['linux', 'intel'], bug=642822)
......
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