Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/03dcfac554e1873522d68a024d4aaffd8fcb16ef

>---------------------------------------------------------------

commit 03dcfac554e1873522d68a024d4aaffd8fcb16ef
Author: Simon Marlow <[email protected]>
Date:   Mon Sep 3 16:18:21 2012 +0100

    massive_array is expect_broken(#7213)

>---------------------------------------------------------------

 tests/codeGen/should_compile/all.T |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/tests/codeGen/should_compile/all.T 
b/tests/codeGen/should_compile/all.T
index ba29c2a..1899cfd 100644
--- a/tests/codeGen/should_compile/all.T
+++ b/tests/codeGen/should_compile/all.T
@@ -16,4 +16,7 @@ test('3579', normal, compile, [''])
 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', omit_ways(['llvm', 'optllvm'])), 
compile, ['-fPIC'])
+test('massive_array',
+     [ if_arch('i386', expect_broken(7213)),
+       if_arch('i386', omit_ways(['llvm', 'optllvm'])) ],
+     compile, ['-fPIC'])



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to