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

Mark tex-subimage3d-pixel-buffer-bug as an expected failure on Linux Intel.

BUG=662644
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
TBR=zmo@chromium.org

Review-Url: https://codereview.chromium.org/2550983002
Cr-Commit-Position: refs/heads/master@{#436206}
parent a8edeaa9
...@@ -564,6 +564,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -564,6 +564,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
['linux', 'intel'], bug=666384) ['linux', 'intel'], bug=666384)
self.Fail('conformance2/textures/misc/tex-subimage3d-pixel-buffer-bug.html',
['linux', 'intel'], bug=662644) # WebGL 2.0.1
self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html', self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html',
['linux', 'intel'], bug=666384) ['linux', 'intel'], bug=666384)
......
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