diff options
author | ricow@chromium.org <ricow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-19 11:11:55 +0000 |
---|---|---|
committer | ricow@chromium.org <ricow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-19 11:11:55 +0000 |
commit | dd963e36bd98e493333d97d39d1072dac6723cbf (patch) | |
tree | ec699c4d53441abdb9cffb449c368c9624366a04 | |
parent | f873527f48a5c04288ef4196ac7e5909c055e6b4 (diff) | |
download | chromium_src-dd963e36bd98e493333d97d39d1072dac6723cbf.zip chromium_src-dd963e36bd98e493333d97d39d1072dac6723cbf.tar.gz chromium_src-dd963e36bd98e493333d97d39d1072dac6723cbf.tar.bz2 |
Push V8 version 2.3.1. This fixes crbug.com/49099.
Review URL: http://codereview.chromium.org/3039010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52895 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 9 |
2 files changed, 6 insertions, 5 deletions
@@ -52,7 +52,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@837", "src/v8": - "http://v8.googlecode.com/svn/trunk@5074", + "http://v8.googlecode.com/svn/trunk@5091", "src/native_client": "http://nativeclient.googlecode.com/svn/trunk/src/native_client@" + diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 5f176ef..0beb25d 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -5,9 +5,10 @@ // Only add expectations here to temporarily suppress messages on the bots // until the changes can be landed upstream. -// TODO(ager): started crashing after the v8 roll of r52309. -// http://crbug.com/49099 -BUG_AGER LINUX DEBUG : fast/js/excessive-comma-usage.html = CRASH - // TODO(johnnyg): remove after upstream expectations are rolled BUG_JOHNNYG WIN : fast/forms/input-file-directory-upload.html = TEXT + + +// TODO(ricow): remove chromium specific expectations for this in +// webkit repo. +BUG_RICOW MAC WIN : fast/dom/undetectable-document-all.html = TEXT |