Skip to content
Snippets Groups Projects
Commit e8074082 authored by batterseapower's avatar batterseapower
Browse files

Accept increase in T3294 allocation

parent 47ac738f
No related branches found
No related tags found
No related merge requests found
......@@ -56,10 +56,12 @@ test('T3294',
# expected value: 13049060 (x86/Linux)
if_wordsize(64,
compiler_stats_num_field('max_bytes_used', 26000000,
34000000)),
36000000)),
# expected value: 32 478 408 (amd64/Linux)
# (but varies a lot, depending on when
# we GC relative to the peak).
# (MCB: consistently reaching ~35 375 912 for
# me lately on amd64/Darwin)
if_wordsize(32,
compiler_stats_num_field('bytes allocated', 650000000,
750000000)),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment