Properly handle the test disables for #7857

Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com>
This commit is contained in:
Mihai Maruseac 2026-06-28 09:49:22 -08:00
parent cde76f833e
commit eed438955b
No known key found for this signature in database

View File

@ -8513,42 +8513,6 @@ expected-test-failures:
- xml-indexed-cursor
- yesod-paginator
# QuickCheck 2.18
- cborg
- cborg-json
- chimera
- compactmap
- crypto-srp
- diagrams-contrib
- extended-reals
- fast-digits
- ghc-source-gen
- hstratus-auth
- integer-conversion
- lrucaching
- mockcat
- monatone
- msgpack
- ogma-core
- ogma-extra
- ogma-language-c
- ogma-language-lustre
- ogma-language-smv
- pandoc-lua-marshal
- persist
- probability-polynomial
- rest-rewrite
- serialise
- servant-auth-docs
- servant-auth-swagger
- servant-client
- servant-client-core
- time-compat
- unicode-transforms
- vector-hashtables
- web-cookiejar
- webgear-server
# Misc. Please check if there is a better section before adding more packages here.
- ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1
- http-io-streams # https://github.com/commercialhaskell/stackage/issues/7644
@ -9041,6 +9005,42 @@ skipped-tests:
- streamt # executable not found
- sandwich-contexts # assumes nix is present
# QuickCheck 2.18
- cborg
- cborg-json
- chimera
- compactmap
- crypto-srp
- diagrams-contrib
- extended-reals
- fast-digits
- ghc-source-gen
- hstratus-auth
- integer-conversion
- lrucaching
- mockcat
- monatone
- msgpack
- ogma-core
- ogma-extra
- ogma-language-c
- ogma-language-lustre
- ogma-language-smv
- pandoc-lua-marshal
- persist
- probability-polynomial
- rest-rewrite
- serialise
- servant-auth-docs
- servant-auth-swagger
- servant-client
- servant-client-core
- time-compat
- unicode-transforms
- vector-hashtables
- web-cookiejar
- webgear-server
# end of skipped-tests