From 7d27e27368e21780d6d27702b6572ae66720bffe Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 21 Nov 2025 13:48:33 +0800 Subject: [PATCH] AvlTree-tests: executable not found cc fyi @bodigrim: probably a common stackage build env issue --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff4c9759..30b1820d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8135,6 +8135,9 @@ expected-test-failures: - functor-combinators # 0.4.1.4 https://github.com/mstksg/functor-combinators/issues/9 - path # 0.9.6 https://github.com/commercialhaskell/stackage/issues/7503 + # executable not found in our environment + - AvlTree # 4.3: AvlTree-tests: executable not found + # Consistent test failures - Allure # 0.11.0.0 - ANum # executable not found, https://github.com/commercialhaskell/stackage/issues/7809