all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63843] [PATCH] gnu: proot: Skip failing test.
@ 2023-06-02 13:43 Ontje.Luensdorf
  2023-06-04  9:39 ` Josselin Poiret via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Ontje.Luensdorf @ 2023-06-02 13:43 UTC (permalink / raw)
  To: 63843; +Cc: me, leo

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#63843] [PATCH] gnu: proot: Skip failing test.
  2023-06-02 13:43 [bug#63843] [PATCH] gnu: proot: Skip failing test Ontje.Luensdorf
@ 2023-06-04  9:39 ` Josselin Poiret via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Josselin Poiret via Guix-patches via @ 2023-06-04  9:39 UTC (permalink / raw)
  To: Ontje.Luensdorf, 63843, control; +Cc: me, leo

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

merge 63843 63394
close 63394
thankyou

Hi Ontje,

<Ontje.Luensdorf@dlr.de> writes:

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

This is fixed by b741218e919bfd386772322c1dcb286446bc4c90.  Note that
disabling the tests here was a bad idea, as the upstream issue
indicated: this was a regression.

Best,
-- 
Josselin Poiret

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 682 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-04  9:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-02 13:43 [bug#63843] [PATCH] gnu: proot: Skip failing test Ontje.Luensdorf
2023-06-04  9:39 ` Josselin Poiret via Guix-patches via

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.