[commit: testsuite] master: T5111 is an expected failure becuase of Trac #7046 (d0f8f78)
Simon Peyton Jones
simonpj at microsoft.com
Wed Jul 4 09:08:39 CEST 2012
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 <simonpj at microsoft.com>
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'])
More information about the Cvs-ghc
mailing list