[Git][ghc/ghc][wip/T24809] Add regression test T24809 for stg_orig_thunk_info_frame size

Hannes Siebenhandl (@fendor) gitlab at gitlab.haskell.org
Fri May 17 14:50:02 UTC 2024



Hannes Siebenhandl pushed to branch wip/T24809 at Glasgow Haskell Compiler / GHC


Commits:
3575f59b by Fendor at 2024-05-17T16:49:52+02:00
Add regression test T24809 for stg_orig_thunk_info_frame size

- - - - -


2 changed files:

- + testsuite/tests/codeGen/should_run/T24809.hs
- testsuite/tests/codeGen/should_run/all.T


Changes:

=====================================
testsuite/tests/codeGen/should_run/T24809.hs
=====================================
@@ -0,0 +1,2 @@
+
+main = putStrLn "hi"


=====================================
testsuite/tests/codeGen/should_run/all.T
=====================================
@@ -226,6 +226,7 @@ test('T22296',[only_ways(llvm_ways)
 test('T22798', normal, compile_and_run, ['-fregs-graph'])
 test('CheckBoundsOK', normal, compile_and_run, ['-fcheck-prim-bounds'])
 test('OrigThunkInfo', normal, compile_and_run, ['-forig-thunk-info'])
+test('T24809', req_profiling, compile_and_run, ['-forig-thunk-info -prof'])
 
 # TODO: Enable more architectures here. N.B. some code generation backends are
 # not implemeted correctly (according to



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3575f59b2a7da35c3b30002bc6e816388cc61096

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3575f59b2a7da35c3b30002bc6e816388cc61096
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/20240517/ed671ef9/attachment.html>


More information about the ghc-commits mailing list