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

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

Issue 1980303002: Adding a few more test expectations for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing a rebase mistake. 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 a48a8f976d3448ccced1537f65266cb7fd15089c..0865674e844fa171b869808351aa140b5271635b 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -110,6 +110,14 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/glsl/misc/' +
'shader-with-vec4-vec3-vec4-conditional.html',
['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943)
+ self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
+ ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943)
+ self.Fail('conformance/glsl/misc/struct-equals.html',
+ ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943)
+ self.Fail('conformance/state/state-uneffected-after-compositing.html',
+ ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943)
+ self.Fail('deqp/data/gles2/shaders/preprocessor.html',
+ ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943)
# Nexus 5X
self.Fail('conformance/extensions/oes-texture-float-with-image-data.html',
@@ -220,6 +228,39 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/textures/image_bitmap_from_image_data/' +
'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ self.Fail('conformance/textures/image_bitmap_from_image_data/' +
+ 'tex-2d-rgba-rgba-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ self.Fail('conformance/textures/image_bitmap_from_image_data/' +
+ 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ self.Fail('conformance/textures/image_bitmap_from_image_data/' +
+ 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ self.Fail('conformance/textures/image_bitmap_from_image/' +
+ 'tex-2d-rgb-rgb-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ self.Fail('conformance/textures/image_bitmap_from_image/' +
+ 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ self.Fail('conformance/textures/image_bitmap_from_image/' +
+ 'tex-2d-rgba-rgba-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ self.Fail('conformance/textures/image_bitmap_from_image/' +
+ 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ self.Fail('conformance/textures/image_bitmap_from_image/' +
+ 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ self.Fail('conformance/textures/image_bitmap_from_canvas/' +
+ 'tex-2d-rgb-rgb-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ self.Fail('conformance/textures/image_bitmap_from_canvas/' +
+ 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ self.Fail('conformance/textures/image_bitmap_from_canvas/' +
+ 'tex-2d-rgba-rgba-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
# Nexus 6
self.Fail('WebglExtension.EXT_sRGB',
@@ -247,6 +288,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
self.Fail('conformance/glsl/misc/shader-struct-scope.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
+ self.Fail('conformance/glsl/misc/shader-uniform-packing-restrictions.html',
+ ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
# Nexus 9
self.Fail('WebglExtension.WEBGL_compressed_texture_atc',
« 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