diff options
author | zmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-19 16:22:15 +0000 |
---|---|---|
committer | zmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-19 16:22:15 +0000 |
commit | 5fe2664ff828b6869445e96c3a19374d62637c7b (patch) | |
tree | c160803ae255e112339d52f2a0f0434e39879e57 /DEPS | |
parent | c73c826d25ab8ccc147477e80104b3d0fce769cc (diff) | |
download | chromium_src-5fe2664ff828b6869445e96c3a19374d62637c7b.zip chromium_src-5fe2664ff828b6869445e96c3a19374d62637c7b.tar.gz chromium_src-5fe2664ff828b6869445e96c3a19374d62637c7b.tar.bz2 |
Roll WebGL conformance tests to Khronos r15841
It's hard to tell the behaviors of those tests on the gpu bots, so I'll watch the bots after this lands, and update the test_expectations file accordingly.
BUG=none
TEST=gpu bots
Review URL: http://codereview.chromium.org/8346024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106290 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -153,8 +153,9 @@ deps = { "src/third_party/v8-i18n": (Var("googlecode_url") % "v8-i18n") + "/trunk@4", + # WebGL Conformance Tests: Khronos r15841 "src/third_party/webgl_conformance": - "/trunk/deps/third_party/webgl/sdk/tests@93490", + "/trunk/deps/third_party/webgl/sdk/tests@106194", # We run these layout tests as UI tests. Since many of the buildbots that # run layout tests do NOT have access to the LayoutTest directory, we need |