[commit: ghc] master, wip/deploy-docs, wip/packaging-fail, wip/run-nofib, wip/windows-32bit: Don't mark cabal09 as broken (f79f93e4)

git at git.haskell.org git at git.haskell.org
Thu Mar 21 17:00:38 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branches: master,wip/deploy-docs,wip/packaging-fail,wip/run-nofib,wip/windows-32bit
Link       : http://ghc.haskell.org/trac/ghc/changeset/f79f93e47e28f662478493f2b651153a09df404e/ghc

>---------------------------------------------------------------

commit f79f93e47e28f662478493f2b651153a09df404e
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Mar 5 22:47:28 2019 -0500

    Don't mark cabal09 as broken
    
    It doesn't fail reliably.


>---------------------------------------------------------------

f79f93e47e28f662478493f2b651153a09df404e
 testsuite/tests/cabal/cabal09/all.T | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testsuite/tests/cabal/cabal09/all.T b/testsuite/tests/cabal/cabal09/all.T
index e9c936b..438161b 100644
--- a/testsuite/tests/cabal/cabal09/all.T
+++ b/testsuite/tests/cabal/cabal09/all.T
@@ -4,7 +4,6 @@ else:
    cleanup = 'CLEANUP=0'
 
 test('cabal09',
-     [extra_files(['Main.hs', 'Setup.hs', 'reexport.cabal']),
-      when(opsys('mingw32'), expect_broken(16386))],
+     extra_files(['Main.hs', 'Setup.hs', 'reexport.cabal']),
      run_command,
      ['$MAKE -s --no-print-directory cabal09 ' + cleanup])



More information about the ghc-commits mailing list