Changeset 228499 in webkit


Ignore:
Timestamp:
Feb 14, 2018 5:58:44 PM (6 years ago)
Author:
Ryan Haddad
Message:

Skip stress/new-largeish-contiguous-array-with-size.js on arm.

Unreviewed test gardening.

  • stress/new-largeish-contiguous-array-with-size.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r228488 r228499  
     12018-02-14  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Skip stress/new-largeish-contiguous-array-with-size.js on arm.
     4
     5        Unreviewed test gardening.
     6
     7        * stress/new-largeish-contiguous-array-with-size.js:
     8
    192018-02-14  Saam Barati  <sbarati@apple.com>
    210
  • trunk/JSTests/stress/new-largeish-contiguous-array-with-size.js

    r218205 r228499  
    11// We only need one run of this with any GC or JIT strategy. This test is not particularly fast.
    22// Unfortunately, it needs to run for a while to test the thing it's testing.
    3 //@ skip if $architecture == /arm/
     3//@ if $architecture =~ /arm/ then skip else runWithRAMSize(10000000) end
    44//@ slow!
    5 //@ runWithRAMSize(10000000)
    65
    76function foo(x) {
Note: See TracChangeset for help on using the changeset viewer.