diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index bd7e5d1ed9636c5cfe5a04737c2a46c68d41a83f..22253a7e1830cc38358b9bedac8a553d19dcfe44 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -607,10 +607,11 @@ test('T9872d', test('T9961', [ only_ways(['normal']), compiler_stats_num_field('bytes allocated', - [(wordsize(64), 663978160, 5), + [(wordsize(64), 617926624, 5), # 2015-01-12 807117816 Initally created # 2015-spring 772510192 Got better # 2015-05-22 663978160 Fix for #10370 improves it more + # 2015-07-09 617926624 Fix for #10527 improves it even more (wordsize(32), 375647160, 5) ]), ], diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T index 3731218347616117e8b86f9b7054136c5142fa4d..af6d51dd4eb4ce21b750f167a9949e4ea941c740 100644 --- a/testsuite/tests/perf/should_run/all.T +++ b/testsuite/tests/perf/should_run/all.T @@ -16,10 +16,11 @@ test('T3586', test('T4830', [stats_num_field('bytes allocated', - [(wordsize(64), 98248, 1), + [(wordsize(64), 98784, 1), # 127000 (amd64/Linux) # 2013-02-07: 99264 (amd64/Linux) # 2014-01-13: 98248 (amd64/Linux) due to #8647 + # 2015-07-09: 98784 (amd64/Linux) (wordsize(32), 70646, 3)]), # 2013-02-10: 69744 (x86/Windows) # 2013-02-10: 71548 (x86/OSX) @@ -276,12 +277,13 @@ test('T7507', omit_ways(['ghci']), compile_and_run, ['-O']) test('T7436', [stats_num_field('max_bytes_used', - [(wordsize(64), 60360, 1), + [(wordsize(64), 60296, 1), # 127000 (amd64/Linux) # 2013-02-07: 60360 (amd64/Linux) + # 2015-07-09: 60296 (amd64/Linux) (wordsize(32), 58434, 1)]), - # 2013-02-10: 58032 (x86/Windows) - # 2013-02-10: 58836 (x86/OSX) + # 2013-02-10: 58032 (x86/Windows) + # 2013-02-10: 58836 (x86/OSX) only_ways(['normal']) ], compile_and_run,