[commit: ghc] wip/devel2-ci: testsuite: Mark recomp007 as broken in debugged compiler (2c45c08)

git at git.haskell.org git at git.haskell.org
Sun Dec 30 18:35:41 UTC 2018


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

On branch  : wip/devel2-ci
Link       : http://ghc.haskell.org/trac/ghc/changeset/2c45c08613f317be75842980220b1ab569f1c313/ghc

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

commit 2c45c08613f317be75842980220b1ab569f1c313
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Dec 30 13:30:32 2018 -0500

    testsuite: Mark recomp007 as broken in debugged compiler
    
    As noted in #14759, this triggers a warning in ListSetOps.


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

2c45c08613f317be75842980220b1ab569f1c313
 testsuite/tests/driver/recomp007/all.T | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/tests/driver/recomp007/all.T b/testsuite/tests/driver/recomp007/all.T
index d4283dd..926b103 100644
--- a/testsuite/tests/driver/recomp007/all.T
+++ b/testsuite/tests/driver/recomp007/all.T
@@ -3,5 +3,6 @@
 #   "Fix a recompilation checking bug when a package dependency changes"
 
 test('recomp007', [extra_files(['Setup.hs', 'a1/', 'a2/', 'b/']),
+                   when(compiler_debugged(), expect_broken(14759)),
                    when(fast(), skip), normalise_slashes], run_command,
      ['$MAKE -s --no-print-directory recomp007'])



More information about the ghc-commits mailing list