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

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

Issue 2098173002: Add WebGL conformance expectations to Nexus 6P (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 3ef43185f84f8972342e6854ed0cdfd342d0adf4..6ae6a1f7096c5d45edd4f675ebf2483244711327 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -349,23 +349,175 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
self.Fail('conformance/rendering/gl-viewport-test.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
+ self.Fail('conformance/textures/image/' +
+ 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image/' +
+ 'tex-2d-rgba-rgba-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image/' +
+ 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image/' +
+ 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_data/' +
+ 'tex-2d-rgb-rgb-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_data/' +
+ 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_data/' +
+ 'tex-2d-rgba-rgba-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_data/' +
+ 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_data/' +
+ 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
self.Fail('conformance/textures/svg_image/' +
'tex-2d-rgb-rgb-unsigned_byte.html',
- ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
+ ['android',
+ ('qualcomm', 'Adreno (TM) 420'),
+ ('qualcomm', 'Adreno (TM) 430')], bug=611945)
self.Fail('conformance/textures/svg_image/' +
'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
- ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
+ ['android',
+ ('qualcomm', 'Adreno (TM) 420'),
+ ('qualcomm', 'Adreno (TM) 430')], bug=611945)
self.Fail('conformance/textures/svg_image/' +
'tex-2d-rgba-rgba-unsigned_byte.html',
- ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
+ ['android',
+ ('qualcomm', 'Adreno (TM) 420'),
+ ('qualcomm', 'Adreno (TM) 430')], bug=611945)
self.Fail('conformance/textures/svg_image/' +
'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
- ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
+ ['android',
+ ('qualcomm', 'Adreno (TM) 420'),
+ ('qualcomm', 'Adreno (TM) 430')], bug=611945)
self.Fail('conformance/textures/svg_image/' +
'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
- ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
+ ['android',
+ ('qualcomm', 'Adreno (TM) 420'),
+ ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ # The following tests mentions android-content-shell and android-chrome,
+ # but not webview.
+ # This is because webview already has this expectation below
+ self.Fail('conformance/textures/video/' +
+ 'tex-2d-rgb-rgb-unsigned_byte.html',
+ ['android-content-shell', 'android-chromium',
cblume 2016/06/26 04:32:29 I added a comment above. But is there a better met
Ken Russell (switch to Gerrit) 2016/06/27 20:17:25 This looks fine. I'd rather leave the webview expe
+ ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/video/' +
+ 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
+ ['android', 'android-content-shell', 'android-chromium',
+ ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/video/' +
+ 'tex-2d-rgba-rgba-unsigned_byte.html',
+ ['android-content-shell', 'android-chromium',
+ ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/video/' +
+ 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
+ ['android-content-shell', 'android-chromium',
+ ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/video/' +
+ 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
+ ['android-content-shell', 'android-chromium',
+ ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/webgl_canvas/' +
+ 'tex-2d-rgb-rgb-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/webgl_canvas/' +
+ 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/webgl_canvas/' +
+ 'tex-2d-rgba-rgba-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/webgl_canvas/' +
+ 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/webgl_canvas/' +
+ 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_image_data/' +
+ 'tex-2d-rgb-rgb-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_image_data/' +
+ 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_image_data/' +
+ 'tex-2d-rgba-rgba-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_image_data/' +
+ 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_image_data/' +
+ 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_image/' +
+ 'tex-2d-rgb-rgb-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_image/' +
+ 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_image/' +
+ 'tex-2d-rgba-rgba-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_image/' +
+ 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_image/' +
+ 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_canvas/' +
+ 'tex-2d-rgb-rgb-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_canvas/' +
+ 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_canvas/' +
+ 'tex-2d-rgba-rgba-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_canvas/' +
+ 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_canvas/' +
+ 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_blob/' +
+ 'tex-2d-rgb-rgb-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_blob/' +
+ 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_blob/' +
+ 'tex-2d-rgba-rgba-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_blob/' +
+ 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_blob/' +
+ 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
+ 'tex-2d-rgb-rgb-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
+ 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
+ 'tex-2d-rgba-rgba-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
+ 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
+ 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
self.Fail('deqp/data/gles2/shaders/preprocessor.html',
- ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
+ ['android',
+ ('qualcomm', 'Adreno (TM) 420'),
+ ('qualcomm', 'Adreno (TM) 430')], bug=611945)
self.Fail('conformance/glsl/misc/shader-with-_webgl-identifier.vert.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
« 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