Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/eae93aa40543db5bbe71b978da33a3ecf0493876 >--------------------------------------------------------------- commit eae93aa40543db5bbe71b978da33a3ecf0493876 Author: Simon Marlow <[email protected]> Date: Tue May 1 10:00:33 2012 +0100 Omit prof_ways for T6006 It ignores the command line arguments, so we don't get a profile. >--------------------------------------------------------------- tests/rts/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/rts/all.T b/tests/rts/all.T index 90953e1..d9594f6 100644 --- a/tests/rts/all.T +++ b/tests/rts/all.T @@ -131,7 +131,7 @@ test('T5423', test('5993', extra_run_opts('+RTS -k8 -RTS'), compile_and_run, ['']) -test('T6006', [ omit_ways(['ghci']), +test('T6006', [ omit_ways(prof_ways + ['ghci']), extra_clean(['T6006_c.o']), compile_cmd_prefix('$MAKE T6006_setup && ') ], # The T6006_setup hack is to ensure that we generate _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
