diff options
author | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-14 20:52:51 +0000 |
---|---|---|
committer | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-14 20:52:51 +0000 |
commit | 9833b849c27bbe6fcd70d57ace671db77bad0655 (patch) | |
tree | dcf5f16c320da3cb973a906dd3068afe17546f77 /content/test/gpu | |
parent | 5aea79183c539a1af49165c6bb7edc7d8d9c74a4 (diff) | |
download | chromium_src-9833b849c27bbe6fcd70d57ace671db77bad0655.zip chromium_src-9833b849c27bbe6fcd70d57ace671db77bad0655.tar.gz chromium_src-9833b849c27bbe6fcd70d57ace671db77bad0655.tar.bz2 |
Enable two webgl conformance tests.
conformance/renderbuffers/framebuffer-object-attachment.html
conformance/context/context-lost-restored.html
I hope crrev.com/281659 fixed the latter flakiness.
Checked win bots history a bit and see no more failures.
BUG=391953,374378,374086
TEST=gpu bots
TBR=kbr@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/388783005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283014 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/gpu')
-rw-r--r-- | content/test/gpu/gpu_tests/webgl_conformance_expectations.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py index 753db4c..fcc5d2a 100644 --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py @@ -27,14 +27,10 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations): # Fails on all platforms self.Fail('conformance/glsl/misc/shaders-with-mis-matching-uniforms.html', bug=351396) - self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html', - ['win', 'linux', 'android', 'chromeos'], bug=391953) # Flaky on Win self.Fail('conformance/extensions/webgl-draw-buffers.html', ['win'], bug=369349) - self.Fail('conformance/context/context-lost-restored.html', - ['win'], bug=374378) # Win failures self.Fail('conformance/glsl/misc/struct-equals.html', |