guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: bluez: Mark segfaulting test with XFAIL for all architecture


From: Thomas Danckaert
Subject: 01/01: gnu: bluez: Mark segfaulting test with XFAIL for all architectures.
Date: Sat, 7 Oct 2017 15:52:34 -0400 (EDT)

thomasd pushed a commit to branch core-updates
in repository guix.

commit b01981a9e280b1ea051d332ea5bdeab2f72fbb43
Author: Thomas Danckaert <address@hidden>
Date:   Wed Sep 27 09:14:02 2017 +0200

    gnu: bluez: Mark segfaulting test with XFAIL for all architectures.
    
     * gnu/packages/linux.scm (bluez): [arguments] Mark test-gatt with XFAIL.
---
 gnu/packages/linux.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index abce9b9..04ad0a6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3089,10 +3089,11 @@ 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 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]