Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e1d86b948cba7f5f60eef78cb58465c6fe465b24 >--------------------------------------------------------------- commit e1d86b948cba7f5f60eef78cb58465c6fe465b24 Author: Ian Lynagh <[email protected]> Date: Tue Nov 29 21:21:00 2011 +0000 callstack001 requires profiling >--------------------------------------------------------------- tests/profiling/should_run/all.T | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/profiling/should_run/all.T b/tests/profiling/should_run/all.T index 935f253..9d6d58e 100644 --- a/tests/profiling/should_run/all.T +++ b/tests/profiling/should_run/all.T @@ -100,6 +100,7 @@ test('T5559', # unicode in cost centre names # -fno-state-hack # -fno-full-laziness -test('callstack001', [ extra_ways(['prof']), only_ways(prof_ways) ], - compile_and_run, ['']) +test('callstack001', + [ req_profiling, extra_ways(['prof']), only_ways(prof_ways) ], + compile_and_run, ['']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
