mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: libunwind: Enable tests.
* gnu/packages/libunwind.scm (libunwind)[arguments]: Remove #:tests?. Add #:make-flags.
This commit is contained in:
parent
05e3ff8f38
commit
dce7ed146d
1 changed files with 5 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
||||||
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
|
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
|
||||||
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2022 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2022 Efraim Flashner <efraim@flashner.co.il>
|
||||||
|
;;; Copyright © 2022 Marius Bakke <marius@gnu.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -39,10 +40,10 @@ (define-public libunwind
|
||||||
"0xj9g6a9q7v7zz6lymf3f6011synibgawi4wi384bywid5kfqsja"))))
|
"0xj9g6a9q7v7zz6lymf3f6011synibgawi4wi384bywid5kfqsja"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: As of glibc 2.25, we get 1 out of 34 test failures (2 are
|
'(#:make-flags
|
||||||
;; expected to fail).
|
;; Two tests are failing with newer toolchains:
|
||||||
;; Report them upstream.
|
;; https://github.com/libunwind/libunwind/issues/363
|
||||||
'(#:tests? #f))
|
'("XFAIL_TESTS=run-coredump-unwind run-coredump-unwind-mdi")))
|
||||||
(home-page "https://www.nongnu.org/libunwind")
|
(home-page "https://www.nongnu.org/libunwind")
|
||||||
(synopsis "Determining the call chain of a program")
|
(synopsis "Determining the call chain of a program")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue