⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 259535 in webkit


Ignore:
Timestamp:
Apr 4, 2020, 11:56:14 AM (6 years ago)
Author:
ysuzuki@apple.com
Message:

Unreviewed, skip stress/typed-array-subarray-can-throw-oom-error.js on memory-limited archs, and mark it slow
https://bugs.webkit.org/show_bug.cgi?id=209974

  • stress/typed-array-subarray-can-throw-oom-error.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r259530 r259535  
     12020-04-04  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        Unreviewed, skip stress/typed-array-subarray-can-throw-oom-error.js on memory-limited archs, and mark it slow
     4        https://bugs.webkit.org/show_bug.cgi?id=209974
     5
     6        * stress/typed-array-subarray-can-throw-oom-error.js:
     7
    182020-04-04  Mark Lam  <mark.lam@apple.com>
    29
  • trunk/JSTests/stress/typed-array-subarray-can-throw-oom-error.js

    r259530 r259535  
    1 //@ skip if ["arm", "mips"].include?($architecture)
     1//@ skip if $memoryLimited
     2//@ slow!
    23
    34function foo() {
Note: See TracChangeset for help on using the changeset viewer.