From 237de14e8c7b4607d5412d1653a782ad5c3e62e4 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 19:59:07 +0100 Subject: [PATCH] Ignore missing test files for some `ppad-...` packages (#7910). --- build-constraints.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 38a88b4e..b456ca92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3057,15 +3057,15 @@ packages: # missing test *.json (#7910) - ppad-aead - ppad-base16 - - ppad-base58 < 0 + - ppad-base58 - ppad-bech32 - ppad-bip32 < 0 - ppad-bip39 < 0 - ppad-chacha - ppad-fixed - - ppad-hkdf < 0 - - ppad-hmac-drbg < 0 - - ppad-pbkdf < 0 + - ppad-hkdf + - ppad-hmac-drbg + - ppad-pbkdf - ppad-poly1305 - ppad-ripemd160 - ppad-script @@ -8316,6 +8316,10 @@ expected-test-failures: - 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-base58 # 0.2.3 missing test *.json (https://github.com/commercialhaskell/stackage/issues/7910) + - ppad-hkdf # 0.3.2 missing test *.json (https://github.com/commercialhaskell/stackage/issues/7910) + - ppad-hmac-drbg # 0.3.1 missing test *.json (https://github.com/commercialhaskell/stackage/issues/7910) + - ppad-pbkdf # 0.2.2 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)