[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 2 commits: testsuite: Introduce template-haskell-exports test
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Thu Apr 4 08:04:58 UTC 2024
Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC
Commits:
870bb024 by Ben Gamari at 2024-04-04T04:04:50-04:00
testsuite: Introduce template-haskell-exports test
- - - - -
329380e7 by Luite Stegeman at 2024-04-04T04:04:53-04:00
Update correct counter in bumpTickyAllocd
- - - - -
3 changed files:
- compiler/GHC/StgToCmm/Ticky.hs
- testsuite/tests/interface-stability/all.T
- + testsuite/tests/interface-stability/template-haskell-exports.stdout
Changes:
=====================================
compiler/GHC/StgToCmm/Ticky.hs
=====================================
@@ -809,7 +809,7 @@ bumpTickyEntryCount lbl = do
bumpTickyAllocd :: CLabel -> Int -> FCode ()
bumpTickyAllocd lbl bytes = do
platform <- getPlatform
- bumpTickyLitBy (cmmLabelOffB lbl (pc_OFFSET_StgEntCounter_entry_count (platformConstants platform))) bytes
+ bumpTickyLitBy (cmmLabelOffB lbl (pc_OFFSET_StgEntCounter_allocd (platformConstants platform))) bytes
bumpTickyTagSkip :: CLabel -> FCode ()
bumpTickyTagSkip lbl = do
=====================================
testsuite/tests/interface-stability/all.T
=====================================
@@ -9,3 +9,4 @@ def check_package(pkg_name):
check_package('base')
check_package('ghc-experimental')
+check_package('template-haskell')
=====================================
testsuite/tests/interface-stability/template-haskell-exports.stdout
=====================================
The diff for this file was not included because it is too large.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/1b70a89eca6fcab897a5d270a0158847eda1f997...329380e731bc3d455cc64f0c5a1f2463c39c11cb
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/1b70a89eca6fcab897a5d270a0158847eda1f997...329380e731bc3d455cc64f0c5a1f2463c39c11cb
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240404/22919fff/attachment-0001.html>
More information about the ghc-commits
mailing list