From 9833b849c27bbe6fcd70d57ace671db77bad0655 Mon Sep 17 00:00:00 2001 From: "zmo@chromium.org" Date: Mon, 14 Jul 2014 20:52:51 +0000 Subject: 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 --- content/test/gpu/gpu_tests/webgl_conformance_expectations.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'content/test/gpu') 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', -- cgit v1.1