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

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

Issue 2379203002: implement getBufferSubDataAsync prototype (Closed)
Patch Set: rebase + clean up some XXXs 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/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 e762738b650e7fbf87ad1a441d5fd9bd17ef75ba..176a3485679433cf5883cc21bb15e3f74a67699b 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -47,6 +47,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', bug=634519)
# All platforms.
+ self.Fail('conformance2/context/methods-2.html', bug=616554)
Ken Russell (switch to Gerrit) 2016/10/10 22:21:30 Given that this is now behind a flag, is this supp
self.Fail('conformance2/rendering/blitframebuffer-filter-outofbounds.html',
bug=644740)
self.Flaky('conformance2/query/occlusion-query.html', bug=603168)

Powered by Google App Engine
This is Rietveld 408576698