Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
0b6dcc84
by Simon Jakobi at 2026-07-29T06:40:04-04:00
1 changed file:
Changes:
| ... | ... | @@ -819,7 +819,10 @@ test ('LookupFusion', |
| 819 | 819 | ['-O2 -package base'])
|
| 820 | 820 | |
| 821 | 821 | test('T24471',
|
| 822 | - [req_th, collect_compiler_stats('all', 5)],
|
|
| 822 | + [ req_th,
|
|
| 823 | + collect_compiler_residency(15),
|
|
| 824 | + collect_compiler_stats('bytes allocated', 5),
|
|
| 825 | + ],
|
|
| 823 | 826 | multimod_compile, ['T24471', '-v0 -O'])
|
| 824 | 827 | |
| 825 | 828 | test ('T24582',
|