diff options
author | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-17 00:26:57 +0000 |
---|---|---|
committer | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-17 00:26:57 +0000 |
commit | a0d87d1e815a79a9223aff80e738bbd2fc5dfd0e (patch) | |
tree | 4c78bd8b85ad36e400519dd95f8cd45e950ffb45 /webkit | |
parent | 781779e7f82bcad6d57bf8d9cbfcb4eec3ea12ae (diff) | |
download | chromium_src-a0d87d1e815a79a9223aff80e738bbd2fc5dfd0e.zip chromium_src-a0d87d1e815a79a9223aff80e738bbd2fc5dfd0e.tar.gz chromium_src-a0d87d1e815a79a9223aff80e738bbd2fc5dfd0e.tar.bz2 |
Add V8 baseline for stack overflow test.
TBR=ager
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/397022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32132 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
3 files changed, 20 insertions, 3 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/error-to-string-stack-overflow-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/error-to-string-stack-overflow-expected.txt new file mode 100644 index 0000000..d518199 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/error-to-string-stack-overflow-expected.txt @@ -0,0 +1,10 @@ +Uncaught RangeError: Maximum call stack size exceeded +CONSOLE MESSAGE: line 14: Uncaught 0 +Regression test for https://bugs.webkit.org/show_bug.cgi?id=30774. This test passes if it doesn't crash. + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + + +PASS successfullyParsed is true + +TEST COMPLETE diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/error-to-string-stack-overflow-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/error-to-string-stack-overflow-expected.txt new file mode 100644 index 0000000..d518199 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/error-to-string-stack-overflow-expected.txt @@ -0,0 +1,10 @@ +Uncaught RangeError: Maximum call stack size exceeded +CONSOLE MESSAGE: line 14: Uncaught 0 +Regression test for https://bugs.webkit.org/show_bug.cgi?id=30774. This test passes if it doesn't crash. + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + + +PASS successfullyParsed is true + +TEST COMPLETE diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 20f3e5a..91dde20 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2951,9 +2951,6 @@ BUG25889 MAC DEBUG : LayoutTests/fast/forms/select-empty-option-height.html = PA BUG25955 LINUX DEBUG : LayoutTests/fast/forms/textarea-placeholder-set-value.html = PASS CRASH BUG_JORLOW LINUX : LayoutTests/fast/multicol/column-rules-stacking.html = FAIL -// WebKit 50158:50171 -BUG_JORLOW : LayoutTests/fast/dom/error-to-string-stack-overflow.html = FAIL - // WebKit roll 50218:50235 BUG_JORLOW : LayoutTests/http/tests/ssl/referer-301.html = FAIL BUG_JORLOW DEBUG : LayoutTests/http/tests/ssl/referer-303.html = FAIL |