diff options
Diffstat (limited to 'testsuite/tests/profiling/should_run/all.T')
-rw-r--r-- | testsuite/tests/profiling/should_run/all.T | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T index 4c4822c526..03332f6097 100644 --- a/testsuite/tests/profiling/should_run/all.T +++ b/testsuite/tests/profiling/should_run/all.T @@ -39,7 +39,7 @@ test('T3001-2', [only_ways(['prof_hb']), extra_ways(['prof_hb'])], # As with ioprof001, the unoptimised profile is different but # not badly wrong (CAF attribution is different). test('scc001', - [expect_broken_for_10037, expect_broken_for(14705, ['ghci-ext-prof'])], + [expect_broken_for_10037], compile_and_run, ['-fno-state-hack -fno-full-laziness']) # Note [consistent stacks] @@ -108,9 +108,7 @@ test('callstack002', ['-fprof-auto-calls -fno-full-laziness -fno-state-hack']) # Should not stack overflow with -prof -fprof-auto -test('T5363', - [expect_broken_for(14705, ['ghci-ext-prof'])], - compile_and_run, ['']) +test('T5363', [], compile_and_run, ['']) test('profinline001', [], compile_and_run, ['']) |