Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Piyush P Kurur
Glasgow Haskell Compiler
Commits
55aea8fd
Commit
55aea8fd
authored
Jan 31, 2018
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
testsuite/tests/profiling/should_run/all.T
testsuite/tests/profiling/should_run/all.T
+6
-2
No files found.
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'])],
...
@@ -38,7 +38,9 @@ test('T3001-2', [only_ways(['prof_hb']), extra_ways(['prof_hb'])],
# As with ioprof001, the unoptimised profile is different but
# As with ioprof001, the unoptimised profile is different but
# not badly wrong (CAF attribution is different).
# 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]
['
-fno-state-hack -fno-full-laziness
'])
# Note [consistent stacks]
test
('
scc002
',
[]
,
compile_and_run
,
[''])
test
('
scc002
',
[]
,
compile_and_run
,
[''])
...
@@ -106,7 +108,9 @@ test('callstack002',
...
@@ -106,7 +108,9 @@ test('callstack002',
['
-fprof-auto-calls -fno-full-laziness -fno-state-hack
'])
['
-fprof-auto-calls -fno-full-laziness -fno-state-hack
'])
# Should not stack overflow with -prof -fprof-auto
# 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
,
[''])
test
('
profinline001
',
[]
,
compile_and_run
,
[''])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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