Changeset 244937 in webkit


Ignore:
Timestamp:
May 3, 2019 4:34:52 PM (5 years ago)
Author:
msaboff@apple.com
Message:

iOS JSC tests frequently exiting with execption after stress/json-stringify-string-builder-overflow.js.no-cjit-validate-phases
https://bugs.webkit.org/show_bug.cgi?id=197586

Reviewed by Keith Miller.

We should only run one config of this test and only when we think we'll have the memory.

  • stress/json-stringify-string-builder-overflow.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r244915 r244937  
     12019-05-03  Michael Saboff  <msaboff@apple.com>
     2
     3        iOS JSC tests frequently exiting with execption after stress/json-stringify-string-builder-overflow.js.no-cjit-validate-phases
     4        https://bugs.webkit.org/show_bug.cgi?id=197586
     5
     6        Reviewed by Keith Miller.
     7
     8        We should only run one config of this test and only when we think we'll have the memory.
     9
     10        * stress/json-stringify-string-builder-overflow.js:
     11
    1122019-05-03  Yusuke Suzuki  <ysuzuki@apple.com>
    213
  • trunk/JSTests/stress/json-stringify-string-builder-overflow.js

    r239360 r244937  
    11//@ slow!
     2//@ skip if $memoryLimited
    23//@ skip if $architecture != "arm64" and $architecture != "x86-64"
     4//@ runDefault if !$memoryLimited
    35
    46var exception;
Note: See TracChangeset for help on using the changeset viewer.