Commit 4efa463d authored by zmo@chromium.org's avatar zmo@chromium.org

WebGL conformance test expectations update

Skip conformance/ogles/GL/control_flow/control_flow_001_to_008.html instead of marking it as fail.

BUG=322795
TEST=
TBR=kbr@chromium.org,bajones@chromium.org

Review URL: https://codereview.chromium.org/82763009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236910 0039d316-1c4b-4281-b951-d872f2087c98
parent b7b53280
......@@ -33,7 +33,7 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
['win'], bug=322794)
self.Fail('conformance/ogles/GL/atan/atan_009_to_012.html',
['win'], bug=322794)
self.Fail('conformance/ogles/GL/control_flow/control_flow_001_to_008.html',
self.Skip('conformance/ogles/GL/control_flow/control_flow_001_to_008.html',
['win'], bug=322795)
# Windows/Intel failures
......@@ -109,6 +109,8 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
['mac'], bug=322770)
self.Skip('conformance/textures/texture-size-limit.html',
['mac'], bug=322789)
self.Skip('conformance/ogles/GL/control_flow/control_flow_001_to_008.html',
['mac'], bug=322795)
# Mac/Intel failures
self.Fail('conformance/rendering/gl-scissor-test.html',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment