[Git][ghc/ghc][wip/con-info] Run test in all ways
Matthew Pickering
gitlab at gitlab.haskell.org
Tue Nov 3 16:55:40 UTC 2020
Matthew Pickering pushed to branch wip/con-info at Glasgow Haskell Compiler / GHC
Commits:
5e13439a by Matthew Pickering at 2020-11-03T16:55:25+00:00
Run test in all ways
- - - - -
1 changed file:
- testsuite/tests/profiling/should_run/all.T
Changes:
=====================================
testsuite/tests/profiling/should_run/all.T
=====================================
@@ -8,6 +8,12 @@ test('heapprof002',
test('T11489', [req_profiling], makefile_test, ['T11489'])
+test('staticcallstack001',
+ # unoptimised results are different w.r.t. CAF attribution
+ [ omit_ways(['ghci-ext-prof']), # produces a different stack
+ ], compile_and_run,
+ ['-O0 -g3 -fdistinct-constructor-tables -finfo-table-map'])
+
# Below this line, run tests only with profiling ways.
setTestOpts(req_profiling)
setTestOpts(extra_ways(['prof', 'ghci-ext-prof']))
@@ -151,8 +157,3 @@ test('T15897',
test('T17572', [], compile_and_run, [''])
-test('staticcallstack001',
- # unoptimised results are different w.r.t. CAF attribution
- [ omit_ways(['ghci-ext-prof']), # produces a different stack
- ], compile_and_run,
- ['-O0 -g3'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5e13439ae474312e5a0febc1290b5f99e92af7b2
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5e13439ae474312e5a0febc1290b5f99e92af7b2
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/20201103/4ca02960/attachment.html>
More information about the ghc-commits
mailing list