Changeset 239327 in webkit


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

Skip the stress/materialized-regexp-has-correct-last-index-set-by-match.js test on 32-bit.
https://bugs.webkit.org/show_bug.cgi?id=192019
<rdar://problem/46525456>

Reviewed by Yusuke Suzuki.

The test runs too slow on 32-bit.

  • stress/materialized-regexp-has-correct-last-index-set-by-match.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r239326 r239327  
     12018-12-17  Mark Lam  <mark.lam@apple.com>
     2
     3        Skip the stress/materialized-regexp-has-correct-last-index-set-by-match.js test on 32-bit.
     4        https://bugs.webkit.org/show_bug.cgi?id=192019
     5        <rdar://problem/46525456>
     6
     7        Reviewed by Yusuke Suzuki.
     8
     9        The test runs too slow on 32-bit.
     10
     11        * stress/materialized-regexp-has-correct-last-index-set-by-match.js:
     12
    1132018-12-17  Mark Lam  <mark.lam@apple.com>
    214
  • trunk/JSTests/stress/materialized-regexp-has-correct-last-index-set-by-match.js

    r229514 r239327  
     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.