Skip to content

jedel1043/icu4x-test262

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICU4X + Test262 + Boa

This repository contains a minimized collection of tests from the Test262 suite that fail when using the ICU4X crate to implement ECMAScript's Intl builtin on the Boa interpreter.

Structure

Each file on the tests directory indicates the list of tests that failed while testing that service. Every test has a comment, indicating the original test from which the minimized test was extracted.

To Run

Runs all tests:

> cargo test --no-fail-fast

Runs the test file suite:

> cargo test --test [suite]

Stats

Component ✔️
Locale 194 68 12 70.80%
ListFormat 160 0 2 98.77%
getCanonicalLocales 56 0 20 73.68%
Collator 114 0 4 94.92%
String 20 0 14 58.82%
Segmenter 152 0 4 97.44%

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages