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

Changeset 285712 in webkit


Ignore:
Timestamp:
Nov 12, 2021, 3:43:26 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

[JSC][32bit] Unskip JSTests/microbenchmarks/redefine-property-accessor-dictionary.js
https://bugs.webkit.org/show_bug.cgi?id=233034

Unreviewed gardening.

This is skipped for memoryLimited *and* mips|arm systems, but a)
seems to run fine on both setups and b) is almost identical to the
other tests/benchmarks that landed in the same patch, that do not
have that limitation. Optimistically remove the skip and let's see
if it sticks.

Patch by Xan Lopez <Xan Lopez> on 2021-11-12

  • microbenchmarks/redefine-property-accessor-dictionary.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r285651 r285712  
     12021-11-12  Xan Lopez  <xan@igalia.com>
     2
     3        [JSC][32bit] Unskip JSTests/microbenchmarks/redefine-property-accessor-dictionary.js
     4        https://bugs.webkit.org/show_bug.cgi?id=233034
     5
     6        Unreviewed gardening.
     7
     8        This is skipped for memoryLimited *and* mips|arm systems, but a)
     9        seems to run fine on both setups and b) is almost identical to the
     10        other tests/benchmarks that landed in the same patch, that do not
     11        have that limitation. Optimistically remove the skip and let's see
     12        if it sticks.
     13
     14        * microbenchmarks/redefine-property-accessor-dictionary.js:
     15
    1162021-11-11  Michael Saboff  <msaboff@apple.com>
    217
  • trunk/JSTests/microbenchmarks/redefine-property-accessor-dictionary.js

    r264574 r285712  
    1 //@ skip if $memoryLimited and ["arm", "mips"].include?($architecture)
    21const obj = {};
    32for (let i = 0; i < 100; ++i)
Note: See TracChangeset for help on using the changeset viewer.