Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Merge requests
!198
The source project of this merge request has been removed.
New packages: gmime and notmuch
Merged
New packages: gmime and notmuch
(removed):notmuch
into
master
Overview
0
Commits
2
Pipelines
0
Changes
Merged
Ghost User
requested to merge
(removed):notmuch
into
master
6 years ago
Overview
0
Pipelines
0
Changes
-
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
1bd7fb03
2 commits,
6 years ago
+
223
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
Search (e.g. *.vue) (Ctrl+P)
user/gmime/3.2.3-broken-tests.patch
0 → 100644
+
31
−
0
Options
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
Loading