summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmadill <jmadill@chromium.org>2015-05-11 10:15:48 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-11 17:16:19 +0000
commitaecfe202b6641579fcdacdb50ab509ea17460ecb (patch)
tree1fb9b232a706c2fe154b703afd03cbe4eff4338f
parent85b72195abaf3d2f2f5b46abe36fd8179fbb3a99 (diff)
downloadchromium_src-aecfe202b6641579fcdacdb50ab509ea17460ecb.zip
chromium_src-aecfe202b6641579fcdacdb50ab509ea17460ecb.tar.gz
chromium_src-aecfe202b6641579fcdacdb50ab509ea17460ecb.tar.bz2
gpu: Enable a few passing WebGL tests.
BUG=433412,478570 Review URL: https://codereview.chromium.org/1132363002 Cr-Commit-Position: refs/heads/master@{#329166}
-rw-r--r--content/test/gpu/gpu_tests/webgl_conformance_expectations.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
index fda6753..52c7790 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -29,11 +29,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
def SetExpectations(self):
# Fails on all platforms
- self.Fail(
- 'conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html',
- bug=478570)
- self.Fail('conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html',
- bug=478570)
self.Fail('deqp/data/gles2/shaders/constant_expressions.html',
bug=478572)
self.Fail('deqp/data/gles2/shaders/fragdata.html',
@@ -53,8 +48,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/glsl/misc/' +
'ternary-operators-in-global-initializers.html',
['win'], bug=415694)
- self.Fail('conformance/glsl/misc/struct-specifiers-in-uniforms.html',
- ['win'], bug=433412)
self.Fail('conformance/glsl/bugs/' +
'pow-of-small-constant-in-user-defined-function.html',
['win'], bug=485641)