Repository : ssh://darcs.haskell.org//srv/darcs/packages/unix On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c213ae2ec6d9c71266aebc8e5b2326a9625fba7a >--------------------------------------------------------------- commit c213ae2ec6d9c71266aebc8e5b2326a9625fba7a Author: Simon Marlow <[email protected]> Date: Mon Nov 21 14:37:15 2011 +0000 executeFile001: omit profiling ways The RTS doesn't get a chance to produce the profile output after executeFile, so tests that check for correct profiling output will fail. >--------------------------------------------------------------- tests/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/all.T b/tests/all.T index 273d185..4b888be 100644 --- a/tests/all.T +++ b/tests/all.T @@ -59,4 +59,4 @@ test('3816', normal, compile_and_run, ['-package unix']) test('processGroup001', normal, compile_and_run, ['-package unix']) test('processGroup002', normal, compile_and_run, ['-package unix']) -test('executeFile001', normal, compile_and_run, ['-package unix']) +test('executeFile001', omit_ways(prof_ways), compile_and_run, ['-package unix']) _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
