[commit: testsuite] master: T5113 is fixed (2359f7d)
Simon Peyton Jones
simonpj at microsoft.com
Mon Feb 11 09:45:51 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2359f7da9804d97eeb2c4ffb5661d071a2a10c57
>---------------------------------------------------------------
commit 2359f7da9804d97eeb2c4ffb5661d071a2a10c57
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Feb 11 08:45:01 2013 +0000
T5113 is fixed
>---------------------------------------------------------------
tests/perf/should_run/all.T | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/tests/perf/should_run/all.T b/tests/perf/should_run/all.T
index 5b17e45..b2fdf0a 100644
--- a/tests/perf/should_run/all.T
+++ b/tests/perf/should_run/all.T
@@ -104,8 +104,7 @@ test('T5113',
[stats_num_field('bytes allocated',
[(wordsize(32), 4000000, 5),
(wordsize(64), 8000000, 5)]),
- only_ways(['normal']),
- expect_broken(7046)
+ only_ways(['normal'])
],
compile_and_run,
['-O'])
More information about the ghc-commits
mailing list