Changeset 205270 in webkit


Ignore:
Timestamp:
Aug 31, 2016 4:58:21 PM (8 years ago)
Author:
mark.lam@apple.com
Message:

Gardening: skipping a flaky test from the JSC test suite.
https://bugs.webkit.org/show_bug.cgi?id=161437

Not reviewed.

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r205269 r205270  
     12016-08-31  Mark Lam  <mark.lam@apple.com>
     2
     3        Gardening: skipping a flaky test from the JSC test suite.
     4        https://bugs.webkit.org/show_bug.cgi?id=161437
     5
     6        Not reviewed.
     7
     8        * js/script-tests/regress-141098.js:
     9
    1102016-08-31  Yoav Weiss  <yoav@yoav.ws>
    211
  • trunk/LayoutTests/js/script-tests/regress-141098.js

    r203142 r205270  
    1 //@ noNoLLIntRunLayoutTest
     1//@ skip
    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.");
Note: See TracChangeset for help on using the changeset viewer.