Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
37655c46
by Teo Camarasu at 2025-08-26T15:24:51-04:00
1 changed file:
Changes:
| ... | ... | @@ -643,6 +643,7 @@ test('T25560', [req_c_rts, ignore_stderr], compile_and_run, ['']) |
| 643 | 643 | test('TestProddableBlockSet', [req_c_rts], multimod_compile_and_run, ['TestProddableBlockSet.c', '-no-hs-main'])
|
| 644 | 644 | test('T22859',
|
| 645 | 645 | [js_skip,
|
| 646 | - # Allocation behaviour differs with the wasm backend so we get different output
|
|
| 647 | - when(arch('wasm32'), skip)],
|
|
| 646 | + # This test is vulnerable to changes in allocation behaviour, so we disable it in some ways
|
|
| 647 | + when(arch('wasm32'), skip),
|
|
| 648 | + omit_ways(llvm_ways)],
|
|
| 648 | 649 | compile_and_run, ['-with-rtsopts -A8K']) |