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

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

Issue 2950423002: Remove WebGL2 constraint that requires draw*Instanced() calls to fail when no vertex attrib has zer… (Closed)
Patch Set: one more entry Created 3 years, 6 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/service/vertex_attrib_manager.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 97e626c62b6e43f607c4d64a05a7555888c680a0..338b2afb5ae67e783d03a3340b8e462d7b80b9f6 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -41,6 +41,13 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Skip('deqp/functional/gles3/builtinprecision/*.html', bug=619403)
# All platforms.
+
+ # Remove the following when the test update is rolled into Chromium:
+ # https://github.com/KhronosGroup/WebGL/pull/2424/files
+ self.Fail('conformance2/rendering/instanced-arrays.html', bug=736070)
+ self.Fail('deqp/functional/gles3/negativevertexarrayapi.html', bug=736070)
+ # When remove the above entry, please uncomment the one for Mac NVidia.
+
self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282)
@@ -414,8 +421,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/pixelbufferobject.html',
['mac', ('nvidia', 0xfe9)], bug=483282)
- self.Fail('deqp/functional/gles3/negativevertexarrayapi.html',
- ['mac', ('nvidia', 0xfe9)], bug=483282)
+ #self.Fail('deqp/functional/gles3/negativevertexarrayapi.html',
+ # ['mac', ('nvidia', 0xfe9)], bug=483282)
self.Fail('deqp/functional/gles3/shaderindexing/varying.html',
['mac', ('nvidia', 0xfe9)], bug=483282)
self.Fail('deqp/functional/gles3/texturespecification/' +
« no previous file with comments | « no previous file | gpu/command_buffer/service/vertex_attrib_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698