diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-25 14:12:15 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-25 14:12:15 +0000 |
commit | 31a3130fedb27670365b40bc8cb6dc875957531f (patch) | |
tree | 315c848393cacb3748c3f5e6536c93d5bdea32cf /DEPS | |
parent | 16ae8ddb0b49341eb4343b75431cb6d42e66ae22 (diff) | |
download | chromium_src-31a3130fedb27670365b40bc8cb6dc875957531f.zip chromium_src-31a3130fedb27670365b40bc8cb6dc875957531f.tar.gz chromium_src-31a3130fedb27670365b40bc8cb6dc875957531f.tar.bz2 |
Update V8 and remove known crashes from the reliability tests list.
The suppresion in the test list is way too general and will mask
almost anything V8 related.
Review URL: http://codereview.chromium.org/6271020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72488 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ deps = { (Var("googlecode_url") % "gyp") + "/trunk@874", "src/v8": - (Var("googlecode_url") % "v8") + "/trunk@6387", + (Var("googlecode_url") % "v8") + "/trunk@6469", "src/native_client": Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), |