Commit a0be0a9d authored by ihf@chromium.org's avatar ihf@chromium.org

Add ChromeOS expectations to gpu webgl conformance.

This will make the test pass for now on the bots and prevent further
regressions from the current state.

BUG=chromium:373094, chromium:375554, chromium:375556, chrome-os-partner:29017, chrome-os-partner:28982
TEST=Ran locally on link, alex, nyan_big.
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272384 0039d316-1c4b-4281-b951-d872f2087c98
parent 3ecb2b58
...@@ -138,3 +138,120 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations): ...@@ -138,3 +138,120 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
self.Fail('conformance/textures/texture-npot-video.html', self.Fail('conformance/textures/texture-npot-video.html',
['android'], bug=334204) ['android'], bug=334204)
# ChromeOS: all Intel except for pinetrail (stumpy, parrot, peppy,...)
# We will just include pinetrail here for now as we don't want to list
# every single Intel device ID.
self.Fail('conformance/extensions/webgl-depth-texture.html',
['chromeos', 'intel'], bug=375556)
self.Fail('conformance/glsl/misc/empty_main.vert.html',
['chromeos', 'intel'], bug=375556)
self.Fail('conformance/glsl/misc/gl_position_unset.vert.html',
['chromeos', 'intel'], bug=375556)
self.Fail('conformance/glsl/misc/shaders-with-varyings.html',
['chromeos', 'intel'], bug=375556)
self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html',
['chromeos', 'intel'], bug=375556)
# ChromeOS: pinetrail (alex, mario, zgb).
self.Fail('conformance/attribs/gl-vertex-attrib-render.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/glsl/functions/glsl-function-atan-xy.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/glsl/functions/glsl-function-cos.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/glsl/functions/glsl-function-sin.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/glsl/misc/empty_main.vert.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/glsl/misc/gl_position_unset.vert.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/glsl/misc/shaders-with-varyings.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/glsl/variables/gl-frontfacing.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/limits/gl-max-texture-dimensions.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/ogles/GL/acos/acos_001_to_006.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/ogles/GL/asin/asin_001_to_006.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/ogles/GL/atan/atan_001_to_008.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/ogles/GL/control_flow/control_flow_001_to_008.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/ogles/GL/discard/discard_001_to_002.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/ogles/GL/functions/functions_001_to_008.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/ogles/GL/functions/functions_065_to_072.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/ogles/GL/functions/functions_081_to_088.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/ogles/GL/functions/functions_097_to_104.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/ogles/GL/functions/functions_105_to_112.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/ogles/GL/functions/functions_113_to_120.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/ogles/GL/functions/functions_121_to_126.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail(
'conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/ogles/GL/log/log_001_to_008.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/ogles/GL/log2/log2_001_to_008.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/ogles/GL/normalize/normalize_001_to_006.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/ogles/GL/sin/sin_001_to_006.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/rendering/point-size.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/rendering/polygon-offset.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/textures/texture-mips.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/textures/texture-npot.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/textures/texture-npot-video.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/textures/texture-size.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/textures/texture-size-limit.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Fail('conformance/uniforms/gl-uniform-arrays.html',
['chromeos', ('intel', 0xa011)], bug=375554)
self.Skip('conformance/uniforms/uniform-default-values.html',
['chromeos', ('intel', 0xa011)], bug=375554)
# ChromeOS ARM Mali (peach_pit).
# The bug refers to the partner tracker crbug.com/p/29017.
# TODO(ihf): Restrict fail to ('arm', 'mali') once this GPU is detected.
self.Fail('conformance/canvas/to-data-url-test.html',
['chromeos'], bug=29017)
self.Fail('conformance/state/state-uneffected-after-compositing.html',
['chromeos'], bug=29017)
# ChromeOS ARM Tegra.
# The bug refers to the partner tracker crbug.com/p/28982.
# TODO(ihf): Restrict fail to ('nvidia', '...') once this GPU is detected.
self.Fail('conformance/extensions/oes-texture-float-with-video.html',
['chromeos'], bug=28982)
self.Fail('conformance/extensions/oes-texture-half-float-with-video.html',
['chromeos'], bug=28982)
self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video.html',
['chromeos'], bug=28982)
self.Fail(
'conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html',
['chromeos'], bug=28982)
self.Fail(
'conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html',
['chromeos'], bug=28982)
self.Fail(
'conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html',
['chromeos'], bug=28982)
self.Fail('conformance/textures/texture-npot-video.html',
['chromeos'], bug=28982)
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