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

Side by Side Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/toString-stack-overflow-expected.txt

Issue 243089: Triage from my stint as WebKit gardener: a number of tests were rebaselined,... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Modified: svn:eol-style
- native
+ LF
OLDNEW
1 This test checks for a regression against http://bugzilla.opendarwin.org/show_bu g.cgi?id=3743: Incorrect error message given for certain calls. 1 This test checks for a regression against https://bugs.webkit.org/show_bug.cgi?i d=3743: Incorrect error message given for certain calls.
2 2
3 The test confirms that the correct exception is thrown in the event of a stack o verflow during a call to Array.toString. 3 The test confirms that the correct exception is thrown in the event of a stack o verflow during a call to Array.toString.
4 4
5 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 recurs ion, or through some other mechanism. 5 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 recurs ion, or through some other mechanism.
6 6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 8
9 9
10 PASS ary.toString() threw exception RangeError: Maximum call stack size exceeded . 10 PASS ary.toString() threw exception RangeError: Maximum call stack size exceeded .
11 PASS successfullyParsed is true 11 PASS successfullyParsed is true
12 12
13 TEST COMPLETE 13 TEST COMPLETE
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698