summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2020-11-03 16:55:25 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2020-11-03 16:55:25 +0000
commit5e13439ae474312e5a0febc1290b5f99e92af7b2 (patch)
treebf482973378bd182b1756c6281d10376fc09610a
parentb71305a26451fe26196627d4dccd9a7af87b690f (diff)
downloadhaskell-5e13439ae474312e5a0febc1290b5f99e92af7b2.tar.gz
Run test in all ways
-rw-r--r--testsuite/tests/profiling/should_run/all.T11
1 files changed, 6 insertions, 5 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index d8e42c9f4e..07bfe4e66e 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/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'])