From a1a2e8ea06bdd7220d57fa7d193787374c0f296e Mon Sep 17 00:00:00 2001 From: "deanm@chromium.org" Date: Tue, 2 Dec 2008 15:31:37 +0000 Subject: Rebaseline deep-recursion, additional test cases were added upstream. Review URL: http://codereview.chromium.org/13048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6217 0039d316-1c4b-4281-b951-d872f2087c98 --- .../layout_tests/platform/chromium-win/LayoutTests/fast/js/README | 4 +++- .../chromium-win/LayoutTests/fast/js/deep-recursion-test-expected.txt | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'webkit/data/layout_tests') diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/README b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/README index e23018a..0ddcb993 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/README +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/README @@ -27,6 +27,8 @@ Only error messages are different. deep-recursion.html -------------------------- It takes more than 1000 recursive calls to get a stack overflow in V8. +We differ from the upstream expected results because the v8 exception message +doesn't have a trailing period. This is intentional for consistency. function-decompilation-operators.html function-prototype.html @@ -113,4 +115,4 @@ Only difference is the parse error message. regexp-overflow -------------------------- This tests artificial limits on the size of regexps. We allow -simple regexps to be larger than what jsc allows \ No newline at end of file +simple regexps to be larger than what jsc allows diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/deep-recursion-test-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/deep-recursion-test-expected.txt index a2a8246..14cb370 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/deep-recursion-test-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/deep-recursion-test-expected.txt @@ -5,6 +5,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE FAIL msg should be RangeError: Maximum call stack size exceeded.. Was RangeError: Maximum call stack size exceeded. FAIL msg should be RangeError: Maximum call stack size exceeded.. Was RangeError: Maximum call stack size exceeded. +FAIL msg should be RangeError: Maximum call stack size exceeded.. Was RangeError: Maximum call stack size exceeded. +FAIL msg should be RangeError: Maximum call stack size exceeded.. Was RangeError: Maximum call stack size exceeded. PASS successfullyParsed is true TEST COMPLETE -- cgit v1.1