From 2c793e50979e64a51178c1048071c97722eb1bf1 Mon Sep 17 00:00:00 2001 From: Charlie Gordon Date: Sat, 10 Feb 2024 20:54:29 +0100 Subject: [PATCH] Fix test262o error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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). --- test262o.conf | 3 +++ 1 file changed, 3 insertions(+) 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