[commit: ghc] wip/marge_bot_batch_merge_job: testsuite: Mark recomp007 as broken in debugged compiler (7e495b4)
git at git.haskell.org
git at git.haskell.org
Thu Feb 7 17:11:35 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/marge_bot_batch_merge_job
Link : http://ghc.haskell.org/trac/ghc/changeset/7e495b402f8350a856abcb2a8a58d694c03c5367/ghc
>---------------------------------------------------------------
commit 7e495b402f8350a856abcb2a8a58d694c03c5367
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.
>---------------------------------------------------------------
7e495b402f8350a856abcb2a8a58d694c03c5367
testsuite/tests/driver/recomp007/all.T | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/testsuite/tests/driver/recomp007/all.T b/testsuite/tests/driver/recomp007/all.T
index 34061ad..14c3371 100644
--- a/testsuite/tests/driver/recomp007/all.T
+++ b/testsuite/tests/driver/recomp007/all.T
@@ -2,6 +2,7 @@
# See the patch
# "Fix a recompilation checking bug when a package dependency changes"
-test('recomp007', [extra_files(['Setup.hs', 'a1/', 'a2/', 'b/']),
- when(fast(), skip), normalise_slashes],
- makefile_test, [])
+test('recomp007', [extra_files(['Setup.hs', 'a1/', 'a2/', 'b/'])
+ , when(compiler_debugged(), expect_broken(14759))
+ , when(fast(), skip)
+ , normalise_slashes], makefile_test, [])
More information about the ghc-commits
mailing list