diff options
Diffstat (limited to 'testsuite/tests/profiling')
-rw-r--r-- | testsuite/tests/profiling/should_run/all.T | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T index 03332f6097..7904de8991 100644 --- a/testsuite/tests/profiling/should_run/all.T +++ b/testsuite/tests/profiling/should_run/all.T @@ -36,10 +36,10 @@ test('T3001', [only_ways(['prof_hb']), extra_ways(['prof_hb'])], test('T3001-2', [only_ways(['prof_hb']), extra_ways(['prof_hb'])], compile_and_run, ['-package bytestring']) -# As with ioprof001, the unoptimised profile is different but -# not badly wrong (CAF attribution is different). +# For profasm/profthreaded, the answer is correct but the ordering of some +# lines in the output happen to be different, so we just skip them. test('scc001', - [expect_broken_for_10037], + omit_ways(['profasm', 'profthreaded']), compile_and_run, ['-fno-state-hack -fno-full-laziness']) # Note [consistent stacks] |