diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 0ecc7c21ea..3c8cbdabf9 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -428,9 +428,8 @@ test('T5631', test('parsing001', [compiler_stats_num_field('bytes allocated', [(wordsize(32), 274000576, 10), - (wordsize(64), 682266448, 5)]), + (wordsize(64), 587079016, 5)]), # expected value: 587079016 (amd64/Linux) - # 2016-08-31: 682266448 (amd64/Linux) only_ways(['normal']), ], compile_fail, ['']) |