⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 276149 in webkit


Ignore:
Timestamp:
Apr 16, 2021, 11:47:56 AM (5 years ago)
Author:
guijemont@igalia.com
Message:

[JSC] Unskip stress/intl-parse-unicode-subtags.js on arm
https://bugs.webkit.org/show_bug.cgi?id=224679

Unreviewed test gardening.

  • stress/intl-parse-unicode-subtags.js: Unskipped, as it passes fine

now.

Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r276130 r276149  
     12021-04-16  Guillaume Emont  <guijemont@igalia.com>
     2
     3        [JSC] Unskip stress/intl-parse-unicode-subtags.js on arm
     4        https://bugs.webkit.org/show_bug.cgi?id=224679
     5
     6        Unreviewed test gardening.
     7
     8        * stress/intl-parse-unicode-subtags.js: Unskipped, as it passes fine
     9        now.
     10
    1112021-04-16  Xan Lopez  <xan@igalia.com>
    212
  • trunk/JSTests/stress/intl-parse-unicode-subtags.js

    r266029 r276149  
    1 //@ skip if $architecture == "arm"
    21function shouldBe(actual, expected) {
    32    if (actual !== expected)
Note: See TracChangeset for help on using the changeset viewer.