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

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

Issue 2496813002: [Command buffer] workaround the framebuffer completeness bug for Intel Mac (Closed)
Patch Set: code rebase Created 4 years, 1 month 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 | gpu/command_buffer/service/framebuffer_manager.h » ('j') | 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 2888614bbaed1c4d3ba3bd7140cb2d049169bff1..3265d97336e31ed6eb42bcdadfb2757bb69da03f 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -133,15 +133,12 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/rendering/' +
'framebuffer-completeness-unaffected.html',
['mac'], bug=630800)
- self.Fail('deqp/functional/gles3/fbocompleteness.html',
- ['mac'], bug=630800)
- # self.Fail('deqp/functional/gles3/fbocompleteness.html',
- # ['mac', ('nvidia', 0xfe9)], bug=616562)
-
self.Fail('conformance2/renderbuffers/framebuffer-test.html',
['mac'], bug=641149)
# Mac Retina NVIDIA
+ self.Fail('deqp/functional/gles3/fbocompleteness.html',
+ ['mac', ('nvidia', 0xfe9)], bug=616562)
self.Fail('deqp/functional/gles3/fbomultisample*',
['mac', ('nvidia', 0xfe9)], bug=641209)
self.Fail('deqp/functional/gles3/framebufferblit/' +
@@ -291,7 +288,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', 'amd'], bug=643866)
self.Fail('deqp/functional/gles3/shadercommonfunction.html',
['mac', 'amd'], bug=643866)
-
self.Fail('deqp/functional/gles3/multisample.html',
['mac', 'amd'], bug=617290)
self.Fail('deqp/functional/gles3/primitiverestart/00.html',
« no previous file with comments | « no previous file | gpu/command_buffer/service/framebuffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698