From 35d84aa665ba663d1c09479716351835d3f7316c Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Mon, 14 Oct 2019 19:26:38 -0400 Subject: [PATCH] Adds hjsmin to expected test failures hjsmin expects a 'dist-newstyle' directory (typically made by cabal-install) Therefore, it will always fail when testing with stack --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 926a3055..4599d310 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6359,6 +6359,9 @@ expected-test-failures: # https://github.com/alanz/ghc-exactprint/issues/82 - ghc-exactprint + + # Test-runner expects a cabal-style 'dist-newstyle' directory + - hjsmin # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run