Changeset 269746 in webkit


Ignore:
Timestamp:
Nov 12, 2020 12:54:47 PM (4 years ago)
Author:
Caio Lima
Message:

[Intl][ARMv7][MIPS] Skip stress/intl-datetimeformat-formatrange.js
https://bugs.webkit.org/show_bug.cgi?id=218867

Unreviewed test gardening.

  • stress/intl-datetimeformat-formatrange.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r269737 r269746  
     12020-11-12  Caio Lima  <ticaiolima@gmail.com>
     2
     3        [Intl][ARMv7][MIPS] Skip stress/intl-datetimeformat-formatrange.js
     4        https://bugs.webkit.org/show_bug.cgi?id=218867
     5
     6        Unreviewed test gardening.
     7
     8        * stress/intl-datetimeformat-formatrange.js:
     9
    1102020-11-12  Yusuke Suzuki  <ysuzuki@apple.com>
    211
  • trunk/JSTests/stress/intl-datetimeformat-formatrange.js

    r269707 r269746  
     1//@ skip if ["arm", "mips"].include?($architecture) # Due to ICU version.
     2
    13function shouldBe(actual, expected) {
    24    if (actual !== expected)
Note: See TracChangeset for help on using the changeset viewer.