summaryrefslogtreecommitdiff
path: root/user/gmime/3.2.3-broken-tests.patch
blob: 219580761f523d2825afc00d60a7616e0a1ba599 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From e62f2a250092fc30ebe242c6acbf46320c1d0891 Mon Sep 17 00:00:00 2001
From: Luis Ressel <aranea@aixah.de>
Date: Mon, 25 Feb 2019 07:34:54 +0100
Subject: [PATCH] Disable broken tests

test-iconv relies on an glibc-specific iso-2022-jp encoding behaviour;
test-filters uses the UTF-8 --> EUC-KR conversion which is not
supported by musl.
---
 tests/Makefile.am | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9a2ee8d..f59c8ed 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -10,11 +10,9 @@ AM_CPPFLAGS = 				\
 	$(GLIB_CFLAGS)
 
 AUTOMATED_TESTS =	\
-	test-iconv	\
 	test-streams	\
 	test-cat	\
 	test-encodings	\
-	test-filters	\
 	test-headers	\
 	test-mime-part	\
 	test-partial	\
-- 
2.19.2