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

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

Issue 2820113008: Roll WebGL fd73a60..73fd432 (Closed)
Patch Set: upate an unrelated failure Created 3 years, 8 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 a314343719d9319311e35898f8bac22b75df0480..e18a62f1888e9f65355685499337882c35a79d83 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -103,7 +103,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# canvas.commit() promise synchronization isn't fully reliable yet.
self.Fail('conformance/offscreencanvas/offscreencanvas-resize.html',
- bug=709484)
+ bug=709484)
+
+ self.Fail('conformance/glsl/misc/uninitialized-local-global-variables.html',
+ bug=1966) # angle bug ID
# Passthrough command decoder
self.Fail('conformance/extensions/ext-sRGB.html',

Powered by Google App Engine
This is Rietveld 408576698