diff options
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 38cbdd0311..ec598050fa 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -900,8 +900,12 @@ test('T12877', [(wordsize(64), 197582248, 5), # initial: 197582248 (Linux) ]) + , compiler_stats_num_field('bytes allocated', - [(wordsize(64), 135979000, 5), + [(platform('x86_64-unknown-mingw32'), 118644280, 5), + # initial: 118644280 + + (wordsize(64), 135979000, 5), # initial: 135979000 (Linux) ]), ], |