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

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

Issue 1822643002: [Command buffer] Enable primitive restart for WebGL 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix coding style and update webgl2_conformance_expectations.py Created 4 years, 9 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/buffer_manager.h » ('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 14feb380da8f551505166ff1b12f8e94bb492684..715cf643f0c4a15742a5d160ad4839736be5de70 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -40,7 +40,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Skip('deqp/functional/gles3/negativevertexarrayapi.html', bug=483282)
self.Skip('deqp/functional/gles3/occlusionquery.html', bug=483282)
self.Skip('deqp/functional/gles3/pixelbufferobject.html', bug=483282)
- self.Skip('deqp/functional/gles3/primitiverestart.html', bug=483282)
self.Skip('deqp/functional/gles3/rasterizerdiscard.html', bug=483282)
self.Skip('deqp/functional/gles3/shaderbuiltinvar.html', bug=483282)
self.Skip('deqp/functional/gles3/shadercommonfunction.html', bug=483282)
@@ -586,6 +585,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Mac AMD
self.Fail('deqp/functional/gles3/clipping.html',
['mac', 'amd'], bug=483282)
+ self.Fail('deqp/functional/gles3/primitiverestart.html',
+ ['mac', 'amd'], bug=598930)
# Mac Intel
self.Fail('conformance2/textures/misc/tex-unpack-params.html',
« no previous file with comments | « no previous file | gpu/command_buffer/service/buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698