Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 0b6dcc84 by Simon Jakobi at 2026-07-29T06:40:04-04:00 testsuite: Relax T24471 residency tolerance T24471 peak residency fluctuates enough on i386 to cause spurious failures. Use the standard residency tolerance while retaining the existing allocation threshold. See https://gitlab.haskell.org/ghc/ghc/-/work_items/24471#note_682303. Assisted-by: gpt-5.6-sol via Codex CLI - - - - - 1 changed file: - testsuite/tests/perf/compiler/all.T Changes: ===================================== testsuite/tests/perf/compiler/all.T ===================================== @@ -819,7 +819,10 @@ test ('LookupFusion', ['-O2 -package base']) test('T24471', - [req_th, collect_compiler_stats('all', 5)], + [ req_th, + collect_compiler_residency(15), + collect_compiler_stats('bytes allocated', 5), + ], multimod_compile, ['T24471', '-v0 -O']) test ('T24582', View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0b6dcc841f2ea606e03c5a8f544b1dd7... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0b6dcc841f2ea606e03c5a8f544b1dd7... You're receiving this email because of your account on gitlab.haskell.org. Manage all notifications: https://gitlab.haskell.org/-/profile/notifications | Help: https://gitlab.haskell.org/help