[commit: ghc] ghc-8.2: testsuite: Mark T12622 as broken in ghci way (7829e40)
git at git.haskell.org
git at git.haskell.org
Mon Mar 27 03:01:15 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.2
Link : http://ghc.haskell.org/trac/ghc/changeset/7829e40f7dd8cd469593fcc6eb94691f1163a8b9/ghc
>---------------------------------------------------------------
commit 7829e40f7dd8cd469593fcc6eb94691f1163a8b9
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Mar 25 12:28:59 2017 -0400
testsuite: Mark T12622 as broken in ghci way
See #13481.
(cherry picked from commit 140a2d1c463bd314c9afbeb8d60e739163ce576a)
>---------------------------------------------------------------
7829e40f7dd8cd469593fcc6eb94691f1163a8b9
testsuite/tests/codeGen/should_run/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index ffe4b64..9f334cf 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -148,7 +148,7 @@ test('PopCnt', omit_ways(['ghci']), multi_compile_and_run,
['PopCnt', [('PopCnt_cmm.cmm', '')], ''])
test('T12059', normal, compile_and_run, [''])
test('T12433', normal, compile_and_run, [''])
-test('T12622', normal, multimod_compile_and_run, ['T12622', '-O'])
+test('T12622', expect_broken_for(13481, ['ghci']), multimod_compile_and_run, ['T12622', '-O'])
test('T12757', normal, compile_and_run, [''])
test('T12855', normal, compile_and_run, [''])
test('T9577', [ unless(arch('x86_64') or arch('i386'),skip),
More information about the ghc-commits
mailing list