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

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

Issue 1835273002: Suppress image_bitmap failures on Nexus 6 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 65adfbd619c2b76dfc5806d176ca0661b418c94c..19f4cabcf342cf75112456c7b4d75caa392caaf5 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -288,6 +288,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['android', ('qualcomm', 'Adreno (TM) 420')], bug=585108)
self.Fail('conformance/textures/image_bitmap_from_image_data/*',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=585108)
+ self.Fail('conformance/textures/image_bitmap_from_image_bitmap/*',
+ ['android', ('qualcomm', 'Adreno (TM) 420')], bug=598262)
self.Fail('conformance/textures/video/tex-image-and-sub-image-2d-with-' +
'video-rgb-rgb-unsigned_byte.html',
['android', 'android-content-shell',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698