Changeset 199135 in webkit


Ignore:
Timestamp:
Apr 6, 2016 6:50:09 PM (8 years ago)
Author:
sbarati@apple.com
Message:

jsc-layout-tests.yaml/js/script-tests/regress-141098.js failing on Yosemite Debug after r198989
https://bugs.webkit.org/show_bug.cgi?id=156187

Reviewed by Keith Miller.

Tools:

  • Scripts/run-jsc-stress-tests:

LayoutTests:

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r199131 r199135  
     12016-04-06  Saam barati  <sbarati@apple.com>
     2
     3        jsc-layout-tests.yaml/js/script-tests/regress-141098.js failing on Yosemite Debug after r198989
     4        https://bugs.webkit.org/show_bug.cgi?id=156187
     5
     6        Reviewed by Keith Miller.
     7
     8        * js/script-tests/regress-141098.js:
     9
    1102016-04-06  Michael Catanzaro  <mcatanzaro@igalia.com>
    211
  • trunk/LayoutTests/js/script-tests/regress-141098.js

    r196762 r199135  
    1 //@ noNoLLIntRunLayoutTest if $architecture == "arm" and $hostOS == "darwin"
     1//@ noEagerNoNoLLIntTestsRunLayoutTest
    22
    33description("Regression test for https://webkit.org/b/141098. Make sure eval() properly handles running out of stack space. This test should run without crashing.");
  • trunk/Tools/ChangeLog

    r199118 r199135  
     12016-04-06  Saam barati  <sbarati@apple.com>
     2
     3        jsc-layout-tests.yaml/js/script-tests/regress-141098.js failing on Yosemite Debug after r198989
     4        https://bugs.webkit.org/show_bug.cgi?id=156187
     5
     6        Reviewed by Keith Miller.
     7
     8        * Scripts/run-jsc-stress-tests:
     9
    1102016-04-06  Alex Christensen  <achristensen@webkit.org>
    211
  • trunk/Tools/Scripts/run-jsc-stress-tests

    r199076 r199135  
    11261126end
    11271127
     1128def noEagerNoNoLLIntTestsRunLayoutTest
     1129    runLayoutTestDefault
     1130    if $jitTests
     1131        runLayoutTestNoCJIT
     1132        runLayoutTestDefaultFTL
     1133        runLayoutTestFTLNoCJIT
     1134    end
     1135end
     1136
    11281137def noNoLLIntRunLayoutTest
    11291138    runLayoutTestDefault
Note: See TracChangeset for help on using the changeset viewer.