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

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

Issue 2629543006: Update WebGL2 conformance test expectations for Linux Intel HD 530. (Closed)
Patch Set: Created 3 years, 11 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 d4d7e614f0c03b75026e187c178d627ced08dcac..62db5e230234e1a77774a6e18d0eda07b328c39c 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -663,6 +663,50 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html',
['linux', 'intel', 'opengl'], bug=680276)
+ # Linux Intel HD 530
+ self.Fail('conformance/extensions/webgl-compressed-texture-astc.html',
+ ['linux', 'intel'], bug=680720)
+ self.Fail('conformance2/rendering/blitframebuffer-filter-outofbounds.html',
+ ['linux', 'intel'], bug=680720)
+ self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html',
+ ['linux', 'intel', 'no_angle'], bug=680720)
+ self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html',
+ ['linux', 'intel', 'no_angle'], bug=680720)
+
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html',
+ ['linux', 'intel'], bug=680720)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html',
+ ['linux', 'intel'], bug=680720)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html',
+ ['linux', 'intel'], bug=680720)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_11.html',
+ ['linux', 'intel'], bug=680720)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_12.html',
+ ['linux', 'intel'], bug=680720)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_13.html',
+ ['linux', 'intel'], bug=680720)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_18.html',
+ ['linux', 'intel'], bug=680720)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_25.html',
+ ['linux', 'intel'], bug=680720)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html',
+ ['linux', 'intel'], bug=680720)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_29.html',
+ ['linux', 'intel'], bug=680720)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html',
+ ['linux', 'intel'], bug=680720)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html',
+ ['linux', 'intel'], bug=680720)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_32.html',
+ ['linux', 'intel'], bug=680720)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html',
+ ['linux', 'intel'], bug=680720)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html',
+ ['linux', 'intel'], bug=680720)
+ self.Fail('deqp/functional/gles3/framebufferblit/' +
+ 'default_framebuffer_00.html',
+ ['linux', 'intel'], bug=680720)
+
# Linux AMD only.
# It looks like AMD shader compiler rejects many valid ES3 semantics.
self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
« 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