guix-commits
[Top][All Lists]
Advanced

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

292/329: gnu: ghc-bsb-http-chunked: Disable tests on i686-linux.


From: guix-commits
Subject: 292/329: gnu: ghc-bsb-http-chunked: Disable tests on i686-linux.
Date: Wed, 20 Nov 2019 21:18:47 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit 81b228ed14f50ff1d441d14c24520b226fbbd351
Author: Timothy Sample <address@hidden>
Date:   Fri Nov 8 02:25:25 2019 -0500

    gnu: ghc-bsb-http-chunked: Disable tests on i686-linux.
    
    * gnu/packages/haskell-web.scm (ghc-bsb-http-chunked)[arguments]:
    Disable tests on i686-linux.
---
 gnu/packages/haskell-web.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index ad80831..1672170 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -532,6 +532,11 @@ Haskell's Web Application Interface (WAI).")
         (base32
          "0z0f18yc6zlwh29c6175ivfcin325lvi4irpvv0n3cmq7vi0k0ql"))))
     (build-system haskell-build-system)
+    (arguments
+     `(;; XXX: As of 0.0.4, one property test ("Identical output as Blaze")
+       ;; fails on i686-linux.
+       #:tests? ,(not (string-prefix? "i686" (or (%current-target-system)
+                                                 (%current-system))))))
     (native-inputs
      `(("ghc-attoparsec" ,ghc-attoparsec)
        ("ghc-blaze-builder" ,ghc-blaze-builder)



reply via email to

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