Bug 213887

Summary: REGRESSION (r263837): test/intl402/NumberFormat/prototype/format/numbering-systems.js is failing
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: webkit-bot-watchers-bugzilla, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=213872

Description Ryan Haddad 2020-07-02 09:13:42 PDT
---------------NEW FAILING TESTS SUMMARY---------------

FAIL test/intl402/NumberFormat/prototype/format/numbering-systems.js (default)
Full Output:
Exception: Test262Error: numberingSystem: diak, digit: 0 Expected SameValue(«0», «𑥐») to be true

FAIL test/intl402/NumberFormat/prototype/format/numbering-systems.js (strict mode)
Full Output:
Exception: Test262Error: numberingSystem: diak, digit: 0 Expected SameValue(«0», «𑥐») to be true

https://build.webkit.org/builders/Apple-Catalina-Debug-Test262-Tests/builds/5499
Comment 1 Radar WebKit Bug Importer 2020-07-02 09:14:12 PDT
<rdar://problem/65037206>
Comment 2 Yusuke Suzuki 2020-09-15 01:57:50 PDT
This is expected since it requires ICU66 (Catalina is using ICU64), and now it is skipped.