From eed438955bba435b6fbe601e5e264f52e388765b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 28 Jun 2026 09:49:22 -0800 Subject: [PATCH] Properly handle the test disables for #7857 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 72 +++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74a60316..863a5fa2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -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