From 3d654115fc65cfed94f964a456e7c522b5587ea9 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Wed, 1 Feb 2017 15:45:20 -0500 Subject: testsuite: Update allocations for T12234 This has been failing on Darwin since 748b79741652028827b6225c36b8ab55d22bdeb0. --- testsuite/tests/perf/compiler/all.T | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuite') 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, -- cgit v1.2.1