mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-27 06:31:56 +01:00
Add info for failing benchmarks
This commit is contained in:
parent
54a809c2ea
commit
2e7db14242
@ -2835,19 +2835,35 @@ expected-test-failures:
|
|||||||
# Benchmarks which are known not to build. Note that, currently we do not run
|
# Benchmarks which are known not to build. Note that, currently we do not run
|
||||||
# benchmarks, and therefore failures are only for building, not running.
|
# benchmarks, and therefore failures are only for building, not running.
|
||||||
expected-benchmark-failures:
|
expected-benchmark-failures:
|
||||||
# https://github.com/commercialhaskell/stack/issues/2153
|
# Recursive deps https://github.com/fpco/stackage/issues/1818
|
||||||
|
- attoparsec
|
||||||
|
- hashable
|
||||||
|
- unordered-containers # 0.2.7.1 unordered-containers:bench -> criterion:lib -> aeson:lib -> unordered-containers:lib
|
||||||
|
|
||||||
|
# stack bug https://github.com/commercialhaskell/stack/issues/2153
|
||||||
- scientific
|
- scientific
|
||||||
- vector-binary-instances
|
- vector-binary-instances
|
||||||
|
|
||||||
# Missing files in sdist
|
# Missing files in sdist
|
||||||
- cassava # https://github.com/hvr/cassava/pull/117
|
- cassava # https://github.com/hvr/cassava/pull/117
|
||||||
|
- picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure
|
||||||
# Recursive deps https://github.com/fpco/stackage/issues/1818
|
|
||||||
- unordered-containers # 0.2.7.1 unordered-containers:bench -> criterion:lib -> aeson:lib -> unordered-containers:lib
|
|
||||||
|
|
||||||
# Stackage upper bounds, re-enable these when their upper bound is removed
|
# Stackage upper bounds, re-enable these when their upper bound is removed
|
||||||
- cassava-conduit # 0.3.2
|
- cassava-conduit # 0.3.2
|
||||||
|
|
||||||
|
# Compilation failures
|
||||||
|
- Frames # https://github.com/acowley/Frames/issues/47
|
||||||
|
- cipher-aes128 # https://github.com/TomMD/cipher-aes128/issues/11
|
||||||
|
- cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43
|
||||||
|
- dbus # No issue tracker, sent e-mail to maintainer
|
||||||
|
- http-link-header # https://github.com/myfreeweb/http-link-header/pull/4
|
||||||
|
- jose-jwt # https://github.com/tekul/jose-jwt/issues/12
|
||||||
|
- lens # https://github.com/ekmett/lens/issues/672
|
||||||
|
- lucid # https://github.com/chrisdone/lucid/pull/52
|
||||||
|
- thyme # https://github.com/liyang/thyme/issues/50
|
||||||
|
- xmlgen # https://github.com/skogsbaer/xmlgen/issues/6
|
||||||
|
- yi-rope # https://github.com/yi-editor/yi-rope/pull/6
|
||||||
|
|
||||||
# end of expected-benchmark-failures
|
# end of expected-benchmark-failures
|
||||||
|
|
||||||
|
|
||||||
@ -2897,7 +2913,6 @@ skipped-benchmarks:
|
|||||||
# Transitive outdated dependencies
|
# Transitive outdated dependencies
|
||||||
# These packages
|
# These packages
|
||||||
# These can also be checked for updates periodically.
|
# These can also be checked for updates periodically.
|
||||||
|
|
||||||
- cases # via criterion-plus
|
- cases # via criterion-plus
|
||||||
- hasql-postgres # via criterion-plus
|
- hasql-postgres # via criterion-plus
|
||||||
- ttrie # via criterion-plus
|
- ttrie # via criterion-plus
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user