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

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

Issue 2738773004: No longer clamp setTimeout(..., 0) to 1ms. (Closed)
Patch Set: update webgl2 conformance expectations as well 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 cd14908d9aa038b4deb00e4a3e4c5a4f594112cd..cdd41f46eb17c914f943b22a1d0b22b88ef49357 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -105,6 +105,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/textures/misc/texture-corner-case-videos.html',
bug=701060)
+ # canvas.commit() promise synchronization isn't fully reliable yet.
+ self.Fail('conformance/offscreencanvas/offscreencanvas-resize.html',
+ bug=709484)
+
# Passthrough command decoder
self.Fail('conformance/extensions/ext-sRGB.html',
['passthrough'], bug=679696)

Powered by Google App Engine
This is Rietveld 408576698