From c5b7d2bc50132b1f04eb204026349c4070886d47 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 29 Mar 2026 21:33:40 +0800 Subject: [PATCH] Revert "pandoc testsuite has been passing for some time" This reverts commit 92f7754d34ac56e9effc204b57df44c783621897. failed under 9.12.4 bootstrap tables.native: withBinaryFile: does not exist (No such file or directory) ansi-test.txt: withBinaryFile: does not exist (No such file or directory) : 7 out of 3902 tests failed (10.56s) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d04dede7..d1f092c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8090,9 +8090,10 @@ expected-test-failures: - xml-html-qq # 0.1.0.1 - xmlgen # 0.6.2.2 https://github.com/skogsbaer/xmlgen/issues/6 - # executable not found in our environment + # executable or data files not found in our environment - AvlTree # 4.3: AvlTree-tests: executable not found - lsfrom # "test: lsfrom does not exist (No such file or directory)" for 9.12.4 bootstrap + - pandoc # missing files for 9.12.4 bootstrap # Consistent test failures - ANum # executable not found, https://github.com/commercialhaskell/stackage/issues/7809