Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d0f8f785102c54c7614fda2c98679dcf2f8f7e19 >--------------------------------------------------------------- commit d0f8f785102c54c7614fda2c98679dcf2f8f7e19 Author: Simon Peyton Jones <[email protected]> Date: Wed Jul 4 08:08:20 2012 +0100 T5111 is an expected failure becuase of Trac #7046 >--------------------------------------------------------------- tests/perf/should_run/all.T | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tests/perf/should_run/all.T b/tests/perf/should_run/all.T index bdb3ab1..5915f4f 100644 --- a/tests/perf/should_run/all.T +++ b/tests/perf/should_run/all.T @@ -119,7 +119,8 @@ test('T5113', if_wordsize(64, stats_num_field('bytes allocated', 8000000, 9000000)), - only_ways(['normal']) + only_ways(['normal'], + expect_broken(7046) ], compile_and_run, ['-O']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
