Changeset 89842 in webkit


Ignore:
Timestamp:
Jun 27, 2011 11:40:18 AM (13 years ago)
Author:
barraclough@apple.com
Message:

The fast/js/recursion-limit-equal test is too fragile
https://bugs.webkit.org/show_bug.cgi?id=63352

Patch by Filip Pizlo <fpizlo@apple.com> on 2011-06-27
Reviewed by Gavin Barraclough.

  • fast/js/recursion-limit-equal-expected.txt:
  • fast/js/script-tests/recursion-limit-equal.js:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r89836 r89842  
     12011-06-27  Filip Pizlo  <fpizlo@apple.com>
     2
     3        Reviewed by Gavin Barraclough.
     4
     5        The fast/js/recursion-limit-equal test is too fragile
     6        https://bugs.webkit.org/show_bug.cgi?id=63352
     7
     8        * fast/js/recursion-limit-equal-expected.txt:
     9        * fast/js/script-tests/recursion-limit-equal.js:
     10
    1112011-06-27  Abhishek Arya  <inferno@chromium.org>
    212
  • trunk/LayoutTests/fast/js/recursion-limit-equal-expected.txt

    r89465 r89842  
    1 CONSOLE MESSAGE: line 9: RangeError: Maximum call stack size exceeded.
    21Tests hitting the recursion limit with equality comparisons. At one point this crashed due to lack of exception checking inside the engine.
    32
     
    76If the test did not crash, it has passed.
    87
     8PASS test() threw exception RangeError: Maximum call stack size exceeded..
    99PASS successfullyParsed is true
    1010
  • trunk/LayoutTests/fast/js/script-tests/recursion-limit-equal.js

    r48651 r89842  
    1515debug('');
    1616
    17 test();
     17shouldThrow("test()");
     18
Note: See TracChangeset for help on using the changeset viewer.