summaryrefslogtreecommitdiff
path: root/testsuite/tests/profiling
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-02-22 17:44:17 +0100
committerThomas Miedema <thomasmiedema@gmail.com>2016-02-23 12:28:03 +0100
commit176be87cb28f675d87ea8f5c07eaef7ca47ff8de (patch)
treec8327c876974f71ae1cbe3ac5df2215a3ee12736 /testsuite/tests/profiling
parent73e409555019d370f3644bdf02b37dd526de4d8a (diff)
downloadhaskell-176be87cb28f675d87ea8f5c07eaef7ca47ff8de.tar.gz
Filter out -prof callstacks from test output (#11521)
Diffstat (limited to 'testsuite/tests/profiling')
-rw-r--r--testsuite/tests/profiling/should_run/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index ae349e9254..707ade3731 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -15,6 +15,7 @@ test('T11489', [req_profiling, extra_clean(['T11489.prof', 'T11489.hp'])],
setTestOpts(req_profiling)
setTestOpts(extra_ways(['prof']))
setTestOpts(only_ways(prof_ways))
+setTestOpts(keep_prof_callstacks)
extra_prof_ways = ['prof', 'prof_hc_hb', 'prof_hb', 'prof_hd', 'prof_hy', 'prof_hr']