all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: <Ontje.Luensdorf@dlr.de>
To: 63843@debbugs.gnu.org
Cc: me@tobias.gr, leo@famulari.name
Subject: [bug#63843] [PATCH] gnu: proot: Skip failing test.
Date: Fri, 2 Jun 2023 13:43:54 +0000	[thread overview]
Message-ID: <xgy3h6rq7ze4.fsf@dlr.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 152 bytes --]

Hi,


this disables a failing proot test to fix guix pack -RR. The issue has
already been reported upstream (see comment).

Best regards,
Ontje

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-proot-Skip-failing-test.patch --]
[-- Type: text/x-diff; name="0001-gnu-proot-Skip-failing-test.patch", Size: 1280 bytes --]

From 82484365d0212db116091a21dc613a3452d310bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ontje=20L=C3=BCnsdorf?= <ontje.luensdorf@dlr.de>
Date: Fri, 2 Jun 2023 15:21:02 +0200
Subject: [PATCH] gnu: proot: Skip failing test.
To: guix-patches.gnu.org

* gnu/packages/linux.scm (proot): Skip failing test.
[arguments]: Skip test-5bed7141.
---
 gnu/packages/linux.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index fc6f3cbda5..4d68083fe1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8239,6 +8239,10 @@ (define-public proot
                           (setenv "PATH"
                                   (string-append (getenv "PATH") ":/bin"))
                           (invoke "make" "check" "-C" "test"
+                                  ;; Disable failing test, see
+                                  ;; https://github.com/proot-me/proot/issues/352
+                                  ;; for details.
+                                  "-o" "test-5bed7141"
                                   ;;"V=1"
                                   "-j" (number->string n))))))
                   (replace 'install

base-commit: 75bdd4b05253c0e6ca5399f60e424f0f00fdb673
-- 
2.39.2


             reply	other threads:[~2023-06-02 13:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-02 13:43 Ontje.Luensdorf [this message]
2023-06-04  9:39 ` [bug#63843] [PATCH] gnu: proot: Skip failing test Josselin Poiret via Guix-patches via

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=xgy3h6rq7ze4.fsf@dlr.de \
    --to=ontje.luensdorf@dlr.de \
    --cc=63843@debbugs.gnu.org \
    --cc=leo@famulari.name \
    --cc=me@tobias.gr \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.