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

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

Issue 2738163002: Enable CopyTextureCHROMIUM in Blink for Tex{Sub}Image2D with more cases (Closed)
Patch Set: enable fallback path Created 3 years, 9 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/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 ecb27677b8565bb76b086c95ccaca81eccc00746..acc51b775c2161ba38f62e19ed92bd84854aa308 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -51,6 +51,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/misc/' +
'integer-cubemap-specification-order-bug.html',
bug=483282) # owner:cwallez, test might be buggy
+ self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html',
+ bug=625738)
Ken Russell (switch to Gerrit) 2017/04/01 01:13:26 What issues remain in getting this test to pass, b
qiankun 2017/04/05 08:43:14 We need to do TexSubImage validations in CopySubTe
Ken Russell (switch to Gerrit) 2017/04/06 21:14:22 OK. I assume we'll continue to work together to re
# Windows only.
self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html',

Powered by Google App Engine
This is Rietveld 408576698