guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: libaio: Disable broken test.


From: guix-commits
Subject: 02/02: gnu: libaio: Disable broken test.
Date: Wed, 21 Feb 2024 23:13:03 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 9bde74d79d73b102f4fc806d51bbd2e56617af5d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Feb 21 21:55:21 2024 -0500

    gnu: libaio: Disable broken test.
    
    * gnu/packages/linux.scm (libaio) [phases]
    <disable-problematic-tests>: New phase.
    
    Change-Id: Ieff712d9c2d8f55d1e730750f7a153295b11ffbe
---
 gnu/packages/linux.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e8ea53cc4b..0c277bd82a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -34,7 +34,7 @@
 ;;; Copyright © 2018 Vasile Dumitrascu <va511e@yahoo.com>
 ;;; Copyright © 2019 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
 ;;; Copyright © 2019 mikadoZero <mikadozero@yandex.com>
-;;; Copyright © 2019, 2020, 2021, 2022, 2023 Maxim Cournoyer 
<maxim.cournoyer@gmail.com>
+;;; Copyright © 2019, 2020, 2021, 2022, 2023, 2024 Maxim Cournoyer 
<maxim.cournoyer@gmail.com>
 ;;; Copyright © 2019 Stefan Stefanović <stefanx2ovic@gmail.com>
 ;;; Copyright © 2019-2022 Brice Waegeneire <brice@waegenei.re>
 ;;; Copyright © 2019 Kei Kebreau <kkebreau@posteo.net>
@@ -5792,6 +5792,13 @@ Linux Device Mapper multipathing driver:
            #:test-target "partcheck"    ; need root for a full 'check'
            #:phases
            #~(modify-phases %standard-phases
+               (add-after 'unpack 'disable-problematic-tests
+                 (lambda _
+                   (with-directory-excursion "harness/cases"
+                     ;; The 21.t test fails with "Expected 4096, got
+                     ;; 18446744073709551605" (see:
+                     ;; https://pagure.io/libaio/issue/26).
+                     (rename-file "21.t" "21.t.disabled"))))
                (delete 'configure)      ; no configure script
                #$@(if (target-riscv64?)
                     #~((add-after 'unpack 'patch-test



reply via email to

[Prev in Thread] Current Thread [Next in Thread]