Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/59dbed781a3182435e9d5b251a34bafecfea80fb >--------------------------------------------------------------- commit 59dbed781a3182435e9d5b251a34bafecfea80fb Author: Simon Marlow <[email protected]> Date: Mon Nov 14 16:19:30 2011 +0000 cgrun057: accept output and mark as non-broken (#948) >--------------------------------------------------------------- tests/codeGen/should_run/all.T | 6 ++---- tests/codeGen/should_run/cgrun057.stderr | 7 ++++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/tests/codeGen/should_run/all.T b/tests/codeGen/should_run/all.T index 015cca5..5640245 100644 --- a/tests/codeGen/should_run/all.T +++ b/tests/codeGen/should_run/all.T @@ -54,10 +54,8 @@ test('cgrun053', normal, compile_and_run, ['']) test('cgrun054', normal, compile_and_run, ['']) test('cgrun055', normal, compile_and_run, ['']) test('cgrun056', normal, compile_and_run, ['']) -test('cgrun057', composes([expect_broken(948), - only_ways(['prof','profasm']), - extra_run_opts('+RTS -xc')]), - compile_and_run, ['']) +test('cgrun057', [ only_ways(prof_ways), + extra_run_opts('+RTS -xc') ], compile_and_run, ['']) test('cgrun058', normal, compile_and_run, ['']) test('cgrun059', exit_code(1), compile_and_run, ['']) test('cgrun060', diff --git a/tests/codeGen/should_run/cgrun057.stderr b/tests/codeGen/should_run/cgrun057.stderr index d3d46da..262d749 100644 --- a/tests/codeGen/should_run/cgrun057.stderr +++ b/tests/codeGen/should_run/cgrun057.stderr @@ -1 +1,6 @@ -<Main.g,Main.f,Main.main,Main.CAF> \ No newline at end of file +*** Exception (reporting due to +RTS -xc): (THUNK_2_0), stack trace: + Main.g, + called from Main.f, + called from Main.main, + called from Main.CAF + --> evaluated by: Main.main _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
