mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-03-06 00:44:39 +01:00
Ignore tests/benchmarks for users who don't want to be notified
This commit is contained in:
parent
38d36abfd3
commit
1f19c8086d
@ -3116,7 +3116,7 @@ packages:
|
|||||||
|
|
||||||
"Steven Vandevelde <icid.asset@gmail.com> @icidasset":
|
"Steven Vandevelde <icid.asset@gmail.com> @icidasset":
|
||||||
- shikensu
|
- shikensu
|
||||||
|
|
||||||
"George Pollard <porges@porg.es> @Porges":
|
"George Pollard <porges@porg.es> @Porges":
|
||||||
- email-validate
|
- email-validate
|
||||||
|
|
||||||
@ -3489,12 +3489,39 @@ skipped-tests:
|
|||||||
# Missing foreign library
|
# Missing foreign library
|
||||||
- symengine # symengine
|
- symengine # symengine
|
||||||
|
|
||||||
|
|
||||||
# Wontfix. The maintainer doesn't want to keep test dependencies
|
# Wontfix. The maintainer doesn't want to keep test dependencies
|
||||||
# up to date or be notified about it, or doesn't want stackage to
|
# up to date or be notified about it, or doesn't want stackage to
|
||||||
# run the tests.
|
# run the tests.
|
||||||
# Only re-enable if requested.
|
# Only re-enable if requested.
|
||||||
- postgresql-binary # https://github.com/nikita-volkov/postgresql-binary/issues/6#issuecomment-243063139
|
## @hvr https://github.com/fpco/stackage/issues/2538#issuecomment-304458844
|
||||||
|
- cassava
|
||||||
|
- cryptohash-md5
|
||||||
|
- cryptohash-sha1
|
||||||
|
- cryptohash-sha256
|
||||||
|
- uuid
|
||||||
|
- uuid-types
|
||||||
|
# @nikita-volkov https://github.com/fpco/stackage/issues/2538#issuecomment-305129396
|
||||||
|
- base-prelude
|
||||||
|
- bytestring-strict-builder
|
||||||
|
- bytestring-tree-builder
|
||||||
|
- cases
|
||||||
|
- focus
|
||||||
|
- hasql
|
||||||
|
- hasql-pool
|
||||||
|
- list-t
|
||||||
|
- mtl-prelude
|
||||||
|
- neat-interpolation
|
||||||
|
- partial-handler
|
||||||
|
- postgresql-binary
|
||||||
|
- refined
|
||||||
|
- slave-thread
|
||||||
|
- stm-containers
|
||||||
|
# @ivan-m https://github.com/fpco/stackage/issues/2538#issuecomment-307290070
|
||||||
|
- fgl
|
||||||
|
- fgl-arbitrary
|
||||||
|
- graphviz
|
||||||
|
- graphviz
|
||||||
|
- wl-pprint-text
|
||||||
|
|
||||||
# directory 1.3
|
# directory 1.3
|
||||||
- machines
|
- machines
|
||||||
@ -3721,7 +3748,6 @@ expected-benchmark-failures:
|
|||||||
- vector-binary-instances
|
- vector-binary-instances
|
||||||
|
|
||||||
# Missing files in sdist
|
# Missing files in sdist
|
||||||
- cassava # https://github.com/hvr/cassava/pull/117
|
|
||||||
- picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure
|
- picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure
|
||||||
|
|
||||||
# Compilation failures
|
# Compilation failures
|
||||||
@ -3813,20 +3839,36 @@ skipped-benchmarks:
|
|||||||
- cassava
|
- cassava
|
||||||
|
|
||||||
# Maintainers who don't want to update benchmarks
|
# Maintainers who don't want to update benchmarks
|
||||||
|
# Only re-enable if requested.
|
||||||
## @hvr https://github.com/fpco/stackage/issues/2538#issuecomment-304458844
|
## @hvr https://github.com/fpco/stackage/issues/2538#issuecomment-304458844
|
||||||
|
- cassava
|
||||||
- cryptohash-md5
|
- cryptohash-md5
|
||||||
- cryptohash-sha1
|
- cryptohash-sha1
|
||||||
- cryptohash-sha256
|
- cryptohash-sha256
|
||||||
- uuid
|
- uuid
|
||||||
- uuid-types
|
- uuid-types
|
||||||
# @nikita-volkov https://github.com/fpco/stackage/issues/2538#issuecomment-305129396
|
# @nikita-volkov https://github.com/fpco/stackage/issues/2538#issuecomment-305129396
|
||||||
|
- base-prelude
|
||||||
- bytestring-strict-builder
|
- bytestring-strict-builder
|
||||||
- bytestring-tree-builder
|
- bytestring-tree-builder
|
||||||
|
- cases
|
||||||
|
- focus
|
||||||
- hasql
|
- hasql
|
||||||
|
- hasql-pool
|
||||||
|
- list-t
|
||||||
|
- mtl-prelude
|
||||||
|
- neat-interpolation
|
||||||
|
- partial-handler
|
||||||
- postgresql-binary
|
- postgresql-binary
|
||||||
|
- refined
|
||||||
|
- slave-thread
|
||||||
- stm-containers
|
- stm-containers
|
||||||
# @ivan-m https://github.com/fpco/stackage/issues/2538#issuecomment-307290070
|
# @ivan-m https://github.com/fpco/stackage/issues/2538#issuecomment-307290070
|
||||||
|
- fgl
|
||||||
|
- fgl-arbitrary
|
||||||
- graphviz
|
- graphviz
|
||||||
|
- graphviz
|
||||||
|
- wl-pprint-text
|
||||||
|
|
||||||
# end of skipped-benchmarks
|
# end of skipped-benchmarks
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user