[commit: testsuite] master: Add a failing test, see #7574. (647875e)
git at git.haskell.org
git at git.haskell.org
Wed Aug 14 08:44:09 CEST 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/647875eacb313b97af5525dc92df98ec32171d16/testsuite
>---------------------------------------------------------------
commit 647875eacb313b97af5525dc92df98ec32171d16
Author: Austin Seipp <aseipp at pobox.com>
Date: Wed Aug 14 01:43:18 2013 -0500
Add a failing test, see #7574.
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
647875eacb313b97af5525dc92df98ec32171d16
.../should_compile/T7571.cmm => codeGen/should_compile/T7574.cmm} | 0
tests/codeGen/should_compile/all.T | 1 +
2 files changed, 1 insertion(+)
diff --git a/tests/llvm/should_compile/T7571.cmm b/tests/codeGen/should_compile/T7574.cmm
similarity index 100%
copy from tests/llvm/should_compile/T7571.cmm
copy to tests/codeGen/should_compile/T7574.cmm
diff --git a/tests/codeGen/should_compile/all.T b/tests/codeGen/should_compile/all.T
index 220ff85..393b2d1 100644
--- a/tests/codeGen/should_compile/all.T
+++ b/tests/codeGen/should_compile/all.T
@@ -20,3 +20,4 @@ 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, [''])
More information about the ghc-commits
mailing list