all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thomas Danckaert <post@thomasdanckaert.be>
To: 28616@debbugs.gnu.org
Subject: [bug#28616] disable failing bluez test
Date: Wed, 27 Sep 2017 09:21:05 +0200 (CEST)	[thread overview]
Message-ID: <20170927.092105.443051876281349513.post@thomasdanckaert.be> (raw)

[-- Attachment #1: Type: Text/Plain, Size: 338 bytes --]

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

[-- Attachment #2: 0001-gnu-bluez-Mark-segfaulting-test-with-XFAIL.patch --]
[-- Type: Text/X-Patch, Size: 1138 bytes --]

From 6a1a2c0e437552109be72ff257fbd9ae410774c1 Mon Sep 17 00:00:00 2001
From: Thomas Danckaert <post@thomasdanckaert.be>
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


             reply	other threads:[~2017-09-27  7:22 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-27  7:21 Thomas Danckaert [this message]
2017-09-27 19:30 ` [bug#28616] disable failing bluez test Marius Bakke
2017-09-27 20:59   ` Thomas Danckaert
2017-09-28  6:42     ` Thomas Danckaert
2017-10-01 10:02       ` Thomas Danckaert
2017-10-03 21:50         ` Marius Bakke
2017-10-04 18:04           ` Thomas Danckaert
2017-10-10 21:40             ` Marius Bakke
2017-10-11  6:52               ` Thomas Danckaert
2017-10-11 16:10               ` Thomas Danckaert
2017-10-11 16:23                 ` Marius Bakke
2017-10-11 19:53                   ` Thomas Danckaert
2017-10-07 19:53           ` bug#28616: " Thomas Danckaert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170927.092105.443051876281349513.post@thomasdanckaert.be \
    --to=post@thomasdanckaert.be \
    --cc=28616@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.