Changeset 259149 in webkit


Ignore:
Timestamp:
Mar 27, 2020 5:56:18 PM (4 years ago)
Author:
mark.lam@apple.com
Message:

Skip stress/test-out-of-memory.js on memory limited devices.
https://bugs.webkit.org/show_bug.cgi?id=209690
<rdar://problem/60659198>

Reviewed by Keith Miller.

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

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r259125 r259149  
     12020-03-27  Mark Lam  <mark.lam@apple.com>
     2
     3        Skip stress/test-out-of-memory.js on memory limited devices.
     4        https://bugs.webkit.org/show_bug.cgi?id=209690
     5        <rdar://problem/60659198>
     6
     7        Reviewed by Keith Miller.
     8
     9        * stress/test-out-of-memory.js:
     10
    1112020-03-27  Paulo Matos  <pmatos@igalia.com>
    212
  • trunk/JSTests/stress/test-out-of-memory.js

    r250185 r259149  
    1 //@ if ["arm", "mips"].include?($architecture) then skip else runDefault end
     1//@ skip if $memoryLimited or ["arm", "mips"].include?($architecture)
     2//@ runDefault
    23
    34const a = [0];
Note: See TracChangeset for help on using the changeset viewer.