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

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

Issue 338093009: Update ChromeOS webgl conformance expectations. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 6 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 277419)
+++ content/test/gpu/gpu_tests/webgl_conformance_expectations.py (working copy)
@@ -138,11 +138,13 @@
self.Fail('conformance/textures/texture-npot-video.html',
['android'], bug=334204)
+ # ChromeOS: affecting all devices.
+ self.Fail('conformance/extensions/webgl-depth-texture.html',
+ ['chromeos'], bug=382651)
+
# 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',
@@ -151,6 +153,8 @@
['chromeos', 'intel'], bug=375556)
self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html',
['chromeos', 'intel'], bug=375556)
+ self.Fail('conformance/textures/texture-size-limit.html',
+ ['chromeos', 'intel'], bug=385361)
# ChromeOS: pinetrail (alex, mario, zgb).
self.Fail('conformance/attribs/gl-vertex-attrib-render.html',
@@ -228,32 +232,3 @@
['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