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

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

Issue 2874933003: Roll WebGL 73b300f..6517159 (Closed)
Patch Set: modify expectation file Created 3 years, 7 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_revision.txt » ('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 b0dc278b0daee8b46fa6327c3f41f60a1f51836f..ac6e1770fe35e63ab5850c17e5d580b021a3804c 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -43,6 +43,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# All platforms.
self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282)
+ self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', bug=712096)
Zhenyao Mo 2017/05/12 17:54:48 Assume this can be removed or least move back to t
yizhou.jiang 2017/05/13 03:14:26 Yes, I will move it back in 2866663002 after this
# canvas.commit() promise synchronization isn't fully reliable yet.
self.Fail('conformance/offscreencanvas/offscreencanvas-resize.html',
@@ -108,8 +109,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['win', 'nvidia', 'opengl'], bug=693090)
self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html',
['win', 'nvidia', 'opengl'], bug=693090)
- self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html',
- ['win', 'nvidia', 'opengl'], bug=693090)
self.Fail('conformance2/glsl3/' +
'vector-dynamic-indexing-swizzled-lvalue.html',
['win', 'nvidia', 'opengl'], bug=709874)
« no previous file with comments | « DEPS ('k') | content/test/gpu/gpu_tests/webgl_conformance_revision.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698