Changeset 239328 in webkit


Ignore:
Timestamp:
Dec 18, 2018 12:16:14 AM (5 years ago)
Author:
mark.lam@apple.com
Message:

Skip the stress/elidable-new-object-roflcopter-then-exit.js test on 32-bit.
https://bugs.webkit.org/show_bug.cgi?id=191374
<rdar://problem/46525447>

Reviewed by Yusuke Suzuki.

This test runs too slow on 32-bit, and is not relevant for non-JIT builds.

  • stress/elidable-new-object-roflcopter-then-exit.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r239327 r239328  
     12018-12-18  Mark Lam  <mark.lam@apple.com>
     2
     3        Skip the stress/elidable-new-object-roflcopter-then-exit.js test on 32-bit.
     4        https://bugs.webkit.org/show_bug.cgi?id=191374
     5        <rdar://problem/46525447>
     6
     7        Reviewed by Yusuke Suzuki.
     8
     9        This test runs too slow on 32-bit, and is not relevant for non-JIT builds.
     10
     11        * stress/elidable-new-object-roflcopter-then-exit.js:
     12
    1132018-12-17  Mark Lam  <mark.lam@apple.com>
    214
  • trunk/JSTests/stress/elidable-new-object-roflcopter-then-exit.js

    r173993 r239328  
     1//@ skip if $architecture != "arm64" and $architecture != "x86-64"
     2
    13function sumOfArithSeries(limit) {
    24    return limit * (limit + 1) / 2;
Note: See TracChangeset for help on using the changeset viewer.