Changeset 250250 in webkit


Ignore:
Timestamp:
Sep 23, 2019 1:42:14 PM (5 years ago)
Author:
Caio Lima
Message:

Skip stress/regexp-unicode-surrogate-pair-increment-should-involve-length-check.js into ARMv7 and MIPS
https://bugs.webkit.org/show_bug.cgi?id=202113

Unreviewed test gardening, skipped test in ARMv7 and MIPS.

It is going to be fixed in
https://bugs.webkit.org/show_bug.cgi?id=202041

  • stress/regexp-unicode-surrogate-pair-increment-should-involve-length-check.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r250200 r250250  
     12019-09-23  Caio Lima  <ticaiolima@gmail.com>
     2
     3        Skip stress/regexp-unicode-surrogate-pair-increment-should-involve-length-check.js into ARMv7 and MIPS
     4        https://bugs.webkit.org/show_bug.cgi?id=202113
     5
     6        Unreviewed test gardening, skipped test in ARMv7 and MIPS.
     7
     8        It is going to be fixed in
     9        https://bugs.webkit.org/show_bug.cgi?id=202041
     10
     11        * stress/regexp-unicode-surrogate-pair-increment-should-involve-length-check.js:
     12
    1132019-09-22  Yusuke Suzuki  <ysuzuki@apple.com>
    214
  • trunk/JSTests/stress/regexp-unicode-surrogate-pair-increment-should-involve-length-check.js

    r249926 r250250  
     1//@ skip if ["arm", "mips"].include?($architecture)
    12// This test checks for proper incrementing around / over individual surrogates and surrogate pairs.
    23// This test should run without crashing.
Note: See TracChangeset for help on using the changeset viewer.