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

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

Issue 2220293002: Roll WebGL b57946d..46ec84c (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update expectations Created 4 years, 4 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
Index: content/test/gpu/gpu_tests/webgl_conformance_expectations.py
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
index 70b154997827c92982410f166715b61ec8a841a9..bdaeb2649c2a6c86393772daa8cf1110296aa85f 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -549,6 +549,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# ========================
# Fails on all platforms
+ self.Fail('conformance/glsl/bugs/' +
+ 'invariant-does-not-leak-across-shaders.html',
+ bug=634813)
+
# We need to add WebGL 1 check in command buffer that format/type from
# TexSubImage2D have to match the current texture's.
self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html',

Powered by Google App Engine
This is Rietveld 408576698