diff options
author | Alp Mestanogullari <alp@well-typed.com> | 2018-05-19 14:00:21 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-05-20 11:01:34 -0400 |
commit | c4219d9f7d122a106fc8fb1e5cd9a62dadadf76c (patch) | |
tree | 70d63e39967b4691ad2a6dc2ec69e258b5f3fc02 /testsuite/tests/profiling | |
parent | 9171c7f847bc71770a4bb351c4274069d64cd847 (diff) | |
download | haskell-c4219d9f7d122a106fc8fb1e5cd9a62dadadf76c.tar.gz |
Another batch of './validation --slow' tweaks
This finally gets us to a green ./validate --slow on linux for a ghc
checkout from the beginning of this week, see
https://circleci.com/gh/ghc/ghc/4739
This is hopefully the final (or second to final) patch to
address #14890.
Test Plan: ./validate --slow
Reviewers: bgamari, hvr, simonmar
Reviewed By: bgamari
Subscribers: rwbarton, thomie, carter
GHC Trac Issues: #14890
Differential Revision: https://phabricator.haskell.org/D4712
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] |