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

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

Issue 2008473004: Adding another test expectations for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding comment and bug for special error. 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 9d4d572db32bb4159aa9d77ca6f11670a7daf068..498a3a11775ed004e37f9289e972ca325ff43a08 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -326,21 +326,31 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
- self.Fail('conformance/glsl/misc/shader-struct-scope.html',
+ # This test is skipped because running it causes a future test to fail.
+ # The list of tests which may be that future test is very long. It is
+ # almost (but not quite) every webgl conformance test.
+ self.Skip('conformance/glsl/misc/shader-struct-scope.html',
+ ['android', ('qualcomm', 'Adreno (TM) 420')], bug=614550)
+ self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
- self.Fail('conformance/glsl/misc/shader-uniform-packing-restrictions.html',
+ self.Fail('conformance/rendering/gl-viewport-test.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
- self.Fail('conformance/glsl/misc/shader-varying-packing-restrictions.html',
+ self.Fail('conformance/textures/svg_image/' +
+ 'tex-2d-rgb-rgb-unsigned_byte.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
- self.Fail('conformance/glsl/misc/shader-with-256-character-define.html',
+ self.Fail('conformance/textures/svg_image/' +
+ 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
- self.Fail('conformance/glsl/misc/' +
- 'shader-with-256-character-identifier.frag.html',
+ self.Fail('conformance/textures/svg_image/' +
+ 'tex-2d-rgba-rgba-unsigned_byte.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
- self.Fail('conformance/glsl/misc/shader-with-257-character-define.html',
+ self.Fail('conformance/textures/svg_image/' +
+ 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
- self.Fail('conformance/glsl/misc/' +
- 'shader-with-257-character-identifier.frag.html',
+ self.Fail('conformance/textures/svg_image/' +
+ 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
+ ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
+ self.Fail('deqp/data/gles2/shaders/preprocessor.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
# Nexus 9
« 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