summaryrefslogtreecommitdiff
path: root/testsuite/tests/profiling/should_run/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/profiling/should_run/all.T')
-rw-r--r--testsuite/tests/profiling/should_run/all.T4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index 34d0f5d879..d49653394d 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -21,13 +21,13 @@ def normalise_InfoProv_ipName(str):
return re.sub('ipName = "\\w*"', '', str)
test('staticcallstack001',
- [ omit_ways(['ghci-ext-prof']), # produces a different stack
+ [ omit_ways(['ghci', 'ghci-ext-prof']), # produces a different stack
normalise_fun(normalise_InfoProv_ipName)
], compile_and_run,
['-O0 -g3 -fdistinct-constructor-tables -finfo-table-map'])
test('staticcallstack002',
- [ omit_ways(['ghci-ext-prof']), # produces a different stack
+ [ omit_ways(['ghci', 'ghci-ext-prof']), # produces a different stack
normalise_fun(normalise_InfoProv_ipName)
], compile_and_run,
['-O0 -g3 -fdistinct-constructor-tables -finfo-table-map'])