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

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

Issue 2154153002: Implement WebGL2 PixelStorei params constraints. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update test expectations Created 4 years, 5 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/client/gles2_implementation.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 5c2dbf6637b390f1b7e56c258b12bd8102f1bfbb..47a7f5ae8ba1950679ec7f73c86b8f1b0c0d5846 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -51,10 +51,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/rendering/attrib-type-match.html', bug=627193)
- self.Fail('conformance2/reading/read-pixels-pack-parameters.html',
- bug=628866)
- self.Fail('conformance2/textures/misc/tex-unpack-params.html',
- bug=628866)
self.Fail('conformance2/rendering/uniform-block-buffer-size.html',
bug=628863)
@@ -538,6 +534,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/framebufferblit/rect_06.html',
['mac', 'intel'], bug=483282)
+ self.Fail('conformance2/textures/misc/tex-unpack-params.html',
+ ['mac', 'intel'], bug=483282)
+
# Linux only.
self.Flaky('conformance/textures/video/' +
'tex-2d-rgba-rgba-unsigned_byte.html',
« no previous file with comments | « no previous file | gpu/command_buffer/client/gles2_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698