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

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

Issue 2409523002: [Command buffer] Fix the bug when blitting pixels outside read framebuffer (Closed)
Patch Set: Code refactoring 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
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 a94e6e0a171f370b8bd0a670b909070158965301..36aed9ad90e656ac5a7145259c7da2850d61fc71 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -161,8 +161,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Flaky('deqp/*', ['win', 'intel'], bug=628395)
# Mac only.
- self.Fail('conformance2/rendering/blitframebuffer-filter-outofbounds.html',
- ['mac'], bug=644740)
# Fixed on OSX 10.11
self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html',
@@ -196,8 +194,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', 'nvidia'], bug=641209)
self.Fail('deqp/functional/gles3/framebufferblit/' +
- 'default_framebuffer_*.html',
- ['mac'], bug=483282)
+ 'default_framebuffer_04.html',
+ ['mac', 'nvidia'], bug=483282)
yunchao 2016/10/12 14:58:18 Don't know why only default_framebuffer_04 on Mac
# Mac Retina NVIDIA
self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
@@ -433,9 +431,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
'single_attribute.normalize.html',
['mac', 'amd'], bug=483282)
- self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
- ['mac', 'amd'], bug=483282)
-
self.Fail('deqp/functional/gles3/shaderoperator/' +
'angle_and_trigonometry_02.html',
['mac', 'amd'], bug=483282)
@@ -493,8 +488,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
'textureprojgrad.html',
['mac', 'intel'], bug=483282)
- self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
- ['mac', 'intel'], bug=483282)
self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html',
['mac', 'intel'], bug=483282)
self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html',
@@ -563,11 +556,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/data/gles3/shaders/scoping.html',
['linux', 'intel'], bug=610800)
- self.Fail('deqp/functional/gles3/framebufferblit/' +
- 'default_framebuffer_00.html',
- ['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)
@@ -811,11 +799,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html',
['linux', 'amd'], bug=483282)
- self.Fail('deqp/functional/gles3/framebufferblit/' +
- 'default_framebuffer_00.html',
- ['linux', 'amd'], bug=483282)
- self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
- ['linux', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/shaderoperator/unary_operator_01.html',
['linux', 'amd'], bug=483282)
« no previous file with comments | « no previous file | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698