diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-02-01 15:45:20 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-02-01 15:46:42 -0500 |
commit | 3d654115fc65cfed94f964a456e7c522b5587ea9 (patch) | |
tree | b5434cf9b51b0e14598b5a0b20c26fd13c746b0e /testsuite | |
parent | 8d5cf8bf584fd4849917c29d82dcf46ee75dd035 (diff) | |
download | haskell-3d654115fc65cfed94f964a456e7c522b5587ea9.tar.gz |
testsuite: Update allocations for T12234
This has been failing on Darwin since 748b79741652028827b6225c36b8ab55d22bdeb0.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 822ccb0026..1ceda503b3 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -916,9 +916,10 @@ test('T12234', compiler_stats_num_field('bytes allocated', [(platform('x86_64-unknown-mingw32'), 77949232, 5), # initial: 77949232 - (wordsize(64), 76848856, 5), + (wordsize(64), 80882208, 5), # initial: 72958288 # 2016-01-17: 76848856 (x86-64, Linux. drift?) + # 2017-02-01: 80882208 (Use superclass instances when solving) ]), ], compile, |