[commit: ghc] master: Testsuite: mark T2497 expect_broken_for(#10657, ['optasm', 'optllvm']) (dc6e556)
git at git.haskell.org
git at git.haskell.org
Sat Jul 18 18:49:32 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/dc6e55626cf25bcda1cab52f92591e16bddd101d/ghc
>---------------------------------------------------------------
commit dc6e55626cf25bcda1cab52f92591e16bddd101d
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Sat Jul 18 19:01:13 2015 +0200
Testsuite: mark T2497 expect_broken_for(#10657, ['optasm', 'optllvm'])
>---------------------------------------------------------------
dc6e55626cf25bcda1cab52f92591e16bddd101d
testsuite/tests/typecheck/should_compile/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/typecheck/should_compile/all.T b/testsuite/tests/typecheck/should_compile/all.T
index a277b33..f1c7c4c 100644
--- a/testsuite/tests/typecheck/should_compile/all.T
+++ b/testsuite/tests/typecheck/should_compile/all.T
@@ -283,7 +283,7 @@ test('T2433', extra_clean(['T2433_Help.hi', 'T2433_Help.o']),
multimod_compile, ['T2433', '-v0'])
test('T2494', normal, compile_fail, [''])
test('T2494-2', normal, compile, [''])
-test('T2497', normal, compile, [''])
+test('T2497', expect_broken_for(10657, ['optasm', 'optllvm']), compile, [''])
# Omitting temporarily
More information about the ghc-commits
mailing list