[commit: ghc] ghc-8.2: testsuite: Mark T13708 as broken (f88bd0f)
git at git.haskell.org
git at git.haskell.org
Wed Jun 14 20:52:40 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.2
Link : http://ghc.haskell.org/trac/ghc/changeset/f88bd0f217cbcad154c1c1d781c1b4d011282693/ghc
>---------------------------------------------------------------
commit f88bd0f217cbcad154c1c1d781c1b4d011282693
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Jun 14 14:00:31 2017 -0400
testsuite: Mark T13708 as broken
Despite passing on master, it still seems there are numberous places in the tree
where TyVars are treated as Ids. One such place is DmdAnal.dmdAnal', as
mentioned in ticket:13708#comment:13.
>---------------------------------------------------------------
f88bd0f217cbcad154c1c1d781c1b4d011282693
testsuite/tests/simplCore/should_compile/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T
index 83aab1e..a3ea645 100644
--- a/testsuite/tests/simplCore/should_compile/all.T
+++ b/testsuite/tests/simplCore/should_compile/all.T
@@ -260,4 +260,4 @@ test('T13468',
run_command,
['$MAKE -s --no-print-directory T13468'])
test('T13658', normal, compile, ['-dcore-lint'])
-test('T13708', normal, compile, [''])
+test('T13708', expect_broken(13708), compile, [''])
More information about the ghc-commits
mailing list