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

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

Issue 2416783007: Roll WebGL 1db74f6..4e6c509 (Closed)
Patch Set: update expectations 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 | « DEPS ('k') | 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 a94e6e0a171f370b8bd0a670b909070158965301..1853e179d94bda4ce9b90a4810dac2f9b04fed49 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -56,10 +56,34 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# All platforms.
self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
+ self.Fail('conformance/buffers/buffer-uninitialized.html',
+ bug=654201)
+ self.Fail('conformance2/transform_feedback/transform_feedback.html',
+ bug=654201)
+ self.Fail('conformance2/context/constants-and-properties-2.html',
+ bug=655836)
+ self.Fail('conformance/extensions/webgl-compressed-texture-etc.html',
+ bug=655836)
+ self.Fail('conformance/extensions/webgl-compressed-texture-pvrtc.html',
+ bug=655836)
+ self.Fail('conformance/extensions/webgl-compressed-texture-atc.html',
+ bug=655836)
+ self.Fail('conformance/extensions/webgl-compressed-texture-s3tc.html',
+ bug=655836)
+ self.Fail('conformance/extensions/webgl-compressed-texture-s3tc-srgb.html',
+ bug=655836)
+ self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html',
+ bug=655836)
+ self.Fail('deqp/functional/gles3/integerstatequery.html', bug=655836)
+ self.Fail('deqp/functional/gles3/negativetextureapi.html',
+ ['win', 'mac'], bug=655836)
+ self.Fail('deqp/functional/gles3/textureformat/*', bug=655836)
+ self.Fail('deqp/functional/gles3/texturewrap/*', bug=655836)
+ self.Fail('deqp/functional/gles3/texturewrap.html', bug=655836)
# Windows only.
# We are awesome!
- self.Fail('conformance2/buffers/getBufferSubData.html',
+ self.Fail('conformance2/buffers/get-buffer-sub-data.html',
['win'], bug=654201)
# Win / NVidia
@@ -504,7 +528,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', 'intel'], bug=483282)
# Linux only.
- self.Fail('conformance2/buffers/getBufferSubData.html',
+ self.Fail('conformance2/buffers/get-buffer-sub-data.html',
['linux'], bug=654201)
self.Flaky('conformance/textures/video/' +
« no previous file with comments | « DEPS ('k') | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698