summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
diff options
context:
space:
mode:
authorIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2021-08-17 16:36:28 +0200
committerIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2021-08-25 00:13:39 +0200
commitd9881799c112297abfc2a27298690655bea7f99c (patch)
tree191be5d111844b855cf3f23ee17b09057652c380 /tests/auto/corelib/io
parent655e353557d24b74a7e71eb5f25ec15c8ff646b8 (diff)
tst_qurlinternal: Remove testcases that use U+04CF
U+04CF CYRILLIC SMALL LETTER PALOCHKA was undefined in Unicode 3.5 used by IDNA2003 but it is allowed in UTS #46. Task-number: QTBUG-85371 Change-Id: I7f5c0f6dc57f1197fd509e98328207d6179f1624 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'tests/auto/corelib/io')
-rw-r--r--tests/auto/corelib/io/qurlinternal/tst_qurlinternal.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/corelib/io/qurlinternal/tst_qurlinternal.cpp b/tests/auto/corelib/io/qurlinternal/tst_qurlinternal.cpp
index 1516a19c99..5380fe17f4 100644
--- a/tests/auto/corelib/io/qurlinternal/tst_qurlinternal.cpp
+++ b/tests/auto/corelib/io/qurlinternal/tst_qurlinternal.cpp
@@ -363,12 +363,6 @@ void tst_QUrlInternal::ace_testsuite_data()
// but is should have nameprepped to NFKC U+03BC GREEK SMALL LETTER MU
badRow("invalid-nameprep-nonnfkc", "xn--sba");
- // U+04CF CYRILLIC SMALL LETTER PALOCHKA encodes to "s5a"
- // but it's not in RFC 3454's allowed character list (Unicode 3.2)
- badRow("invalid-nameprep-unassigned", "xn--s5a");
- // same character, see QTBUG-60364
- badRow("invalid-nameprep-unassigned2", "xn--80ak6aa92e");
-
// Decodes to "a" in some versions, see QTBUG-95689
badRow("punycode-overflow-1", "xn--5p32g");
// Decodes to the same string as "xn--097c" in some versions, see QTBUG-95689