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

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

Issue 1975113002: Adding expectations for failing Nexus 5X tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 2968a3a980c0444781857b9ad477a5c846da4731..0cc2ece8bd8f6773bc0f86681103b828fedf4dae 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -121,6 +121,13 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/textures/image/' +
'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ self.Fail('conformance/textures/image_data/*',
Ken Russell (switch to Gerrit) 2016/05/13 18:00:52 It would be better to spell out the failures expli
cblume 2016/05/13 20:46:01 Done.
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ self.Fail('conformance/textures/svg_image/*',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ #self.Fail('conformance/textures/video/' +
+ # 'tex-2d-rgb-rgb-unsigned_byte.html',
+ # ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
Ken Russell (switch to Gerrit) 2016/05/13 18:00:52 Could you remove the commented-out expectation?
cblume 2016/05/13 20:46:01 Oh sorry. This was a mistake. I forgot about this.
# Nexus 6
self.Fail('WebglExtension.EXT_sRGB',
« 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