mirror of
https://github.com/bellard/quickjs
synced 2024-11-23 14:19:44 +03:00
Fix test262o error
- excude test262o/test/suite/ch15/15.5/15.5.4/15.5.4.9/15.5.4.9_CE.js: Test262 Error: String.prototype.localeCompare considers ö (\u006f\u0308) = ö (\u00f6).
This commit is contained in:
parent
37bd4ae62d
commit
2c793e5097
@ -406,5 +406,8 @@ test262o/test/suite/ch11/11.13/11.13.1/11.13.1-1-2.js
|
||||
test262o/test/suite/ch11/11.13/11.13.1/11.13.1-1-3.js
|
||||
test262o/test/suite/ch11/11.13/11.13.1/11.13.1-1-4.js
|
||||
|
||||
# String.prototype.localeCompare special cases
|
||||
test262o/test/suite/ch15/15.5/15.5.4/15.5.4.9/15.5.4.9_CE.js
|
||||
|
||||
[tests]
|
||||
# list test files or use config.testdir
|
||||
|
Loading…
Reference in New Issue
Block a user