summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2022-01-19 00:09:34 +0100
committerLars Wendler <polynomial-c@gentoo.org>2022-01-19 00:09:34 +0100
commitb869ecc529a76935ceb270d4ed2b7401162ed99a (patch)
tree5c512ae296fb2abc448d1d9096654637ecc2c2f0 /net-im/pidgin/files/pidgin-2.13.0-disable-one-jid-test.patch
parentx11-base/xorg-drivers: Stabilize 21.1 arm64, #831378 (diff)
downloadgentoo-b869ecc529a76935ceb270d4ed2b7401162ed99a.tar.gz
gentoo-b869ecc529a76935ceb270d4ed2b7401162ed99a.tar.bz2
gentoo-b869ecc529a76935ceb270d4ed2b7401162ed99a.zip
net-im/pidgin: Removed old
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-im/pidgin/files/pidgin-2.13.0-disable-one-jid-test.patch')
-rw-r--r--net-im/pidgin/files/pidgin-2.13.0-disable-one-jid-test.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-im/pidgin/files/pidgin-2.13.0-disable-one-jid-test.patch b/net-im/pidgin/files/pidgin-2.13.0-disable-one-jid-test.patch
deleted file mode 100644
index cf3a6de7bfb2..000000000000
--- a/net-im/pidgin/files/pidgin-2.13.0-disable-one-jid-test.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-https://bugs.gentoo.org/593338
-
-Workaround one failing test. test fails on all platforms.
-Needs to be fixed upstream.
-
---- a/libpurple/tests/test_jabber_jutil.c
-+++ b/libpurple/tests/test_jabber_jutil.c
-@@ -144,7 +144,16 @@ START_TEST(test_jabber_id_new)
- * string MUST NOT contain any LCat character."
- * The character is U+066D (ARABIC FIVE POINTED STAR).
- */
-+#if 0
-+ /*
-+ Fails in gentoo: https://bugs.gentoo.org/593338
-+
-+ 98%: Checks: 87, Failures: 1, Errors: 0
-+ test_jabber_jutil.c:147:F:JID validate:test_jabber_id_new:0: JID 'foo@example.com/٭simplexe٭' is invalid but jabber_id_new() allowed it
-+ FAIL check_libpurple (exit status: 1)
-+ */
- assert_invalid_jid("foo@example.com/٭simplexe٭");
-+#endif
-
- /* Ensure that jabber_id_new is properly lowercasing node and domains */
- assert_jid_parts("paul", "darkrain42.org", "PaUL@darkrain42.org");