[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28616] disable failing bluez test
From: |
Thomas Danckaert |
Subject: |
[bug#28616] disable failing bluez test |
Date: |
Wed, 27 Sep 2017 09:21:05 +0200 (CEST) |
A test for the bluez package that previously failed only (?) on ARM,
now seems to fail more widely.
It seems the same problem was discussed on the linux-bluetooth
mailing list here. https://marc.info/?t=149578476300002&r=1&w=2
Apparently the test fails when no network is available.
I suggest to disable the test for now...
Thomas
>From 6a1a2c0e437552109be72ff257fbd9ae410774c1 Mon Sep 17 00:00:00 2001
From: Thomas Danckaert <address@hidden>
Date: Wed, 27 Sep 2017 09:14:02 +0200
Subject: [PATCH] gnu: bluez: Mark segfaulting test with XFAIL.
* gnu/packages/linux.scm (bluez): [arguments] Mark test-gatt with XFAIL.
---
gnu/packages/linux.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2a3a40801..a50e465f1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3090,10 +3090,9 @@ Bluetooth audio output devices like headphones or
loudspeakers.")
(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 one test that segfaults.
+ #:make-flags '("XFAIL_TESTS=unit/test-gatt")))
+
(native-inputs
`(("pkg-config" ,pkg-config)
("gettext" ,gettext-minimal)))
--
2.14.1
- [bug#28616] disable failing bluez test,
Thomas Danckaert <=