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

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

Issue 2435803004: Initialize buffers before allowing access to them. (Closed)
Patch Set: win failure Created 4 years, 2 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 532adfe2be8445b9c55d6a5cb8342f9fe7596d19..e3b933cf88c5c9b134a1827104a917544a219864 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -112,11 +112,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# ========================
# Fails on all platforms
- self.Fail('conformance/buffers/buffer-uninitialized.html',
- bug=654201)
-
self.Fail('conformance/glsl/bugs/samplers-in-ternary-operator.html',
bug=657853)
+
# 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