Cheng Shao pushed to branch wip/spj-reinstallable-base2 at Glasgow Haskell Compiler / GHC Commits: faa211b9 by Cheng Shao at 2026-07-15T15:13:03+00:00 fix js - - - - - 2 changed files: - testsuite/tests/cabal/T27013a/all.T - testsuite/tests/javascript/Makefile Changes: ===================================== testsuite/tests/cabal/T27013a/all.T ===================================== @@ -1,4 +1,5 @@ test('T27013a', - [extra_files(['src/', 'composition.cabal', 'Setup.hs'])], + [extra_files(['src/', 'composition.cabal', 'Setup.hs']), + js_broken(22349)], makefile_test, []) ===================================== testsuite/tests/javascript/Makefile ===================================== @@ -30,4 +30,4 @@ T24744: grep -c "h\$$r1 = \"test_val_80_local_once" T24744.dump-js # check that the optimization occurred grep -c "h\$$r1 = h\$$decodeUtf8z" T24744.dump-js - grep -c "h\$$stc(h\$$mainZCMainzitestzuvalzu80zulocal,h\$$mainZCMainzitestzuvalzu80zulocal_e,\[h\$$ghczminternalZCGHCziInternalziCStringziunpackCStringzh,h\$$mainZCMainzimain7_1,h\$$mainZCMainzimain7_2\])" T24744.jsexe/out.js + grep -c "h\$$stc(h\$$mainZCMainzitestzuvalzu80zulocal,h\$$mainZCMainzitestzuvalzu80zulocal_e,\[h\$$ghczminternalZCGHCziInternalziTypesziunpackCStringzh,h\$$mainZCMainzimain7_1,h\$$mainZCMainzimain7_2\])" T24744.jsexe/out.js View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/faa211b986d576a2b18f50d0c3a0ed04... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/faa211b986d576a2b18f50d0c3a0ed04... You're receiving this email because of your account on gitlab.haskell.org. Manage all notifications: https://gitlab.haskell.org/-/profile/notifications | Help: https://gitlab.haskell.org/help
participants (1)
-
Cheng Shao (@TerrorJack)