Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / test / gpu / gpu_tests / webgl_conformance_expectations.py
index 112174d..ceb5606 100644 (file)
@@ -27,6 +27,14 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
     # Fails on all platforms
     self.Fail('conformance/glsl/misc/shaders-with-mis-matching-uniforms.html',
         bug=351396)
+    self.Fail('conformance/glsl/misc/boolean_precision.html',
+        bug=368874)
+    self.Fail('conformance/glsl/bugs/nested-structs-with-same-name.html',
+        bug=368910)
+
+    # Flaky on Win
+    self.Fail('conformance/extensions/webgl-draw-buffers.html',
+        ['win'], bug=369349)
 
     # Win7 / Intel failures
     self.Fail('conformance/rendering/gl-scissor-test.html',
@@ -50,6 +58,8 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
     # Radar 13499677
     self.Fail('conformance/glsl/functions/glsl-function-smoothstep-gentype.html',
         ['mac', ('intel', 0x116)], bug=225642)
+    self.Fail('conformance/extensions/webgl-draw-buffers.html',
+        ['mac', ('intel', 0x116)], bug=369349)
 
     # Mac 10.8 / Intel HD 3000 failures
     self.Fail('conformance/rendering/gl-scissor-test.html',
@@ -57,6 +67,16 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
     self.Fail('conformance/ogles/GL/operators/operators_009_to_016.html',
         ['mountainlion', ('intel', 0x116)], bug=322795)
 
+    # Mac Retina failures
+    self.Fail(
+        'conformance/glsl/bugs/array-of-struct-with-int-first-position.html',
+        ['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=368912)
+
+    # Mac 10.8 / ATI failures
+    self.Fail(
+        'conformance/rendering/point-with-gl-pointcoord-in-fragment-shader.html',
+        ['mountainlion', 'amd'])
+
     # Mac 10.7 / Intel failures
     self.Skip('conformance/glsl/functions/glsl-function-asin.html',
         ['lion', 'intel'])
@@ -93,8 +113,22 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
     # The following test is very slow and therefore times out on Android bot.
     self.Skip('conformance/rendering/multisample-corruption.html',
         ['android'])
+    # The following test times out on Android bot.
+    self.Fail('conformance/uniforms/gl-uniform-arrays.html',
+        ['android'], bug=369300)
     self.Fail('conformance/glsl/misc/empty_main.vert.html',
         ['android'], bug=315976)
     self.Fail('conformance/glsl/misc/gl_position_unset.vert.html',
         ['android'], bug=315976)
+    # The following tests are disabled due to security issues.
+    self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video.html',
+        ['android'], bug=334204)
+    self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html',
+        ['android'], bug=334204)
+    self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html',
+        ['android'], bug=334204)
+    self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html',
+        ['android'], bug=334204)
+    self.Fail('conformance/textures/texture-npot-video.html',
+        ['android'], bug=334204)