[Git][ghc/ghc][wip/ubxsumtag] fix testcase

Luite Stegeman pushed to branch wip/ubxsumtag at Glasgow Haskell Compiler / GHC Commits: 3bfd726d by Luite Stegeman at 2025-08-31T17:59:41+02:00 fix testcase - - - - - 2 changed files: - testsuite/tests/unboxedsums/UbxSumUnpackedSize.stdout-ws-32 - testsuite/tests/unboxedsums/all.T Changes: ===================================== testsuite/tests/unboxedsums/UbxSumUnpackedSize.stdout-ws-32 ===================================== @@ -25,7 +25,7 @@ size: 3 ### u_e3a U_E3 E3_1 127 (-128) 127 (-128) 127 (-128) 127 -size: 5 +size: 4 ### u_mixed U_Mixed E1_254 (-128) E2_255 (-32768) 32767 (-32768) True False ===================================== testsuite/tests/unboxedsums/all.T ===================================== @@ -63,4 +63,4 @@ test('ManyUbxSums', [('ManyUbxSums_Addr.hs','')] , '-v0 -dstg-lint -dcmm-lint']) -test('UbxSumUnpackedSize', normal, compile_and_run, ['-O']) +test('UbxSumUnpackedSize', [js_broken(22374)], compile_and_run, ['-O']) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3bfd726de9a221b6f55ad0f625d86522... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3bfd726de9a221b6f55ad0f625d86522... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Luite Stegeman (@luite)