From 7ee677bc52775d419a1be71226efa5eb8daa80ae Mon Sep 17 00:00:00 2001 From: "ager@chromium.org" Date: Fri, 13 Mar 2009 09:17:01 +0000 Subject: Update V8 to fix an assertion that does not hold. Add test that tests arbitrary limits on expressions that can be handled without stack overflows to the test list. I have filed a bug report and Kevin is investigating. Review URL: http://codereview.chromium.org/46029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11624 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 2 +- webkit/tools/layout_tests/test_lists/tests_fixable.txt | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/DEPS b/DEPS index e67556f..f64792e 100644 --- a/DEPS +++ b/DEPS @@ -29,7 +29,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@364", "src/v8": - "http://v8.googlecode.com/svn/trunk@1501", + "http://v8.googlecode.com/svn/trunk@1505", "src/webkit/data/layout_tests/LayoutTests": Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 4ebcec7..168ab72 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1806,3 +1806,10 @@ MAC : LayoutTests/http/tests/xmlhttprequest/encode-request-url.html = TIMEOUT PA WIN DEBUG : LayoutTests/transitions/transition-end-event-multiple-03.html = FAIL PASS WIN DEBUG : LayoutTests/fast/dom/HTMLElement/innerHTML-selection-crash.html = CRASH PASS LINUX : LayoutTests/editing/selection/move-by-line-001.html = FAIL PASS + + +// This hits a stack-overflow exception earlier in debug mode than in +// release mode. +// +// http://code.google.com/p/v8/issues/detail?id=277 +DEBUG : LayoutTests/fast/js/large-expressions.html = FAIL -- cgit v1.1