Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a20ef03d279353beded1cb2467c6d52dd123ff4c >--------------------------------------------------------------- commit a20ef03d279353beded1cb2467c6d52dd123ff4c Author: Ian Lynagh <[email protected]> Date: Sat Nov 19 20:55:16 2011 +0000 Define 32bit expected values for T4474* >--------------------------------------------------------------- tests/perf/should_run/all.T | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/perf/should_run/all.T b/tests/perf/should_run/all.T index 9ffdc95..2901b3e 100644 --- a/tests/perf/should_run/all.T +++ b/tests/perf/should_run/all.T @@ -166,9 +166,9 @@ test('T5549', test('T4474a', [if_wordsize(32, - stats_num_field('bytes allocated', 3500000000, - 3900000000)), - # expected value: ?????????? () + stats_num_field('bytes allocated', 1600000000, + 2000000000)), + # expected value: 1879095912 (i386/OSX) if_wordsize(64, stats_num_field('bytes allocated', 3500000000, 3900000000)), @@ -179,9 +179,9 @@ test('T4474a', ['-O']) test('T4474b', [if_wordsize(32, - stats_num_field('bytes allocated', 3500000000, - 3900000000)), - # expected value: ?????????? () + stats_num_field('bytes allocated', 1600000000, + 2000000000)), + # expected value: 1879095912 (i386/OSX) if_wordsize(64, stats_num_field('bytes allocated', 3500000000, 3900000000)), @@ -192,9 +192,9 @@ test('T4474b', ['-O']) test('T4474c', [if_wordsize(32, - stats_num_field('bytes allocated', 3500000000, - 3900000000)), - # expected value: ?????????? () + stats_num_field('bytes allocated', 1600000000, + 2000000000)), + # expected value: 1879095912 (i386/OSX) if_wordsize(64, stats_num_field('bytes allocated', 3500000000, 3900000000)), _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
