diff options
author | Charlie Gordon <github@chqrlie.org> | 2024-02-10 20:54:29 +0100 |
---|---|---|
committer | Charlie Gordon <github@chqrlie.org> | 2024-02-10 20:54:29 +0100 |
commit | 2c793e50979e64a51178c1048071c97722eb1bf1 (patch) | |
tree | 091c3cbac77bb63e3ef671f6b8620ea6420a7777 /test262o.conf | |
parent | 37bd4ae62db064984a5956ab534920dfa21e3c5d (diff) | |
download | quickjs-2c793e50979e64a51178c1048071c97722eb1bf1.tar.gz quickjs-2c793e50979e64a51178c1048071c97722eb1bf1.zip |
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).
Diffstat (limited to 'test262o.conf')
-rw-r--r-- | test262o.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test262o.conf b/test262o.conf index 669dead..96f8667 100644 --- a/test262o.conf +++ b/test262o.conf @@ -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 |