Changeset 239326 in webkit


Ignore:
Timestamp:
Dec 17, 2018 11:51:24 PM (5 years ago)
Author:
mark.lam@apple.com
Message:

Skip the stress/materialize-regexp-cyclic-regexp.js test on 32-bit.
https://bugs.webkit.org/show_bug.cgi?id=191373
<rdar://problem/46525458>

Reviewed by Yusuke Suzuki.

The test is already slow running with a JIT on 64-bit. It will always timeout
on 32-bit without a JIT.

  • stress/materialize-regexp-cyclic-regexp.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r239325 r239326  
     12018-12-17  Mark Lam  <mark.lam@apple.com>
     2
     3        Skip the stress/materialize-regexp-cyclic-regexp.js test on 32-bit.
     4        https://bugs.webkit.org/show_bug.cgi?id=191373
     5        <rdar://problem/46525458>
     6
     7        Reviewed by Yusuke Suzuki.
     8
     9        The test is already slow running with a JIT on 64-bit.  It will always timeout
     10        on 32-bit without a JIT.
     11
     12        * stress/materialize-regexp-cyclic-regexp.js:
     13
    1142018-12-17  Mark Lam  <mark.lam@apple.com>
    215
  • trunk/JSTests/stress/materialize-regexp-cyclic-regexp.js

    r227107 r239326  
     1//@ skip if $architecture != "arm64" and $architecture != "x86-64"
     2
    13function shouldBe(actual, expected)
    24{
Note: See TracChangeset for help on using the changeset viewer.