diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 09:53:28 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 09:53:28 +0000 |
commit | 0f8c0ea5468c3b72f858c54172a037a6d7b29835 (patch) | |
tree | 482ee8b6a55590701f8ed93f1e943150c48ca171 | |
parent | d8b6060f045d93d6b0cfb6a0d8e80fc100df1749 (diff) | |
download | chromium_src-0f8c0ea5468c3b72f858c54172a037a6d7b29835.zip chromium_src-0f8c0ea5468c3b72f858c54172a037a6d7b29835.tar.gz chromium_src-0f8c0ea5468c3b72f858c54172a037a6d7b29835.tar.bz2 |
Update V8 to version 2.1.10.
Suppress large-expressions in chromium tree while landing expectation
change upstream. This test is failing on Mac and on Windows in debug
mode already with a JS stack overflow exception. It is just at the
limit on Linux now so occasionally fails and occasionally passes.
Review URL: http://codereview.chromium.org/1366004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42741 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 7 |
2 files changed, 8 insertions, 1 deletions
@@ -41,7 +41,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@804", "src/v8": - "http://v8.googlecode.com/svn/trunk@4283", + "http://v8.googlecode.com/svn/trunk@4294", "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 0ca4cc3..93bad7d 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -4,3 +4,10 @@ // // Only add expectations here to temporarily suppress messages on the bots // until the changes can be landed upstream. + +// We are occasionally hitting a JS stack overflow exception on Linux in +// release mode. This test already fails on Mac and in debug +// mode on Windows with a JS stack overflow exception. +// +// http://code.google.com/p/v8/issues/detail?id=277 +BUG10457 RELEASE LINUX : fast/js/large-expressions.html = FAIL PASS |