Skip to content
Snippets Groups Projects
Commit 738e2912 authored by Ben Gamari's avatar Ben Gamari
Browse files

testsuite: Widen acceptance window of T1969

I have seen >20% fluctuations in this number, leading to spurious
failures.
parent 3dae006f
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,9 @@ setTestOpts(no_lint)
test('T1969',
[# expect_broken(12437),
collect_compiler_residency(20),
# we collect residency for reference only, hence the large acceptance window.
# We have seen >20% variations in this number.
collect_compiler_residency(50),
collect_compiler_stats('bytes allocated', 1),
only_ways(['normal']),
......
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