Commit 3ca36219 authored by bajones@chromium.org's avatar bajones@chromium.org

Updated expectations to account for tests that will begin failing after the...

Updated expectations to account for tests that will begin failing after the conformance test harness is fixed

BUG=314997
R=zmo@chromium.org

Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233326

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233363 0039d316-1c4b-4281-b951-d872f2087c98
parent f0c4d03a
......@@ -30,9 +30,9 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
self.Fail('conformance/rendering/gl-scissor-test.html',
['win', 'intel'], bug=314997)
# Windows/ATI failures
# Windows/AMD failures
self.Fail('conformance/rendering/more-than-65536-indices.html',
['win', 'ati'], bug=314997)
['win', 'amd'], bug=314997)
# Windows 7/Intel failures
self.Fail('conformance/context/context-lost-restored.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