From 9582105dafda63b73ea68454a502ec67079a7409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Sat, 7 Mar 2026 17:27:51 +0100 Subject: [PATCH] Ignore missing test files for some `ppad-...` packages (#7910). --- build-constraints.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d26f7d7b..a508b4e3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3055,7 +3055,7 @@ packages: - mighty-metropolis - mwc-probability # missing test *.json (#7910) - - ppad-aead < 0 + - ppad-aead - ppad-base16 - ppad-base58 < 0 - ppad-bech32 @@ -3070,8 +3070,8 @@ packages: - ppad-ripemd160 - ppad-script - ppad-secp256k1 < 0 - - ppad-sha256 < 0 - - ppad-sha512 < 0 + - ppad-sha256 + - ppad-sha512 - sampling - speedy-slice - urbit-hob @@ -8316,6 +8316,9 @@ expected-test-failures: - persistent # https://github.com/commercialhaskell/stackage/issues/6037 - reanimate-svg # https://github.com/commercialhaskell/stackage/issues/5688 - rzk + - ppad-aead # 0.3.1 missing test *.json (https://github.com/commercialhaskell/stackage/issues/7910) + - ppad-sha256 # 0.3.2 missing test *.json (https://github.com/commercialhaskell/stackage/issues/7910) + - ppad-sha512 # 0.2.2 missing test *.json (https://github.com/commercialhaskell/stackage/issues/7910) # Testcase failures, or other runtime failures. # These can be real testsuite bugs, or maybe limitations in test cases or the test setup.