Skip to content

Commit

Permalink
Suppress conformance/extensions/webgl-draw-buffers
Browse files Browse the repository at this point in the history
The failure is in new Linux Intel webgl conformance (opengl)

I think it's been exposed with the fix in
https://codereview.chromium.org/1883153003

BUG=586536
TEST=new linux intel bots
NOTRY=true
NOTREECHECKS=true
TBR=bajones@chromium.org,kbr@chromium.org
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel

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

Cr-Commit-Position: refs/heads/master@{#387814}
  • Loading branch information
zhenyao authored and Commit bot committed Apr 16, 2016
1 parent 88f44e0 commit a3a881e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/test/gpu/gpu_tests/webgl_conformance_expectations.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ def SetExpectations(self):
['linux', 'intel', 'opengl'], bug=598924)
self.Fail('conformance/uniforms/gl-uniform-arrays.html',
['linux', 'debug', ('intel', 0x412)], bug=604140)
self.Fail('conformance/extensions/webgl-draw-buffers.html',
['linux', ('intel', 0x412), 'opengl'], bug=586536)

# Android failures
self.Fail('deqp/data/gles2/shaders/constants.html',
Expand Down

0 comments on commit a3a881e

Please sign in to comment.