guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: gnuradio: Disable a randomly failing test.


From: guix-commits
Subject: 03/03: gnu: gnuradio: Disable a randomly failing test.
Date: Mon, 25 Oct 2021 05:59:50 -0400 (EDT)

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

commit 988eb73d5b8c84f413382b8a80b4d4d72eff6747
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Oct 25 11:45:53 2021 +0200

    gnu: gnuradio: Disable a randomly failing test.
    
    * gnu/packages/radio.scm (gnuradio)[arguments]: Add qa_rotator_cc to the 
list
      of disabled tests.
---
 gnu/packages/radio.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 5d9c9d3..09878f1 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -598,7 +598,10 @@ used by RDS Spy, and audio files containing 
@dfn{multiplex} signals (MPX).")
                            '(;; 
https://github.com/gnuradio/gnuradio/issues/3871
                              "qa_header_payload_demux"
                              ;; 
https://github.com/gnuradio/gnuradio/issues/4348
-                             "qa_packet_headerparser_b")
+                             "qa_packet_headerparser_b"
+                             ;; qa_rotator_cc sometimes fails, it looks like
+                             ;; a floating point number precision issue.
+                             "qa_rotator_cc")
                            "|"))))
          (add-after 'install 'wrap-python
            (assoc-ref python:%standard-phases 'wrap))



reply via email to

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