From b60509e4bc7b23acdc0c63c299695248afd9d409 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 16:13:17 +0200 Subject: [PATCH] Re-disable tests that are still broken --- build-constraints.yaml | 86 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 75 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f62b062d..a0f6129c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2118,9 +2118,9 @@ packages: - simple-session # via postgresql-orm - simple-postgresql-orm - "Sergey Astanin @astanin": - - bindings-libzip < 0.11 - - LibZip < 0.11 + # "Sergey Astanin @astanin": + # Need release compatible with c lib libzip 1.0 https://bitbucket.org/astanin/hs-libzip/issues/8/libzip-10-support - bindings-libzip < 0.11 + # via bindings-libzip https://bitbucket.org/astanin/hs-libzip/issues/8/libzip-10-support - LibZip < 0.11 "Anthony Cowley @acowley": - Frames @@ -2477,10 +2477,10 @@ packages: - extra < 1.4.11 - active < 0.2.0.11 - socket < 0.6.2.0 - - cassava-conduit < 0.3.3 + - cassava-conduit < 0.3.3 # Re-enable tests when lifted # https://github.com/fpco/stackage/issues/1734 - - haskell-src-exts < 1.18 + - haskell-src-exts < 1.18 # re-enable test-suite when this is lifted - hlint < 1.9.36 - hoogle < 5.0.2 - homplexity < 0.4.3.4 @@ -2488,7 +2488,7 @@ packages: - stylish-haskell < 0.6.2.0 - haskell-src-exts-simple < 1.18.0.0 - pointful < 1.0.9 # via haskell-src-exts-simple - - hindent < 5 + - hindent < 5 # Re-enable test-suite when this is lifted - fay < 0.23.1.13 - hspec-setup < 0.2.0.0 - rest-gen < 0.20.0.0 @@ -2832,6 +2832,7 @@ expected-test-failures: - wai-session-postgresql - drifter-postgresql - postgresql-query + - hasql # Requires locally running services - network-anonymous-i2p @@ -2969,10 +2970,7 @@ expected-test-failures: # 0.12 https://github.com/xmonad/xmonad/issues/36 - xmonad - # 1.2.2.1 GHC 8 https://github.com/fpco/stackage/issues/1480 - - text - - # GHC 8 bug? https://gitlab.com/twittner/swagger/issues/6s + # GHC 8 bug? https://gitlab.com/twittner/swagger/issues/6 - swagger # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 @@ -3005,8 +3003,68 @@ expected-test-failures: # 1.0.0.0 Not enough info - https://github.com/snapframework/snap-core/issues/261 - snap-core - # v0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 + # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - wai-middleware-content-type + + # 1.3.1.1 GHC 8 https://github.com/hspec/HUnit/issues/7 + - HUnit + + # Needs ~/.ghc-mod/cabal-helper https://github.com/fpco/stackage/pull/906 + - HaRe + + # 0.900 File missing in sdist https://github.com/camfort/camfort/issues/41 + - camfort + + # Needs running server + - bitcoin-api-extra + + # 0.3.2, Because of stackage upper bound + - cassava-conduit + # 1.17.1, Because of stackage upper bound + - haskell-src-exts + # 4.6.4, Because of stackage upper bound + - hindent + + # 0.10.14 Runtime errors https://github.com/clash-lang/clash-prelude/issues/57 + - clash-prelude + + # Recursive deps https://github.com/fpco/stackage/issues/1818 + # 0.7.2 clock:test => tasty:lib => clock:lib + - clock + # 1.2.2.1 + - text + + + # Deprecated and only depended on by bloodhound https://github.com/fpco/stackage/issues/1817 + - doctest-prop + + # Requires running Event Store + - eventstore + + # 0.5.2 error with git executable https://github.com/myfreeweb/gitson/issues/1 + - gitson + + # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 + - haskell-names + + # doctest ambiguous modules https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage + - jwt + + # foreign library issue https://github.com/stbuehler/haskell-nettle/issues/8 + - nettle + + # git 128 https://github.com/purescript/purescript/issues/2292 + - purescript + + # time 1.6 https://github.com/acid-state/safecopy/issues/45 + - safecopy + + # Issue with stackage itself (openfile: does not exist) https://github.com/fpco/stackage/issues/1187 + - skein + + # Missing build dep https://github.com/chrisdone/sourcemap/issues/3 + - sourcemap + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run @@ -3034,6 +3092,11 @@ expected-benchmark-failures: # GHC 8 - cassava + + # Recursive deps https://github.com/fpco/stackage/issues/1818 + # 0.2.7.1 unordered-containers:bench -> criterion:lib -> aeson:lib -> unordered-containers:lib + - unordered-containers + # end of expected-benchmark-failures @@ -3074,6 +3137,7 @@ expected-haddock-failures: # https://github.com/fpco/stackage/pull/1797#issuecomment-242730215 - hocilib + # end of expected-haddock-failures