[Git][ghc/ghc][master] Relax acceptance threshold for T10421
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: b0233814 by sheaf at 2026-05-27T21:43:31-04:00 Relax acceptance threshold for T10421 As seen in #27289, the 1% acceptance threshold for this text was overly narrow, resulting in spurious test failures. This commit widens the acceptance threshold to 2%. Fixes #27289. - - - - - 1 changed file: - testsuite/tests/perf/compiler/all.T Changes: ===================================== testsuite/tests/perf/compiler/all.T ===================================== @@ -678,7 +678,7 @@ test ('T18140', ['-v0 -O']) test('T10421', [ only_ways(['normal']), - collect_compiler_runtime(1) + collect_compiler_runtime(2) # 1% tolerance was too small (#27289) ], multimod_compile, ['T10421', '-v0 -O']) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b0233814d63c2802a521dfc7dae08b1e... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b0233814d63c2802a521dfc7dae08b1e... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)