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

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

Issue 1471943002: More WebGL conformance test suppression updates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More WebGL suppression updates. 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 | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('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 10be4de7b421895629423148b67fccac1ddd3e04..6260db38cae8e2b5661ec64cc21b6a3a852277b5 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -79,6 +79,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/buffers/uniform-buffers.html', bug=483282)
self.Fail('conformance2/glsl3/array-complex-indexing.html', bug=483282)
+ self.Fail('conformance2/glsl3/const-array-init.html',
+ bug=1198) # angle bug ID
self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282)
self.Fail('conformance2/glsl3/invalid-default-precision.html', bug=483282)
self.Fail('conformance2/glsl3/sequence-operator-returns-non-constant.html',
@@ -94,8 +96,6 @@ 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)
@@ -147,6 +147,31 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/video/tex-image-and-sub-image-2d' +
'-with-video-rgb5_a1-rgba-unsigned_byte.html',
['win8'], bug=483282)
+ self.Fail('conformance2/textures/video/tex-image-and-sub-image-3d' +
+ '-with-video-rgb5_a1-rgba-unsigned_byte.html',
+ ['win8'], bug=560555)
+ self.Fail('conformance2/textures/video/tex-image-and-sub-image-3d' +
+ '-with-video-rgb565-rgb-unsigned_byte.html',
+ ['win8'], bug=560555)
+ self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-3d' +
+ '-with-image-data-rgb565-rgb-unsigned_byte.html',
+ ['win8'], bug=560555)
+ self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-3d' +
+ '-with-image-data-rgb5_a1-rgba-unsigned_byte.html',
+ ['win8'], bug=560555)
+ self.Fail('conformance2/textures/image/tex-image-and-sub-image-3d' +
+ '-with-image-rgb5_a1-rgba-unsigned_byte.html',
+ ['win8'], bug=560555)
+ self.Fail('conformance2/textures/image/tex-image-and-sub-image-3d' +
+ '-with-image-rgb565-rgb-unsigned_byte.html',
+ ['win8'], bug=560555)
+ self.Fail('conformance2/textures/svg_image/tex-image-and-sub-image-3d' +
+ '-with-svg-image-rgb565-rgb-unsigned_byte.html',
+ ['win8'], bug=560555)
+ self.Fail('conformance2/textures/svg_image/tex-image-and-sub-image-3d' +
+ '-with-svg-image-rgb5_a1-rgba-unsigned_byte.html',
+ ['win8'], bug=560555)
+
# Windows Debug. Causing assertions in the GPU process which raise
# a dialog box, so have to skip them rather than mark them as
# failing.
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698