unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: 57462@debbugs.gnu.org
Subject: [bug#57462] [PATCH 01/15] gnu: ghc-statistics: Properly enable tests.
Date: Sun, 28 Aug 2022 16:47:34 +0200	[thread overview]
Message-ID: <20220828144748.15575-1-maximedevos@telenet.be> (raw)
In-Reply-To: <20220828144435.15239-1-maximedevos@telenet.be>

The comment states there are test failures and hence it is implied that the
intent was to disable tests, not enable them, but tests pass and the code
below enabled tests instead of disabling them.

Remove #:tests? #true to satisfy the tests-true linter.

* gnu/packages/haskell-xyz.scm
(ghc-statistics)[arguments]{#:tests?}: Remove.
---
 gnu/packages/haskell-xyz.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 0ce47e0902..039f4871f2 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -12000,9 +12000,6 @@ (define-public ghc-statistics
         (base32
          "0j9awbg47fzb58k5z2wgkp6a0042j7hqrl1g6lyflrbsfswdp5n4"))))
     (build-system haskell-build-system)
-    (arguments
-     '(;; Two tests fail: "Discrete CDF is OK" and "Quantile is CDF inverse".
-       #:tests? #t))
     (inputs
      (list ghc-aeson
            ghc-async
-- 
2.37.1





  reply	other threads:[~2022-08-28 14:48 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-28 14:44 [bug#57462] [PATCH 00/15] Don't ask to run tests when cross-compiling Maxime Devos
2022-08-28 14:47 ` Maxime Devos [this message]
2022-08-28 14:47   ` [bug#57462] [PATCH 02/15] gnu: julia-arrayinterface: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 03/15] gnu: julia-forwarddiff: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 04/15] gnu: julia-reversediff: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 05/15] gnu: julia-interpolations: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 06/15] gnu: proot: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 07/15] gnu: python-fonttools-full: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 08/15] gnu: python-path: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 09/15] gnu: python-jaraco-functools: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 10/15] gnu: python-pip-run: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 11/15] gnu: python-jupyter-client: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 12/15] gnu: python-jaraco-context: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 13/15] gnu: ruby-rubocop: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 14/15] gnu: rust: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 15/15] gnu: yt-dlp: " Maxime Devos
2022-08-30  7:02     ` bug#57462: [PATCH 00/15] " Mathieu Othacehe

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20220828144748.15575-1-maximedevos@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=57462@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).