From 40c8e12fcd68c3a5f80af99635ce65bb58de5cc5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 5 Jun 2020 11:50:55 -0700 Subject: [PATCH] Try `doctest`. Move `alex` to expected failure instead of disabled --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index baa63935..6ff9d2d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4996,9 +4996,6 @@ skipped-tests: - time-compat # base-compat 0.11 - http-media # base-4.13 - # fails with ghc 8.8 - # alex # as of alex-3.2.4 - # Cyclic dependencies - base-orphans # via hspec @@ -5363,7 +5360,7 @@ skipped-tests: expected-test-failures: # GHC 8.4 - - doctest # https://github.com/sol/doctest/issues/198 + # 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 @@ -5405,6 +5402,7 @@ expected-test-failures: # Requires running servers, accounts, or a specific environment. # These shouldn't be re-enabled unless we know a fix has been released. + - alex - GLFW-b # X - HTF # Requires shell script and are incompatible with sandboxed package databases - HaRe # # Needs ~/.ghc-mod/cabal-helper https://github.com/fpco/stackage/pull/906