gnu: bluez: Mark segfaulting test with XFAIL for all architectures.
* gnu/packages/linux.scm (bluez): [arguments] Mark test-gatt with XFAIL.
This commit is contained in:
parent
19d2713196
commit
b01981a9e2
1 changed files with 5 additions and 4 deletions
|
@ -3089,10 +3089,11 @@ (define-public bluez
|
|||
(string-append (assoc-ref inputs "eudev") "/bin/udevadm")))
|
||||
#t))))
|
||||
|
||||
;; FIXME: Skip one test that segfaults on ARM.
|
||||
,@(if (string=? (%current-system) "armhf-linux")
|
||||
'(#:make-flags '("XFAIL_TESTS=unit/test-gatt"))
|
||||
'())))
|
||||
;; FIXME: Skip a test that segfaults on some machines. Seems to be a
|
||||
;; timing issue (discussion on upstream mailing list:
|
||||
;; https://marc.info/?t=149578476300002&r=1&w=2)
|
||||
#:make-flags '("XFAIL_TESTS=unit/test-gatt")))
|
||||
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("gettext" ,gettext-minimal)))
|
||||
|
|
Loading…
Reference in a new issue