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

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: Addressed Corentin's feedback 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 | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('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 9694f7ba3cdebaa00bbfd728a77e115a5b458ebf..dcae5b25b6e4e9f821da38d333d9270e81dbf573 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -165,8 +165,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',
@@ -197,8 +195,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)
# Mac Retina NVIDIA
self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
@@ -434,9 +432,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)
@@ -492,8 +487,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698