From: Charlie Gordon Date: Sat, 10 Feb 2024 19:54:29 +0000 (+0100) Subject: Fix test262o error X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=2c793e50979e64a51178c1048071c97722eb1bf1;p=quickjs.git 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). --- 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