[commit: testsuite] master: T7574 is now passing (#7574) (491551d)
git at git.haskell.org
git at git.haskell.org
Mon Sep 23 11:59:13 CEST 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/491551db7dd97454c51b57f1675a74626875e5c3/testsuite
>---------------------------------------------------------------
commit 491551db7dd97454c51b57f1675a74626875e5c3
Author: Simon Marlow <marlowsd at gmail.com>
Date: Sun Sep 22 16:48:50 2013 +0100
T7574 is now passing (#7574)
>---------------------------------------------------------------
491551db7dd97454c51b57f1675a74626875e5c3
tests/codeGen/should_compile/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/codeGen/should_compile/all.T b/tests/codeGen/should_compile/all.T
index 679bc94..487b6b6 100644
--- a/tests/codeGen/should_compile/all.T
+++ b/tests/codeGen/should_compile/all.T
@@ -20,5 +20,5 @@ test('massive_array',
[ when(arch('i386'), omit_ways(['llvm', 'optllvm'])) ],
compile, ['-fPIC'])
test('T7237', normal, compile, [''])
-test('T7574', [cmm_src, expect_broken(7574), omit_ways(['llvm', 'optllvm'])], compile, [''])
+test('T7574', [cmm_src, omit_ways(['llvm', 'optllvm'])], compile, [''])
test('T8205', normal, compile, ['-O0'])
More information about the ghc-commits
mailing list