From 176be87cb28f675d87ea8f5c07eaef7ca47ff8de Mon Sep 17 00:00:00 2001 From: Thomas Miedema Date: Mon, 22 Feb 2016 17:44:17 +0100 Subject: Filter out -prof callstacks from test output (#11521) --- testsuite/tests/profiling/should_run/all.T | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite/tests/profiling') 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'] -- cgit v1.2.1