Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/fc379b2d4754b57224b9a3fbabbfb2930ba5d9a4 >--------------------------------------------------------------- commit fc379b2d4754b57224b9a3fbabbfb2930ba5d9a4 Author: David Terei <[email protected]> Date: Thu May 5 04:03:44 2011 +1000 Skip jmp_tbl test for llvm when -fPIC is unsupported. >--------------------------------------------------------------- tests/ghc-regress/codeGen/should_compile/all.T | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tests/ghc-regress/codeGen/should_compile/all.T b/tests/ghc-regress/codeGen/should_compile/all.T index 99c7d3c..f257d1f 100644 --- a/tests/ghc-regress/codeGen/should_compile/all.T +++ b/tests/ghc-regress/codeGen/should_compile/all.T @@ -13,4 +13,5 @@ test('T3286', extra_clean(['T3286b.o','T3286b.hi']), multimod_compile, ['T3286', '-v0']) test('3579', normal, compile, ['']) test('2578', normal, run_command, ['$MAKE -s --no-print-directory 2578']) -test('jmp_tbl', normal, compile, ['-fPIC -O']) +# skip llvm on i386 as we don't support fPIC +test('jmp_tbl', if_arch('i386', omit_ways(['llvm', 'optllvm'])), compile, ['-fPIC -O']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
