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

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

Issue 1684973002: Remove blink side texture status caching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 cc9ce7306b2b3437e78f99c9b154fba3bbfa0f72..48e8d2d7fe5d688a0980539c757832cdce989418 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -36,6 +36,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
bug=478572)
self.Fail('conformance/extensions/ext-sRGB.html',
bug=540900)
+ # 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',
+ bug=570453)
# Win failures
# Note that the following two tests pass with OpenGL.

Powered by Google App Engine
This is Rietveld 408576698