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

Unified Diff: LayoutTests/fast/js/toString-stack-overflow-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
Index: LayoutTests/fast/js/toString-stack-overflow-expected.txt
diff --git a/LayoutTests/fast/js/toString-stack-overflow-expected.txt b/LayoutTests/fast/js/toString-stack-overflow-expected.txt
deleted file mode 100644
index ba3baf1d9a3a77c536a0a123a8deab32c0778ad6..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/js/toString-stack-overflow-expected.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-This test checks for a regression against https://bugs.webkit.org/show_bug.cgi?id=3743: Incorrect error message given for certain calls.
-
-The test confirms that the correct exception is thrown in the event of a stack overflow during a call to Array.toString.
-
-It is possible that this may need to be updated if WebKit gets an improvement to its JavaScript stack support. Either through increasing the depth of the recursion, or through some other mechanism.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS ary.toString() threw exception RangeError: Maximum call stack size exceeded..
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698