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

Hannes Siebenhandl (@fendor) gitlab at gitlab.haskell.org
Tue May 21 10:29:34 UTC 2024



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


Commits:
cee5f6b4 by Fendor at 2024-05-21T12:29:25+02:00
Add regression test T24809 for stg_orig_thunk_info_frame size

- - - - -


3 changed files:

- + testsuite/tests/codeGen/should_run/T24809.hs
- + testsuite/tests/codeGen/should_run/T24809.stdout
- 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/T24809.stdout
=====================================
@@ -0,0 +1 @@
+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/cee5f6b42429e65a630e14416c215de181b14d6b

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/cee5f6b42429e65a630e14416c215de181b14d6b
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/20240521/c0b8d017/attachment.html>


More information about the ghc-commits mailing list