Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Glasgow Haskell Compiler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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'])],
# 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
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