summaryrefslogtreecommitdiff
path: root/dev-db/sqlite/files/sqlite-3.49.0-icu-tests.patch
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2025-09-05 12:20:33 +0200
committerJakov Smolić <jsmolic@gentoo.org>2025-09-05 12:20:33 +0200
commite6a78f4d5d7353f10addd21dbb15b14516d28b88 (patch)
tree2d355cc97a9a96acad81246036488a8784cb42fa /dev-db/sqlite/files/sqlite-3.49.0-icu-tests.patch
parentb84ebc44875c02084bdbecc0e3fb45545f650389 (diff)
downloadgentoo-e6a78f4d5d7353f10addd21dbb15b14516d28b88.tar.gz
gentoo-e6a78f4d5d7353f10addd21dbb15b14516d28b88.tar.bz2
gentoo-e6a78f4d5d7353f10addd21dbb15b14516d28b88.zip
dev-db/sqlite: drop 3.46.1, 3.49.1, 3.49.2
Bug: https://bugs.gentoo.org/955819 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-db/sqlite/files/sqlite-3.49.0-icu-tests.patch')
-rw-r--r--dev-db/sqlite/files/sqlite-3.49.0-icu-tests.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-db/sqlite/files/sqlite-3.49.0-icu-tests.patch b/dev-db/sqlite/files/sqlite-3.49.0-icu-tests.patch
deleted file mode 100644
index 8211d1a146b2..000000000000
--- a/dev-db/sqlite/files/sqlite-3.49.0-icu-tests.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-https://sqlite.org/forum/forumpost/f93323a743
-https://sqlite.org/src/info/5964616dc9de9323
---- a/test/like3.test
-+++ b/test/like3.test
-@@ -302,15 +302,23 @@
- }
-
- #-------------------------------------------------------------------------
- reset_db
-
-+# See forum thread https://sqlite.org/forum/info/d7b90d92ffbfc61f
- foreach enc {
- UTF-8
- UTF-16le
- UTF-16be
- } {
-+ ifcapable icu {
-+ if {$enc=="UTF-8"} {
-+ # The invalid UTF8 used in these tests is incompatible with ICU
-+ # https://sqlite.org/forum/forumpost/2ca8a09a7e
-+ continue
-+ }
-+ }
- foreach {tn expr} {
- 1 "CAST (X'FF' AS TEXT)"
- 2 "CAST (X'FFBF' AS TEXT)"
- 3 "CAST (X'FFBFBF' AS TEXT)"
- 4 "CAST (X'FFBFBFBF' AS TEXT)"
-