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

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

Issue 2320133002: WebGL CTS: tentatively remove some ANGLE specific suppressions (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 5bc409d93d2eaf6688bad2c29de334d4136b0ca2..f63cca2cd7b3bc839da4e8368e57194fcede1d55 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -463,42 +463,11 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', 'amd', 'intel'], bug=483282)
# Linux with ANGLE only
- self.Fail('conformance/misc/uninitialized-test.html',
- ['linux', 'opengl'], bug=483282)
- self.Fail('conformance/textures/webgl_canvas/' +
- 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
- ['linux', 'opengl'], bug=483282)
- self.Fail('conformance/textures/webgl_canvas/' +
- 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
- ['linux', 'opengl'], bug=483282)
- self.Fail('conformance/textures/webgl_canvas/' +
- 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
- ['linux', 'opengl'], bug=483282)
self.Fail('conformance2/textures/misc/tex-unpack-params.html',
['linux', 'opengl'], bug=483282)
self.Fail('conformance2/reading/read-pixels-pack-parameters.html',
['linux', 'opengl'], bug=483282)
- # Linux NVIDIA with ANGLE only
- self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
- ['linux', 'nvidia', 'opengl'], bug=483282)
- self.Fail('deqp/functional/gles3/buffercopy.html',
- ['linux', 'nvidia', 'opengl'], bug=483282)
- self.Fail('deqp/functional/gles3/bufferobjectquery.html',
- ['linux', 'nvidia', 'opengl'], bug=483282)
- self.Fail('conformance2/transform_feedback/transform_feedback.html',
- ['linux', 'nvidia', 'opengl'], bug=483282)
- self.Fail('deqp/functional/gles3/transformfeedback/*.html',
- ['linux', 'nvidia', 'opengl'], bug=618408)
- self.Fail('deqp/functional/gles3/shadercommonfunction.html',
- ['linux', 'nvidia', 'opengl'], bug=618408)
- self.Fail('deqp/functional/gles3/shaderbuiltinvar.html',
- ['linux', 'nvidia', 'opengl'], bug=483282)
- self.Fail('deqp/functional/gles3/shaderpackingfunction.html',
- ['linux', 'nvidia', 'opengl'], bug=483282)
- self.Fail('conformance2/buffers/bound-buffer-size-change-test.html',
- ['linux', 'nvidia', 'opengl'], bug=483282)
-
# Linux Intel
self.Fail('deqp/functional/gles3/shaderderivate_dfdx.html',
['linux', 'intel'], bug=618408)
@@ -559,20 +528,16 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', 'intel'], bug=598902)
self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
['linux', 'intel'], bug=598902)
+ self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
+ ['linux', 'intel'], bug=635528)
# Linux Intel with ANGLE only
- self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
- ['linux', 'intel', 'opengl'], bug=635528)
self.Fail('deqp/functional/gles3/fragmentoutput/*.html',
['linux', 'intel', 'opengl'], bug=598902)
- self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
- ['linux', 'intel', 'opengl'], bug=1492) # ANGLE bug id
# Linux Intel without ANGLE only
self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
['linux', 'intel', 'no_angle'], bug=598902)
- self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
- ['linux', 'intel', 'no_angle'], bug=640395)
# Linux AMD only.
# It looks like AMD shader compiler rejects many valid ES3 semantics.
« 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