Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
55aea8fd
Commit
55aea8fd
authored
Jan 31, 2018
by
Ben Gamari
🐢
Browse files
testsuite: Mark scc001 and T5363 as broken due to #14705
These two tests have been failing on CircleCI.
parent
e9ae0cae
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/profiling/should_run/all.T
View file @
55aea8fd
...
...
@@ -38,7 +38,9 @@ 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
,
compile_and_run
,
test
('
scc001
',
[
expect_broken_for_10037
,
expect_broken_for
(
14705
,
['
ghci-ext-prof
'])],
compile_and_run
,
['
-fno-state-hack -fno-full-laziness
'])
# Note [consistent stacks]
test
('
scc002
',
[]
,
compile_and_run
,
[''])
...
...
@@ -106,7 +108,9 @@ test('callstack002',
['
-fprof-auto-calls -fno-full-laziness -fno-state-hack
'])
# Should not stack overflow with -prof -fprof-auto
test
('
T5363
',
[]
,
compile_and_run
,
[''])
test
('
T5363
',
[
expect_broken_for
(
14705
,
['
ghci-ext-prof
'])],
compile_and_run
,
[''])
test
('
profinline001
',
[]
,
compile_and_run
,
[''])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment