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

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

Issue 2354693002: BlitFramebuffer: update webgl2 expectations for linux intel for blitframebuffer related tests (Closed)
Patch Set: Created 4 years, 3 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 a66ca38de6118d70b5cb8192fd6730cfbadd8725..c098713ea5e32ed84f710e3ada2143f5bd32a5f3 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -159,9 +159,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# self.Fail('deqp/functional/gles3/fbocompleteness.html',
# ['mac', ('nvidia', 0xfe9)], bug=616562)
- self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html',
- ['mac'], bug=634525)
-
self.Fail('deqp/data/gles3/shaders/linkage.html',
['mac'], bug=641129)
@@ -464,8 +461,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', 'amd', 'intel'], bug=483282)
self.Fail('deqp/data/gles3/shaders/linkage.html',
['linux', 'amd', 'intel'], bug=483282)
- self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html',
- ['linux', 'amd', 'intel'], bug=634525)
# Linux with ANGLE only
self.Fail('conformance2/textures/misc/tex-unpack-params.html',
@@ -499,9 +494,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/data/gles3/shaders/scoping.html',
['linux', 'intel'], bug=610800)
- # 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/' +
'default_framebuffer_00.html',
['linux', 'intel'], bug=598902)
@@ -514,6 +506,42 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
['linux', 'intel', 'opengl'], bug=1492) # ANGLE bug id
+ # 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