Merge pull request #1728 from RyanGlScott/master

Add back previously blocked tests and benchmarks
This commit is contained in:
Dan Burton 2016-07-24 16:22:55 -07:00 committed by GitHub
commit acf7e62607

View File

@ -2621,7 +2621,6 @@ skipped-tests:
- list-t - list-t
- postgresql-binary - postgresql-binary
- slave-thread - slave-thread
- stm-containers
# Just a temporary package with a flimsy, inherited test suite # Just a temporary package with a flimsy, inherited test suite
- Cabal-ide-backend - Cabal-ide-backend
@ -2644,12 +2643,6 @@ skipped-tests:
# https://github.com/fpco/stackage/issues/934 # https://github.com/fpco/stackage/issues/934
- cacophony - cacophony
# Build error with lens-4.13
# https://github.com/brendanhay/amazonka/issues/251
- amazonka-ec2
- amazonka-s3
- amazonka-swf
# Misc from GHC 7.10.3 upgrade # Misc from GHC 7.10.3 upgrade
# https://github.com/fpco/stackage/issues/1045 # https://github.com/fpco/stackage/issues/1045
#- argon #- argon
@ -2671,8 +2664,6 @@ skipped-tests:
- yesod-static-angular - yesod-static-angular
# https://github.com/fpco/stackage/pull/906 # https://github.com/fpco/stackage/pull/906
- HaRe - HaRe
# https://github.com/Deewiant/glob/issues/1
- Glob
# https://github.com/haskell/zlib/issues/2 # https://github.com/haskell/zlib/issues/2
- zlib - zlib
@ -2716,9 +2707,6 @@ skipped-tests:
# Missing C library: symengine # Missing C library: symengine
- symengine - symengine
# https://github.com/athanclark/rose-trees/pull/5
- rose-trees
# end of skipped-tests # end of skipped-tests
# Tests which we should build and run, but which are expected to fail. We # Tests which we should build and run, but which are expected to fail. We
@ -2915,9 +2903,6 @@ expected-test-failures:
# https://github.com/gibiansky/IHaskell/issues/551 # https://github.com/gibiansky/IHaskell/issues/551
- ihaskell - ihaskell
# https://github.com/well-typed/ixset-typed/issues/2
- ixset-typed
# Expects running X server # Expects running X server
- bindings-GLFW - bindings-GLFW
- GLFW-b - GLFW-b
@ -3041,9 +3026,6 @@ expected-test-failures:
# https://github.com/IreneKnapp/direct-sqlite/issues/63 # https://github.com/IreneKnapp/direct-sqlite/issues/63
- direct-sqlite - direct-sqlite
# https://github.com/well-typed/hackage-security/issues/164
- hackage-security
# GHC 8 issue not reported upstream since issue tracker disabled # GHC 8 issue not reported upstream since issue tracker disabled
- hspec-expectations-pretty-diff - hspec-expectations-pretty-diff
@ -3074,9 +3056,6 @@ expected-test-failures:
# Requries running redis - https://github.com/fpco/stackage/pull/1581 # Requries running redis - https://github.com/fpco/stackage/pull/1581
- persistent-redis - persistent-redis
# https://github.com/tfausak/octane/issues/35
- octane
# https://github.com/fosskers/vectortiles/issues/2 # https://github.com/fosskers/vectortiles/issues/2
- vectortiles - vectortiles
@ -3113,7 +3092,6 @@ expected-benchmark-failures:
- cipher-aes128 - cipher-aes128
- cryptohash - cryptohash
- dbus - dbus
- gitson
- hashable - hashable
- http-link-header - http-link-header
- jose-jwt - jose-jwt
@ -3174,9 +3152,6 @@ expected-haddock-failures:
# https://github.com/iand675/metrics/issues/5 # https://github.com/iand675/metrics/issues/5
- metrics - metrics
# https://github.com/fpco/stackage/pull/1549
- ghc-exactprint
# end of expected-haddock-failures # end of expected-haddock-failures
@ -3185,7 +3160,6 @@ expected-haddock-failures:
# benchmarks are included or not. # benchmarks are included or not.
skipped-benchmarks: skipped-benchmarks:
- criterion-plus - criterion-plus
- stm-containers
# pulls in criterion-plus, which has restrictive upper bounds # pulls in criterion-plus, which has restrictive upper bounds
- cases - cases
@ -3199,12 +3173,6 @@ skipped-benchmarks:
- cipher-des - cipher-des
- cipher-rc4 - cipher-rc4
# sometimes falls out-of-sync on hasql-postgres
- hasql
# https://github.com/fpco/stackage/issues/494
- case-insensitive
# https://github.com/kaizhang/clustering/issues/2 # https://github.com/kaizhang/clustering/issues/2
- clustering - clustering