[commit: testsuite] master: T5113 is passing, remove expect_broken, see comment on #7046 (b06fbe7)
Simon Marlow
marlowsd at gmail.com
Tue Jan 29 11:13:14 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/b06fbe7c956ac1ea2babc242bc2602800a7ea0ac
>---------------------------------------------------------------
commit b06fbe7c956ac1ea2babc242bc2602800a7ea0ac
Author: Simon Marlow <marlowsd at gmail.com>
Date: Tue Jan 29 09:59:10 2013 +0000
T5113 is passing, remove expect_broken, see comment on #7046
>---------------------------------------------------------------
tests/perf/should_run/all.T | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/tests/perf/should_run/all.T b/tests/perf/should_run/all.T
index 9d1c0ad..b201bb1 100644
--- a/tests/perf/should_run/all.T
+++ b/tests/perf/should_run/all.T
@@ -120,7 +120,9 @@ test('T5113',
stats_num_field('bytes allocated', 8000000,
9000000)),
only_ways(['normal']),
- expect_broken(7046)
+ normal
+ # WAS: expect_broken(7046)
+ # but it started working again around 01/2013, see #7046
],
compile_and_run,
['-O'])
More information about the ghc-commits
mailing list