From efa8f58c7546a79900f5fa3546e99037c4d9e450 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 5 Jun 2020 11:58:29 -0700 Subject: [PATCH] Test more disabled tests --- build-constraints.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ff9d2d0..824854d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5358,10 +5358,6 @@ skipped-tests: # or test run failure for these packages. # (Testsuites which can't configure should be placed under skipped-tests.) expected-test-failures: - - # GHC 8.4 - # doctest # https://github.com/sol/doctest/issues/198 - # Intermittent failures or unreliable. These tests may pass when # re-enabled, but will eventually fail again. Only remove these # from expected-failures if we know a fix has been released. @@ -5496,13 +5492,13 @@ expected-test-failures: # Deprecated # Eventually we'll have to disable these packages completely. - - system-filepath # https://github.com/jmillikin/haskell-filesystem/issues/3 + # system-filepath # https://github.com/jmillikin/haskell-filesystem/issues/3 # Missing test files in sdist # Hopefully gets fixed in the next release... - - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 - - doctest-discover # 0.1.0.9 https://github.com/karun012/doctest-discover/issues/22 - - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 + # crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 + # doctest-discover # 0.1.0.9 https://github.com/karun012/doctest-discover/issues/22 + # graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 # Assertion failures, these can be real bugs or just limitations # in the test cases.