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

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

Issue 2301223002: Update webgl conformance expectations for Android. (Closed)
Patch Set: Created 4 years, 3 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 0d8835da42c899c09cd8b4be427e9f66e98e1acc..30adae88301c078fe6b9c3b720c881357af57c74 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -433,6 +433,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
self.Fail('conformance/textures/image_data/*',
['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ self.Fail('conformance/textures/misc/' +
+ 'copy-tex-sub-image-2d-partial-texture.html',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=643361)
self.Fail('conformance/textures/svg_image/*',
['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
self.Fail('conformance/textures/video/*',
@@ -545,6 +548,11 @@ class WebGLConformanceExpectations(GpuTestExpectations):
'copy-tex-image-and-sub-image-2d.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555)
self.Fail('conformance/textures/misc/' +
+ 'copy-tex-sub-image-2d-partial-texture.html',
+ ['android',
+ ('qualcomm', 'Adreno (TM) 420'),
+ ('qualcomm', 'Adreno (TM) 430')], bug=643361)
+ self.Fail('conformance/textures/misc/' +
'tex-image-and-sub-image-2d-with-array-buffer-view.html',
['android',
('qualcomm', 'Adreno (TM) 420'),
« 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