[Git][ghc/ghc][wip/ghc-debug] Run prof_info test only in prof_ways (#18405)
Sven Tennie
gitlab at gitlab.haskell.org
Mon Jul 20 17:20:31 UTC 2020
Sven Tennie pushed to branch wip/ghc-debug at Glasgow Haskell Compiler / GHC
Commits:
ba3bed40 by Sven Tennie at 2020-07-20T19:20:18+02:00
Run prof_info test only in prof_ways (#18405)
That's the required way for collecting PROFILING data (e.g.
CostCentres).
- - - - -
1 changed file:
- libraries/ghc-heap/tests/all.T
Changes:
=====================================
libraries/ghc-heap/tests/all.T
=====================================
@@ -54,7 +54,7 @@ test('prof_info',
[extra_files(['create_tso.c','create_tso.h']),
ignore_stdout,
ignore_stderr,
-# TODO: What about this?
-# only_ways(prof_ways)
+ extra_ways(['prof']),
+ only_ways(prof_ways)
],
- multi_compile_and_run, ['prof_info', [('create_tso.c','-optc=-g -opta=-g')], '-prof -debug -fprof-auto'])
+ multi_compile_and_run, ['prof_info', [('create_tso.c','-optc=-g -opta=-g')], '-prof'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ba3bed407d9e7d57b937c015ed022b808f63f33d
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ba3bed407d9e7d57b937c015ed022b808f63f33d
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/20200720/83e8866f/attachment-0001.html>
More information about the ghc-commits
mailing list