Changeset 206947 in webkit


Ignore:
Timestamp:
Oct 7, 2016 7:07:09 PM (8 years ago)
Author:
Yusuke Suzuki
Message:

REGRESSION (r206853?): LayoutTest js/regress-141098.html failing
https://bugs.webkit.org/show_bug.cgi?id=163046

Reviewed by Saam Barati.

This is attempt-to-fix patch since I cannot reproduce this flakiness.
We reduce the number of frames to back off from the stack overflow to
catch the closer frame limit to the actual stack limit.

  • js/script-tests/regress-141098.js:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r206946 r206947  
     12016-10-07  Yusuke Suzuki  <utatane.tea@gmail.com>
     2
     3        REGRESSION (r206853?): LayoutTest js/regress-141098.html failing
     4        https://bugs.webkit.org/show_bug.cgi?id=163046
     5
     6        Reviewed by Saam Barati.
     7
     8        This is attempt-to-fix patch since I cannot reproduce this flakiness.
     9        We reduce the number of frames to back off from the stack overflow to
     10        catch the closer frame limit to the actual stack limit.
     11
     12        * js/script-tests/regress-141098.js:
     13
    1142016-10-07  Wenson Hsieh  <wenson_hsieh@apple.com>
    215
  • trunk/LayoutTests/js/script-tests/regress-141098.js

    r205270 r206947  
    1414let countStart = 2;
    1515let countIncrement = 8;
    16 let numberOfFramesToBackoffFromStackOverflowPoint = 50;
     16let numberOfFramesToBackoffFromStackOverflowPoint = 10;
    1717
    1818// backoffEverything is chosen to be -1 because a negative number will never be
Note: See TracChangeset for help on using the changeset viewer.