[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
121/136: gnu: util-linux: Globally disable the lsns test.
From: |
guix-commits |
Subject: |
121/136: gnu: util-linux: Globally disable the lsns test. |
Date: |
Sun, 17 Oct 2021 05:16:23 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit d0522343dd71eb97ba5ce7ec07d78b880c437ec8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 15 14:19:53 2021 -0400
gnu: util-linux: Globally disable the lsns test.
Justification: the test also failed on the CI for x86_64 and caused an
evaluation to fail.
* gnu/packages/linux.scm (util-linux)[phases]{disable-lsns-test}: Disable
globally.
---
gnu/packages/linux.scm | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8db102e..134b4cc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1906,16 +1906,14 @@ providing the system administrator with some help in
common tasks.")
(string-append
all "\n"
"ts_skip \"setarch tests are unreliable under
QEMU\"")))))
- ,@(if (target-x86-32?)
- `((add-before 'check 'disable-lsns-test
- (lambda _
- ;; The lsns tests can fail due to ioctl(_,
NS_GET_USERNS)
- ;; returning ENOTTY, indicating this kernel does
not
- ;; support user namespaces. Curiously, this
test can fail
- ;; on i686 even if the same test passes on
x86_64 on the
- ;; same machine. See
<https://issues.guix.gnu.org/49933>.
- (delete-file "tests/ts/lsns/ioctl_ns"))))
- '())
+ (add-before 'check 'disable-lsns-test
+ (lambda _
+ ;; The lsns tests can fail due to ioctl(_, NS_GET_USERNS)
+ ;; returning ENOTTY, indicating this kernel does not
+ ;; support user namespaces. Curiously, this test can
fail
+ ;; on i686 even if the same test passes on x86_64 on the
+ ;; same machine. See
<https://issues.guix.gnu.org/49933>.
+ (delete-file "tests/ts/lsns/ioctl_ns")))
(add-after 'install 'move-static-libraries
(lambda* (#:key outputs #:allow-other-keys)
(let ((lib (assoc-ref outputs "lib"))
- 101/136: gnu: python-pathlib2: Update to 2.3.6., (continued)
- 101/136: gnu: python-pathlib2: Update to 2.3.6., guix-commits, 2021/10/17
- 114/136: gnu: rest: Use libsoup-minimal., guix-commits, 2021/10/17
- 104/136: build: glib-or-gtk-build-system: Fix indentation., guix-commits, 2021/10/17
- 112/136: gnu: libcloudproviders-minimal: Introduce minimal variant., guix-commits, 2021/10/17
- 122/136: gnu: heimdal: Fix build., guix-commits, 2021/10/17
- 130/136: gnu: webkitgtk: Update to 2.34.0., guix-commits, 2021/10/17
- 127/136: gnu: vala: Update to 0.54.2., guix-commits, 2021/10/17
- 63/136: gnu: gst-plugins-bad: Update to 1.18.5., guix-commits, 2021/10/17
- 110/136: gnu: Add docbook-xsl-ns., guix-commits, 2021/10/17
- 109/136: gnu: json-glib-minimal: Introduce minimal variant., guix-commits, 2021/10/17
- 121/136: gnu: util-linux: Globally disable the lsns test.,
guix-commits <=
- 66/136: gnu: gst-editing-services: Update to 1.18.5., guix-commits, 2021/10/17
- 80/136: gnu: diffutils: Update to 3.8., guix-commits, 2021/10/17
- 83/136: gnu: gcc-5: Fix powerpc64le-linux build, guix-commits, 2021/10/17
- 97/136: gnu: Add python-flit-core., guix-commits, 2021/10/17
- 113/136: gnu: gusb-minimal: Introduce minimal variant., guix-commits, 2021/10/17
- 107/136: gnu: lsof: Disable the LTlock test., guix-commits, 2021/10/17
- 65/136: gnu: gst-libav: Update to 1.18.5., guix-commits, 2021/10/17
- 76/136: gnu: glibc: Look for the current timezone in /etc/localtime., guix-commits, 2021/10/17
- 72/136: gnu: libnice: Update to 0.1.18-0.47a9633., guix-commits, 2021/10/17
- 78/136: gnu: gtk+-2: Fix ‘builder’ test., guix-commits, 2021/10/17