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

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

Issue 2406313002: Revert of WebGL CTS: remove fixed Linux Intel ANGLE expectations (Closed)
Patch Set: Created 4 years, 2 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/webgl2_conformance_expectations.py
diff --git a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
index e762738b650e7fbf87ad1a441d5fd9bd17ef75ba..af0539e22292db7d7a50a21c9ec6505a2b764a7a 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -567,6 +567,48 @@
self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
['linux', 'intel'], bug=635528)
+ # Linux Intel with ANGLE only
+ self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
+ ['linux', 'intel', 'opengl'], bug=1492) # ANGLE bug id
+ self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html',
+ ['linux', 'intel', 'opengl'], bug=634525)
+
+ # The Intel Mesa driver only supports sRGB encoding in ES 3.x, see
+ # https://patchwork.freedesktop.org/patch/76903
+ # So these tests fail on core profile.
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html',
+ ['linux', 'intel', 'opengl'], bug=598902)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html',
+ ['linux', 'intel', 'opengl'], bug=598902)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html',
+ ['linux', 'intel', 'opengl'], bug=598902)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html',
+ ['linux', 'intel', 'opengl'], bug=598902)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_11.html',
+ ['linux', 'intel', 'opengl'], bug=598902)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_12.html',
+ ['linux', 'intel', 'opengl'], bug=598902)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_13.html',
+ ['linux', 'intel', 'opengl'], bug=598902)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_18.html',
+ ['linux', 'intel', 'opengl'], bug=598902)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_25.html',
+ ['linux', 'intel', 'opengl'], bug=598902)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html',
+ ['linux', 'intel', 'opengl'], bug=598902)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_29.html',
+ ['linux', 'intel', 'opengl'], bug=598902)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html',
+ ['linux', 'intel', 'opengl'], bug=598902)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html',
+ ['linux', 'intel', 'opengl'], bug=598902)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_32.html',
+ ['linux', 'intel', 'opengl'], bug=598902)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html',
+ ['linux', 'intel', 'opengl'], bug=598902)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html',
+ ['linux', 'intel', 'opengl'], bug=598902)
+
# Linux Intel without ANGLE only
self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
['linux', 'intel', 'no_angle'], bug=598902)
« 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