public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flo@geekplace.eu>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-arch/tarlz/files/, app-arch/tarlz/
Date: Mon, 19 Apr 2021 19:05:30 +0000 (UTC)	[thread overview]
Message-ID: <1618859114.10cc6ae8d05d268607e7368374fe3740b2815299.flow@gentoo> (raw)

commit:     10cc6ae8d05d268607e7368374fe3740b2815299
Author:     Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Mon Apr 19 19:04:24 2021 +0000
Commit:     Florian Schmaus <flo <AT> geekplace <DOT> eu>
CommitDate: Mon Apr 19 19:05:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10cc6ae8

app-arch/tarlz: skip broken test case

Closes: https://bugs.gentoo.org/783846
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>

 app-arch/tarlz/files/skip-broken-testcase.patch | 14 ++++++++++++++
 app-arch/tarlz/tarlz-0.19-r2.ebuild             |  4 ++++
 2 files changed, 18 insertions(+)

diff --git a/app-arch/tarlz/files/skip-broken-testcase.patch b/app-arch/tarlz/files/skip-broken-testcase.patch
new file mode 100644
index 000000000..949e4df5a
--- /dev/null
+++ b/app-arch/tarlz/files/skip-broken-testcase.patch
@@ -0,0 +1,14 @@
+--- a/testsuite/check.sh	2021-04-19 20:57:33.141266611 +0200
++++ b/testsuite/check.sh	2021-04-19 20:58:18.465330536 +0200
+@@ -1102,6 +1102,11 @@
+ 	[ $? = 2 ] || test_failed $LINENO $i
+ 	"${TARLZ}" -q -tf "${testdir}"/t155_fv${i}.tar.lz --permissive ||
+ 		test_failed $LINENO $i
++	if [ "${i}" = 5 ] ; then
++		# Skip broken test case. See gentoo bug #783846 and
++		# https://lists.nongnu.org/archive/html/lzip-bug/2021-04/msg00001.html
++		continue
++	fi
+ 	if [ "${ln_works}" = yes ] ; then
+ 		mkdir dir2 || framework_failure
+ 		"${TARLZ}" -C dir2 -xf "${testdir}"/t155_fv${i}.tar.lz --permissive ||

diff --git a/app-arch/tarlz/tarlz-0.19-r2.ebuild b/app-arch/tarlz/tarlz-0.19-r2.ebuild
index 5ecb5d3fe..86091b0f2 100644
--- a/app-arch/tarlz/tarlz-0.19-r2.ebuild
+++ b/app-arch/tarlz/tarlz-0.19-r2.ebuild
@@ -20,6 +20,10 @@ DEPEND="
 	$(unpacker_src_uri_depends)
 "
 
+PATCHES=(
+	"${FILESDIR}/skip-broken-testcase.patch"
+)
+
 src_configure() {
 	econf LDFLAGS="${LDFLAGS}" CXXFLAGS="${CXXFLAGS}"
 }


             reply	other threads:[~2021-04-19 19:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-19 19:05 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-17 19:09 [gentoo-commits] repo/proj/guru:dev commit in: app-arch/tarlz/files/, app-arch/tarlz/ Florian Schmaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1618859114.10cc6ae8d05d268607e7368374fe3740b2815299.flow@gentoo \
    --to=flo@geekplace.eu \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox