summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-26 09:53:28 +0000
committerager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-26 09:53:28 +0000
commit0f8c0ea5468c3b72f858c54172a037a6d7b29835 (patch)
tree482ee8b6a55590701f8ed93f1e943150c48ca171
parentd8b6060f045d93d6b0cfb6a0d8e80fc100df1749 (diff)
downloadchromium_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--DEPS2
-rw-r--r--webkit/tools/layout_tests/test_expectations.txt7
2 files changed, 8 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 70dad73..b1744fd 100644
--- a/DEPS
+++ b/DEPS
@@ -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