Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
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
Alex D
GHC
Commits
c9e0e606
Commit
c9e0e606
authored
Jun 16, 2007
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tcfail177 is expected to fail; trac #1176
parent
72eeb328
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
testsuite/tests/ghc-regress/typecheck/should_fail/all.T
testsuite/tests/ghc-regress/typecheck/should_fail/all.T
+1
-1
testsuite/tests/ghc-regress/typecheck/should_fail/tcfail177.stderr
.../tests/ghc-regress/typecheck/should_fail/tcfail177.stderr
+3
-0
No files found.
testsuite/tests/ghc-regress/typecheck/should_fail/all.T
View file @
c9e0e606
...
...
@@ -162,7 +162,7 @@ test('tcfail173', normal, compile_fail, [''])
test
('
tcfail174
',
normal
,
compile_fail
,
[''])
test
('
tcfail175
',
normal
,
compile_fail
,
[''])
test
('
tcfail176
',
normal
,
compile_fail
,
[''])
test
('
tcfail177
',
normal
,
compile_fail
,
[''])
test
('
tcfail177
',
expect_broken
(
1176
)
,
compile_fail
,
[''])
test
('
tcfail178
',
normal
,
compile_fail
,
[''])
test
('
tcfail179
',
normal
,
compile_fail
,
[''])
test
('
tcfail180
',
normal
,
compile_fail
,
[''])
...
...
testsuite/tests/ghc-regress/typecheck/should_fail/tcfail177.stderr
View file @
c9e0e606
...
...
@@ -2,6 +2,9 @@
*** white space, so doesn't show it up. Hence this message, to force
*** it to fail until we fix the bug.
*** The ...'s may mean the problem isn't actually shown by this example
*** any more anyway.
tcfail177.hs:17:12:
Couldn't match expected type `Bool' against inferred type `[Char]'
In the expression: "Two"
...
...
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