me
/
guix
Archived
1
0
Fork 0

gnu: bluez: Mark segfaulting test with XFAIL for all architectures.

* gnu/packages/linux.scm (bluez): [arguments] Mark test-gatt with XFAIL.
master
Thomas Danckaert 2017-09-27 09:14:02 +02:00 committed by Thomas Danckaert
parent 19d2713196
commit b01981a9e2
No known key found for this signature in database
GPG Key ID: 5C3B064C724A5726
1 changed files with 5 additions and 4 deletions

View File

@ -3089,10 +3089,11 @@ Bluetooth audio output devices like headphones or loudspeakers.")
(string-append (assoc-ref inputs "eudev") "/bin/udevadm"))) (string-append (assoc-ref inputs "eudev") "/bin/udevadm")))
#t)))) #t))))
;; FIXME: Skip one test that segfaults on ARM. ;; FIXME: Skip a test that segfaults on some machines. Seems to be a
,@(if (string=? (%current-system) "armhf-linux") ;; timing issue (discussion on upstream mailing list:
'(#:make-flags '("XFAIL_TESTS=unit/test-gatt")) ;; https://marc.info/?t=149578476300002&r=1&w=2)
'()))) #:make-flags '("XFAIL_TESTS=unit/test-gatt")))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("gettext" ,gettext-minimal))) ("gettext" ,gettext-minimal)))