mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-25 04:27:54 +01:00
Skip some tests
This commit is contained in:
parent
eb66f46884
commit
374e2253b6
@ -162,6 +162,19 @@ defaultExpectedFailures ghcVer = execWriter $ do
|
|||||||
add "glib"
|
add "glib"
|
||||||
add "pango"
|
add "pango"
|
||||||
|
|
||||||
|
-- https://github.com/acw/bytestring-progress/issues/3
|
||||||
|
add "bytestring-progress"
|
||||||
|
|
||||||
|
-- https://github.com/silkapp/rest/issues/40
|
||||||
|
add "rest-core"
|
||||||
|
add "rest-gen"
|
||||||
|
|
||||||
|
-- Seems to require 32-bit functions
|
||||||
|
add "nettle"
|
||||||
|
|
||||||
|
-- Depends on a missing graphviz executable
|
||||||
|
add "graphviz"
|
||||||
|
|
||||||
where
|
where
|
||||||
add = tell . singleton . PackageName
|
add = tell . singleton . PackageName
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user