Changeset 230230 in webkit


Ignore:
Timestamp:
Apr 3, 2018, 6:19:52 PM (7 years ago)
Author:
mark.lam@apple.com
Message:

Test js-fixed-array-out-of-memory.js should be excluded for memory limited devices.
https://bugs.webkit.org/show_bug.cgi?id=184284

Reviewed by Saam Barati.

  • stress/js-fixed-array-out-of-memory.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r230143 r230230  
     12018-04-03  Mark Lam  <mark.lam@apple.com>
     2
     3        Test js-fixed-array-out-of-memory.js should be excluded for memory limited devices.
     4        https://bugs.webkit.org/show_bug.cgi?id=184284
     5
     6        Reviewed by Saam Barati.
     7
     8        * stress/js-fixed-array-out-of-memory.js:
     9
    1102018-03-31  Filip Pizlo  <fpizlo@apple.com>
    211
  • trunk/JSTests/stress/js-fixed-array-out-of-memory.js

    r215919 r230230  
    1 //@ if $buildType == "debug" then runDefault("--maxSingleAllocationSize=1048576") else skip end
     1//@ if $buildType == "debug" && !$memoryLimited then runDefault("--maxSingleAllocationSize=1048576") else skip end
    22
    33var exception;
Note: See TracChangeset for help on using the changeset viewer.