Commit 116f4fbd authored by oetuaho@nvidia.com's avatar oetuaho@nvidia.com

Roll WebGL conformance tests to 2cd3af21

BUG=398337

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288055 0039d316-1c4b-4281-b951-d872f2087c98
parent 46ca5510
...@@ -205,7 +205,7 @@ deps = { ...@@ -205,7 +205,7 @@ deps = {
"src/third_party/webgl/src": "src/third_party/webgl/src":
Var("chromium_git") + Var("chromium_git") +
"/external/khronosgroup/webgl.git@7c8cb656a753b6237e50c546c31ad826373abf04", "/external/khronosgroup/webgl.git@2cd3af21647cb0ff368106d88188046675baf52d",
"src/third_party/swig/Lib": "src/third_party/swig/Lib":
"/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
......
...@@ -25,7 +25,7 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations): ...@@ -25,7 +25,7 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123) # ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
# Fails on all platforms # Fails on all platforms
self.Fail('conformance/glsl/misc/shaders-with-mis-matching-uniforms.html', self.Fail('conformance/glsl/misc/shaders-with-uniform-structs.html',
bug=351396) bug=351396)
# Flaky on Win # Flaky on Win
...@@ -35,6 +35,8 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations): ...@@ -35,6 +35,8 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
# Win failures # Win failures
self.Fail('conformance/glsl/misc/struct-equals.html', self.Fail('conformance/glsl/misc/struct-equals.html',
['win'], bug=391957) ['win'], bug=391957)
self.Fail('conformance/rendering/negative-one-index.html',
['win'], bug=396058)
# Win7 / Intel failures # Win7 / Intel failures
self.Fail('conformance/rendering/gl-scissor-test.html', self.Fail('conformance/rendering/gl-scissor-test.html',
...@@ -64,7 +66,8 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations): ...@@ -64,7 +66,8 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
self.Skip('conformance/ogles/GL/control_flow/control_flow_009_to_010.html', self.Skip('conformance/ogles/GL/control_flow/control_flow_009_to_010.html',
['mac', ('intel', 0x116)], bug=322795) ['mac', ('intel', 0x116)], bug=322795)
# Radar 13499677 # Radar 13499677
self.Fail('conformance/glsl/functions/glsl-function-smoothstep-gentype.html', self.Fail('conformance/glsl/functions/' +
'glsl-function-smoothstep-gentype.html',
['mac', ('intel', 0x116)], bug=225642) ['mac', ('intel', 0x116)], bug=225642)
self.Fail('conformance/extensions/webgl-draw-buffers.html', self.Fail('conformance/extensions/webgl-draw-buffers.html',
['mac', ('intel', 0x116)], bug=369349) ['mac', ('intel', 0x116)], bug=369349)
...@@ -82,7 +85,8 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations): ...@@ -82,7 +85,8 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
# Mac 10.8 / ATI failures # Mac 10.8 / ATI failures
self.Fail( self.Fail(
'conformance/rendering/point-with-gl-pointcoord-in-fragment-shader.html', 'conformance/rendering/' +
'point-with-gl-pointcoord-in-fragment-shader.html',
['mountainlion', 'amd']) ['mountainlion', 'amd'])
# Mac 10.7 / Intel failures # Mac 10.7 / Intel failures
...@@ -141,6 +145,11 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations): ...@@ -141,6 +145,11 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
['linux', 'nvidia'], bug=391960) ['linux', 'nvidia'], bug=391960)
self.Fail('conformance/glsl/constructors/glsl-construct-vec4.html', self.Fail('conformance/glsl/constructors/glsl-construct-vec4.html',
['linux', 'nvidia'], bug=391960) ['linux', 'nvidia'], bug=391960)
self.Fail(
'conformance/glsl/constructors/' +
'glsl-construct-vec-mat-corner-cases.html',
['linux', 'nvidia'], bug=391960)
# Android failures # Android failures
# The following test is very slow and therefore times out on Android bot. # The following test is very slow and therefore times out on Android bot.
...@@ -156,11 +165,14 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations): ...@@ -156,11 +165,14 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
# The following tests are disabled due to security issues. # The following tests are disabled due to security issues.
self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video.html', self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video.html',
['android'], bug=334204) ['android'], bug=334204)
self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html', self.Fail('conformance/textures/' +
'tex-image-and-sub-image-2d-with-video-rgb565.html',
['android'], bug=334204) ['android'], bug=334204)
self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html', self.Fail('conformance/textures/' +
'tex-image-and-sub-image-2d-with-video-rgba4444.html',
['android'], bug=334204) ['android'], bug=334204)
self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html', self.Fail('conformance/textures/' +
'tex-image-and-sub-image-2d-with-video-rgba5551.html',
['android'], bug=334204) ['android'], bug=334204)
self.Fail('conformance/textures/texture-npot-video.html', self.Fail('conformance/textures/texture-npot-video.html',
['android'], bug=334204) ['android'], bug=334204)
......
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