From 4a2763397865475281fe0ada8af6013188e4154e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 31 Oct 2022 14:38:51 +0800 Subject: [PATCH] expected-test-failures: de-emphasize "assertion" a testcase failure is a testcase failure :-) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff6161a6..f62f02e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8044,7 +8044,7 @@ expected-test-failures: - persistent # https://github.com/commercialhaskell/stackage/issues/6037 - reanimate-svg # https://github.com/commercialhaskell/stackage/issues/5688 - # Testcase assertion failures, or other runtime failures. + # Testcase (assertion) failures, or other runtime failures. # These can be real testsuite bugs, or maybe limitations in test cases or the test setup. - OrderedBits # 0.0.2.0 - algebraic-graphs # Module not visible https://github.com/commercialhaskell/stackage/issues/4670