Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: LayoutTests/fast/dom/private_script_unittest-expected.txt

Issue 553983007: Blink-in-JS: Allow a stackoverflow error thrown by private scripts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/dom/private_script_unittest.html ('k') | Source/bindings/core/v8/PrivateScriptRunner.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/private_script_unittest-expected.txt
diff --git a/LayoutTests/fast/dom/private_script_unittest-expected.txt b/LayoutTests/fast/dom/private_script_unittest-expected.txt
index 594f62e23c4d2c85ffeb6912f646d1996ea3389e..6ffceb2946a08b60b16366de30966c932e2248e6 100644
--- a/LayoutTests/fast/dom/private_script_unittest-expected.txt
+++ b/LayoutTests/fast/dom/private_script_unittest-expected.txt
@@ -36,6 +36,7 @@ PASS privateScriptTest.voidMethodThrowsTypeError() threw exception TypeError: Fa
PASS privateScriptTest.voidMethodThrowsRangeError() threw exception RangeError: Failed to execute 'voidMethodThrowsRangeError' on 'PrivateScriptTest': method threw RangeError.
PASS privateScriptTest.voidMethodThrowsSyntaxError() threw exception SyntaxError: Failed to execute 'voidMethodThrowsSyntaxError' on 'PrivateScriptTest': method threw SyntaxError.
PASS privateScriptTest.voidMethodThrowsReferenceError() threw exception ReferenceError: Failed to execute 'voidMethodThrowsReferenceError' on 'PrivateScriptTest': method threw ReferenceError.
+PASS privateScriptTest.voidMethodThrowsStackOverflowError() threw exception RangeError: Failed to execute 'voidMethodThrowsStackOverflowError' on 'PrivateScriptTest': Maximum call stack size exceeded.
PASS privateScriptTest.addIntegerImplementedInCPP(111, 222) is 333
PASS privateScriptTest.stringAttributeImplementedInCPP is "undefined"
PASS privateScriptTest.stringAttributeImplementedInCPP is "foo"
« no previous file with comments | « LayoutTests/fast/dom/private_script_unittest.html ('k') | Source/bindings/core/v8/PrivateScriptRunner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698