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

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

Issue 2366483002: Remove a few unnecessary Mac and Mac/AMD 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 330a4f12a138fb2d70e3707d334fe37169d45a39..433d1fc634aad74df72df77132e52494cb99c4c7 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -42,8 +42,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html',
bug=664740)
self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
- self.Fail('conformance2/buffers/uniform-buffers.html', bug=644957)
- self.Fail('conformance2/state/gl-object-get-calls.html', bug=644957)
# Windows only.
# We are awesome!
@@ -339,8 +337,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', 'amd'], bug=643866)
self.Fail('conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html',
['mac', 'amd'], bug=643866)
- self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
- ['mac', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/shadercommonfunction.html',
['mac', 'amd'], bug=643866)
@@ -350,8 +346,75 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', 'amd'], bug=598930)
self.Fail('deqp/functional/gles3/primitiverestart/01.html',
['mac', 'amd'], bug=598930)
- self.Fail('deqp/functional/gles3/transformfeedback/*.html',
- ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'array_interleaved_lines.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'array_interleaved_points.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'array_interleaved_triangles.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'array_separate_lines.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'array_separate_points.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'array_separate_triangles.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'basic_types_interleaved_lines.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'basic_types_interleaved_points.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'basic_types_interleaved_triangles.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'basic_types_separate_lines.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'basic_types_separate_points.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'basic_types_separate_triangles.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'interpolation_centroid.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'interpolation_flat.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'interpolation_smooth.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'point_size.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'position.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'random_interleaved_lines.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'random_interleaved_points.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'random_interleaved_triangles.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'random_separate_lines.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'random_separate_points.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/transformfeedback/' +
+ 'random_separate_triangles.html',
+ ['mac', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/shadertexturefunction/' +
'textureprojlodoffset.html',
['mac', 'amd'], bug=483282)
« 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