Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: content/test/gpu/gpu_tests/webgl_conformance_expectations.py

Issue 296773003: Add ChromeOS expectations to gpu webgl conformance. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/webgl_conformance_expectations.py
===================================================================
--- content/test/gpu/gpu_tests/webgl_conformance_expectations.py (revision 271393)
+++ content/test/gpu/gpu_tests/webgl_conformance_expectations.py (working copy)
@@ -136,3 +136,120 @@
self.Fail('conformance/textures/texture-npot-video.html',
['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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698