From 1da707afb17281096aa7ca71f6a8e7b44b1b3e19 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 23 Mar 2026 09:58:01 +0800 Subject: [PATCH] actually disable isocline testsuite since interactive example hangs --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 841d21b0..65c92d57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8428,7 +8428,6 @@ expected-test-failures: # these if we want them fixed - domain-optics # `demo`: executable not found - ghci-hexcalc # https://github.com/takenobu-hs/ghci-hexcalc/issues/2 - - isocline # hung with ghc-9.12.4 RC1 - rounded # segfault - shake-language-c # Cannot reproduce locally, looks like it may be a bug in Stack or curator - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 @@ -8514,6 +8513,7 @@ skipped-tests: - hie-bios # cabal, stack, ghc; see https://github.com/commercialhaskell/stackage/issues/5025 - hpc-codecov # timeouts? https://github.com/commercialhaskell/stackage/issues/5976 - ihaskell # Never finishes https://github.com/IHaskell/IHaskell/issues/1413 + - isocline # interactive hangs - jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9 - json-rpc # flaky - network-attoparsec