[commit: ghc] master: testsuite: Mark prog003 as broken on Windows (24a4fe2)

git at git.haskell.org git at git.haskell.org
Fri Dec 9 22:04:19 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/24a4fe2925d66e50b4f5e66e7a5c1ca4a320bf88/ghc

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

commit 24a4fe2925d66e50b4f5e66e7a5c1ca4a320bf88
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Dec 9 16:57:33 2016 -0500

    testsuite: Mark prog003 as broken on Windows
    
    Due to #11317.


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

24a4fe2925d66e50b4f5e66e7a5c1ca4a320bf88
 testsuite/tests/ghci/prog003/prog003.T | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/tests/ghci/prog003/prog003.T b/testsuite/tests/ghci/prog003/prog003.T
index f6dc380..19551fd 100644
--- a/testsuite/tests/ghci/prog003/prog003.T
+++ b/testsuite/tests/ghci/prog003/prog003.T
@@ -1,6 +1,7 @@
 test('prog003',
      [extra_clean(['D.hs', 'D.hi', 'C.hi', 'C.o', 'B.hi', 'B.o',
                    'A', 'A.hi', 'A.o', 'a.out']),
+      when(opsys('mingw32'), expect_broken(11317)),
       cmd_prefix('ghciWayFlags=' + config.ghci_way_flags)],
      ghci_script,
      ['prog003.script'])



More information about the ghc-commits mailing list