Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 37655c46 by Teo Camarasu at 2025-08-26T15:24:51-04:00 tests: disable T22859 under LLVM This test was failing under the LLVM backend since the allocations differ from the NCG. Resolves #26282 - - - - - 1 changed file: - testsuite/tests/rts/all.T Changes: ===================================== testsuite/tests/rts/all.T ===================================== @@ -643,6 +643,7 @@ test('T25560', [req_c_rts, ignore_stderr], compile_and_run, ['']) test('TestProddableBlockSet', [req_c_rts], multimod_compile_and_run, ['TestProddableBlockSet.c', '-no-hs-main']) test('T22859', [js_skip, - # Allocation behaviour differs with the wasm backend so we get different output - when(arch('wasm32'), skip)], + # This test is vulnerable to changes in allocation behaviour, so we disable it in some ways + when(arch('wasm32'), skip), + omit_ways(llvm_ways)], compile_and_run, ['-with-rtsopts -A8K']) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/37655c467af932eb6ac846d888b1fa7e... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/37655c467af932eb6ac846d888b1fa7e... You're receiving this email because of your account on gitlab.haskell.org.