[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#35944] [PATCH] gnu: packages: haskell: happy: Disable tests
From: |
Robert Vollmert |
Subject: |
[bug#35944] [PATCH] gnu: packages: haskell: happy: Disable tests |
Date: |
Tue, 28 May 2019 14:41:01 +0200 |
Tests fail reliably for me on a system with 2GB of available RAM, in
`issue93.a.hs` and `issue93.n.hs`.
* gnu/packages/haskell.scm (ghc-happy): Disable tests
---
gnu/packages/haskell.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 33c9c6484d..7ef32537c8 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1325,6 +1325,8 @@ postfix notation. For more information on stack based
languages, see
(base32
"138xpxdb7x62lpmgmb6b3v3vgdqqvqn4273jaap3mjmc2gla709y"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:tests? #f)) ; Test require excessive amounts of memory
(home-page "https://hackage.haskell.org/package/happy")
(synopsis "Parser generator for Haskell")
(description "Happy is a parser generator for Haskell. Given a grammar
--
2.20.1 (Apple Git-117)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#35944] [PATCH] gnu: packages: haskell: happy: Disable tests,
Robert Vollmert <=