[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
121/203: gnu: util-linux: Globally disable the lsns test.
From: |
guix-commits |
Subject: |
121/203: gnu: util-linux: Globally disable the lsns test. |
Date: |
Wed, 3 Nov 2021 21:10:18 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit cc857e43c834e57a77da60541ae034b30e72cd4e
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 81fdace..c862454 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1907,16 +1907,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"))
- 139/203: gnu: gdk-pixbuf: Add a search path for the loaders cache file., (continued)
- 139/203: gnu: gdk-pixbuf: Add a search path for the loaders cache file., guix-commits, 2021/11/03
- 145/203: gnu: mariadb: Only run the main test suite to avoid flaky tests., guix-commits, 2021/11/03
- 132/203: gnu: webkitgtk: Add a debug output., guix-commits, 2021/11/03
- 144/203: gnu: cdparanoia: Disable parallel build., guix-commits, 2021/11/03
- 135/203: gnu: ungoogled-chromium: Use the new lld-as-ld-wrapper., guix-commits, 2021/11/03
- 157/203: gnu: python-dateutil: Update to 2.8.2., guix-commits, 2021/11/03
- 136/203: gnu: gtk: Add the generate-gdk-pixbuf-loaders-cache-file phase., guix-commits, 2021/11/03
- 161/203: gnu: mesa: Enable support for OpenGL ES 1.1 and 2.0., guix-commits, 2021/11/03
- 162/203: gnu: zxing-cpp: Update to 1.2.0-0.00783db., guix-commits, 2021/11/03
- 50/203: gnu: lib2geom: Update to 1.1., guix-commits, 2021/11/03
- 121/203: gnu: util-linux: Globally disable the lsns test.,
guix-commits <=
- 150/203: gnu: curl: Update to 7.79.1., guix-commits, 2021/11/03
- 171/203: gnu: gtkmm: Update to 4.4.0., guix-commits, 2021/11/03
- 168/203: gnu: Add cling., guix-commits, 2021/11/03
- 186/203: gnu: libblockdev: Update to 2.26., guix-commits, 2021/11/03
- 148/203: gnu: jsoncpp: Apply patch to regular package., guix-commits, 2021/11/03
- 151/203: gnu: python-hypothesis: Update to 6.23.4., guix-commits, 2021/11/03
- 170/203: gnu: gtkmm-3: Update to 3.24.5., guix-commits, 2021/11/03
- 175/203: gnu: xorgproto: Update to 2021.5., guix-commits, 2021/11/03
- 172/203: gnu: dconf: Update to 0.40.0., guix-commits, 2021/11/03
- 180/203: gnu: network-manager: Update to 1.32.12., guix-commits, 2021/11/03