From a0476bd8fe88ae0da417c3976c1a70e5f31b267a Mon Sep 17 00:00:00 2001 From: Kirill Zaborsky Date: Mon, 18 Feb 2019 17:08:42 +0300 Subject: [PATCH] Expect failures on ambiguous modules in doctests + couple of other failures --- build-constraints.yaml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce33d67b..ed242b74 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5058,6 +5058,48 @@ expected-test-failures: # https://github.com/commercialhaskell/stackage/issues/4294 - asif + # to get fixed in version after 0.3.2 https://github.com/snoyberg/tar-conduit/issues/28 + - tar-conduit + + # https://github.com/aristidb/http-types/pull/91 + - http-types + + # https://github.com/cchalmers/pcg-random/pull/7 + - pcg-random + + # https://github.com/snoyberg/conduit/issues/385 + - conduit-extra + + # Stack builds test and benchmarks in one pass so benchmark could prevent tests from getting built + - cryptohash + + # https://github.com/basvandijk/threads/issues/10 + - threads + + # https://github.com/alphaHeavy/lzma-conduit/issues/19 + - lzma-conduit + + # https://github.com/blamario/monoid-subclasses/issues/18 + - monoid-subclasses + + # doctests for the following packages fail because of ambiguous module + # names, to be fixed in https://github.com/sol/doctest/pull/218 + - blaze-colonnade + - co-log-core + - colonnade + - control-dsl + - dhall + - greskell-core + - jose-jwt + - jwt + - language-nix + - lens-regex + - pcre-heavy + - servant-checked-exceptions-core + - servant-rawm + - vinyl + - world-peace + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run