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

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

Issue 1469173002: Suppress new WebGL 2.0 conformance failures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | no next file » | 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 be21fc563e538dd968e8f4fd8153186f979c088a..10be4de7b421895629423148b67fccac1ddd3e04 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -83,6 +83,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/glsl3/invalid-default-precision.html', bug=483282)
self.Fail('conformance2/glsl3/sequence-operator-returns-non-constant.html',
bug=483282)
+ self.Fail('conformance2/extensions/promoted-extensions-in-shaders.html',
+ bug=295792)
self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html',
bug=483282)
self.Fail('conformance2/renderbuffers/framebuffer-test.html', bug=483282)
@@ -92,6 +94,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Skip('conformance2/textures/webgl_canvas/*', bug=483282)
self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', bug=483282)
self.Fail('conformance2/textures/misc/tex-storage-2d.html', bug=483282)
+ self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html',
+ bug=295792)
# Windows only.
self.Skip('deqp/functional/gles3/readpixel.html', ['win'], bug=483282)
@@ -184,8 +188,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/video/*', ['mac'], bug=483282)
self.Fail('conformance2/textures/misc/gl-get-tex-parameter.html',
['mac'], bug=483282)
- self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html',
- ['mac'], bug=483282)
self.Fail('conformance2/textures/misc/texture-npot.html',
['mac'], bug=483282)
@@ -215,8 +217,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', 'amd'], bug=483282)
self.Fail('conformance2/buffers/buffer-overflow-test.html',
['linux', 'amd'], bug=483282)
- self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html',
- ['linux', 'amd'], bug=483282)
+ self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html',
+ ['linux', 'amd'], bug=295792)
+
# Conflicting expectations to test that the
# "Expectations Have No collisions" unittest works.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698