[commit: testsuite] master: massive_array now passes on x86 (#7213) (ed13937)
Simon Marlow <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/ed139375650a1f8d99a68c473552419e84af170d >--------------------------------------------------------------- commit ed139375650a1f8d99a68c473552419e84af170d Author: Simon Marlow <[email protected]> Date: Mon Oct 8 10:44:48 2012 +0100 massive_array now passes on x86 (#7213) >--------------------------------------------------------------- tests/codeGen/should_compile/all.T | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/tests/codeGen/should_compile/all.T b/tests/codeGen/should_compile/all.T index fb65586..77d7f02 100644 --- a/tests/codeGen/should_compile/all.T +++ b/tests/codeGen/should_compile/all.T @@ -17,7 +17,6 @@ test('2578', normal, run_command, ['$MAKE -s --no-print-directory 2578']) # skip llvm on i386 as we don't support fPIC test('jmp_tbl', if_arch('i386', omit_ways(['llvm', 'optllvm'])), compile, ['-fPIC -O']) test('massive_array', - [ if_arch('i386', expect_broken(7213)), - if_arch('i386', omit_ways(['llvm', 'optllvm'])) ], + [ if_arch('i386', omit_ways(['llvm', 'optllvm'])) ], compile, ['-fPIC']) test('T7237', normal, compile, [''])