Commit 583026b8 authored by Geoff Lang's avatar Geoff Lang Committed by Commit Bot

Supress WebGL failures for new Linux Intel HD 630 bot.

TBR=kbr@chromium.org
NOTRY=true

BUG=745888

Change-Id: I74fc63416e07782daa5915fafcdd51fc4d40cb67
Reviewed-on: https://chromium-review.googlesource.com/576081Reviewed-by: default avatarGeoff Lang <geofflang@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Geoff Lang <geofflang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#487538}
parent 873eaf8e
...@@ -761,6 +761,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -761,6 +761,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
'vector-dynamic-indexing-swizzled-lvalue.html', 'vector-dynamic-indexing-swizzled-lvalue.html',
['linux', 'intel'], bug=709874) ['linux', 'intel'], bug=709874)
# Linux Intel HD 630
self.Fail('conformance/textures/misc/texture-size-limit.html',
['linux', ('intel', 0x5912)], bug=745888)
# Linux AMD only. # Linux AMD only.
# It looks like AMD shader compiler rejects many valid ES3 semantics. # It looks like AMD shader compiler rejects many valid ES3 semantics.
self.Fail('conformance/glsl/misc/shaders-with-invariance.html', self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
......
...@@ -444,6 +444,10 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -444,6 +444,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('WebglExtension_EXT_disjoint_timer_query', self.Fail('WebglExtension_EXT_disjoint_timer_query',
['linux', 'intel'], bug=687210) ['linux', 'intel'], bug=687210)
# Linux Intel HD 630
self.Fail('conformance/textures/misc/texture-size-limit.html',
['linux', ('intel', 0x5912)], bug=745888)
#################### ####################
# Android failures # # Android failures #
#################### ####################
......
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