mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: libaio: Disable broken test.
* gnu/packages/linux.scm (libaio) [phases] <disable-problematic-tests>: New phase. Change-Id: Ieff712d9c2d8f55d1e730750f7a153295b11ffbe
This commit is contained in:
parent
548c606636
commit
e675723b0f
1 changed files with 7 additions and 0 deletions
|
@ -5978,6 +5978,13 @@ (define-public libaio
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue