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

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

Issue 1549393002: (reland)WebGL 2: generate appropriate error for different dimensions of images attached to fbo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed zmo@'s feedback: mark draw-buffers.html as failed, will update the test expectation later Created 5 years 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 | third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.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 8b0c0c11026d372639108f1c4f52479501d24b3b..8e08298882179a82a22696c1701b72f7b8a4df20 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -83,6 +83,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
bug=295792)
self.Fail('conformance2/reading/read-pixels-pack-parameters.html',
bug=483282)
+ self.Fail('conformance2/rendering/draw-buffers.html', bug=483282)
self.Fail('conformance2/samplers/sampler-drawing-test.html', bug=483282)
self.Skip('conformance2/textures/webgl_canvas/*', bug=483282)
@@ -96,8 +97,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['win'], bug=483282)
self.Fail('conformance2/renderbuffers/framebuffer-object-attachment.html',
['win'], bug=1082) # angle bug ID
- self.Fail('conformance2/rendering/draw-buffers.html',
- ['win'], bug=483282)
self.Fail('conformance2/state/gl-object-get-calls.html',
['win'], bug=483282)
self.Fail('conformance2/textures/canvas/*', ['win'], bug=483282)
@@ -229,8 +228,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux'], bug=483282)
self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
['linux'], bug=483282)
- self.Fail('conformance2/rendering/draw-buffers.html',
- ['linux'], bug=483282)
self.Fail('conformance2/renderbuffers/framebuffer-object-attachment.html',
['linux'], bug=564020)
self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html',
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698