summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2019-11-01 12:22:44 +0100
committerEdward Welbourne <edward.welbourne@qt.io>2019-11-01 12:59:51 +0100
commit3c20a81bf02902cd57c7a188555cd33359b27f27 (patch)
tree18d4588d61f39a2449f22d07f820fb42f0f6d69d
parent9096c11e57f9e073648ec3636bac499f006c5362 (diff)
Fix failing ES test for Georgian script upper-case
Unicode 11 added upper-case letters for Georgian, which didn't exist when this test was written. Consequently, the test fails now that we've updated past Unicode 11. The upstream ES test repository has commented out the test. Narrowed the test to the block on which it does work, commented on the two other characters for which it works. Fixes: QTBUG-79682 Change-Id: I8dd388317cabd62fc5d33487aeb5266d8b9b132d Reviewed-by: Lars Knoll <lars.knoll@qt.io>
-rw-r--r--tests/auto/qscriptjstestsuite/tests/ecma/String/15.5.4.12-3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qscriptjstestsuite/tests/ecma/String/15.5.4.12-3.js b/tests/auto/qscriptjstestsuite/tests/ecma/String/15.5.4.12-3.js
index d9d8bc6..364baf6 100644
--- a/tests/auto/qscriptjstestsuite/tests/ecma/String/15.5.4.12-3.js
+++ b/tests/auto/qscriptjstestsuite/tests/ecma/String/15.5.4.12-3.js
@@ -68,7 +68,7 @@ writeHeaderToLog( SECTION + " "+ TITLE);
// Georgian
// Range: U+10A0 to U+10FF
-for ( var i = 0x10A0; i <= 0x10FF; i++ ) {
+for ( var i = 0x10A0; i <= 0x10CF; i++ ) { // 0x10FB and 0x10FC also work
var U = new Unicode( i );
/*
new TestCase( SECTION,