From b37fccce1b30a5bea872ba0afe0fdec7f5b4627e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 23 Feb 2021 08:58:52 +0800 Subject: [PATCH] move expected test failures to right section: mmark et al ugh! --- build-constraints.yaml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83f6b686..dafcfd63 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6010,6 +6010,16 @@ expected-test-failures: # https://github.com/commercialhaskell/stackage/issues/5841 - dbus + + # https://github.com/mmark-md/mmark-ext/issues/20 + - mmark-ext + + # https://github.com/mmark-md/mmark/issues/76 + - mmark + + # https://github.com/unrelentingtech/hspec-expectations-pretty-diff/issues/7 + - hspec-expectations-pretty-diff + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run @@ -6030,13 +6040,6 @@ expected-benchmark-failures: - thyme - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - # https://github.com/mmark-md/mmark-ext/issues/20 - - mmark-ext - # https://github.com/mmark-md/mmark/issues/76 - - mmark - # https://github.com/unrelentingtech/hspec-expectations-pretty-diff/issues/7 - - hspec-expectations-pretty-diff - # end of expected-benchmark-failures