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

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

Issue 2404153002: Move failed tests which are related to R11F_G11F_B10F issue to WebGL 2.0.1 (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 89931f33d905874a9160adc5e169f7d4b681608f..5cf3d3d83cb4b86d56fa9585c522a6aaf9761788 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -46,6 +46,15 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux'], bug=483282)
self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', bug=634519)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html',
+ ['mac'], bug=654187)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html',
+ ['mac'], bug=654187)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html',
+ ['mac'], bug=654187)
+ self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html',
+ ['mac'], bug=654187)
+
# All platforms.
self.Fail('conformance2/rendering/blitframebuffer-filter-outofbounds.html',
bug=644740)
@@ -187,14 +196,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/fbomultisample*',
['mac', 'nvidia'], bug=641209)
- self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html',
- ['mac'], bug=483282)
- self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html',
- ['mac'], bug=483282)
- self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html',
- ['mac'], bug=483282)
- self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html',
- ['mac'], bug=483282)
self.Fail('deqp/functional/gles3/framebufferblit/' +
'default_framebuffer_*.html',
['mac'], 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