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

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

Issue 2123423002: Roll WebGL 214fe8f..ae375e0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Skip the broken test until ANGLE is fixed. Created 4 years, 5 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 | « DEPS ('k') | 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 7de93d4d43c26e5fc614a5248731c6c5a46c4c79..53a2f39e0ff4a7c68c84fa56d22d21e47a3ce6be 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -116,8 +116,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['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',
@@ -299,8 +297,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
self.Fail('conformance/uniforms/uniform-samplers-test.html',
['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
- self.Fail('deqp/data/gles2/shaders/preprocessor.html',
- ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
# Nexus 6 (Adreno 420) and 6P (Adreno 430)
self.Fail('WebglExtension.EXT_sRGB',
@@ -514,10 +510,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
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'),
- ('qualcomm', 'Adreno (TM) 430')], bug=611945)
self.Fail('conformance/glsl/misc/shader-with-_webgl-identifier.vert.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
@@ -550,6 +542,7 @@ class WebGLConformanceExpectations(GpuTestExpectations):
bug=625363)
# Fails on multiple platforms
+ self.Skip('deqp/data/gles2/shaders/preprocessor.html', bug=625363)
# OpenGL / NVIDIA failures
self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
@@ -626,8 +619,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'amd', 'opengl'], bug=1007) # angle bug ID
self.Fail('conformance/glsl/misc/struct-nesting-of-variable-names.html',
['win', 'amd', 'opengl'], bug=1007) # angle bug ID
- self.Fail('deqp/data/gles2/shaders/preprocessor.html',
- ['win', 'amd', 'opengl'], bug=478572)
# Win / OpenGL / Intel failures
self.Fail('conformance/glsl/functions/glsl-function-normalize.html',
@@ -640,8 +631,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# Mac failures
self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
['mac'], bug=421710)
- self.Fail('deqp/data/gles2/shaders/preprocessor.html',
- ['mac'], bug=478572)
self.Fail('deqp/data/gles2/shaders/scoping.html',
['mac'], bug=478572)
@@ -670,8 +659,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# AMD
self.Flaky('conformance/more/functions/uniformi.html',
['linux', 'amd'], bug=550989)
- self.Fail('deqp/data/gles2/shaders/preprocessor.html',
- ['linux', 'amd'], bug=478572)
# AMD Radeon 6450
self.Fail('conformance/extensions/angle-instanced-arrays.html',
@@ -717,8 +704,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['linux', 'intel', 'opengl'], bug=1312) # ANGLE bug id
self.Fail('deqp/data/gles2/shaders/linkage.html',
['linux', 'intel'], bug=540543)
- self.Fail('deqp/data/gles2/shaders/preprocessor.html',
- ['linux', 'intel'], bug=1312) # ANGLE bug id. See also 598910
# The Mesa Intel driver has a scoping bug, see
# https://bugs.freedesktop.org/show_bug.cgi?id=95184
self.Fail('deqp/data/gles2/shaders/scoping.html',
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698