icu4x
icu4x copied to clipboard
Consider running ignored / exhaustive tests on CI
trafficstars
ICU4C has exhaustive tests. Rust has an equivalent called "ignored" tests, which use the #[ignore] annotation. We should consider running these tests on main CI. It would also be nice to run it on PRs, but only when code in the same component is being touched.
https://doc.rust-lang.org/book/ch11-02-running-tests.html#ignoring-some-tests-unless-specifically-requested
@sotam1069 is adding some tests like this for calendrical calculations.
Discuss with:
- @robertbastian
- @sffc
Optional:
- @zbraniecki
Going forward, #[ignored] will be for slow tests, but they still have to pass. Daily CI will run them.