Changeset 276149 in webkit
- Timestamp:
- Apr 16, 2021, 11:47:56 AM (5 years ago)
- Location:
- trunk/JSTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
stress/intl-parse-unicode-subtags.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JSTests/ChangeLog
r276130 r276149 1 2021-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 1 11 2021-04-16 Xan Lopez <xan@igalia.com> 2 12 -
trunk/JSTests/stress/intl-parse-unicode-subtags.js
r266029 r276149 1 //@ skip if $architecture == "arm"2 1 function shouldBe(actual, expected) { 3 2 if (actual !== expected)
Note:
See TracChangeset
for help on using the changeset viewer.