tc39 / test262

Official ECMAScript Conformance Test Suite
Other
2.38k stars 461 forks source link

Pull in additional coverage for String.localeCompare #3244

Open schuay opened 3 years ago

schuay commented 3 years ago

The current coverage seems fairly basic and is missing many relevant special cases. I'd suggest to pull in at JSC's https://github.com/WebKit/WebKit/blob/main/JSTests/stress/string-localeCompare.js.

Besides that, it may make sense to add further coverage.

cc @mathiasbynens @FrankYFTang

mathiasbynens commented 3 years ago

cc @jugglinmike @anba

jugglinmike commented 3 years ago

Improving coverage always sounds good to me!

Here's a few tips for anyone who wants to take up the cause: