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
Travis Whitaker
GHC
Commits
9d97f4b5
Commit
9d97f4b5
authored
May 05, 2020
by
Alex D
🍄
Committed by
Marge Bot
May 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add test for #16167
parent
86c77b36
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
testsuite/tests/driver/T16167.hs
testsuite/tests/driver/T16167.hs
+1
-0
testsuite/tests/driver/T16167.stdout
testsuite/tests/driver/T16167.stdout
+1
-0
testsuite/tests/driver/all.T
testsuite/tests/driver/all.T
+2
-0
No files found.
testsuite/tests/driver/T16167.hs
0 → 100644
View file @
9d97f4b5
module
f
testsuite/tests/driver/T16167.stdout
0 → 100644
View file @
9d97f4b5
{"span": {"file": "T16167.hs","startLine": 1,"startCol": 8,"endLine": 1,"endCol": 9},"doc": "parse error on input \u2018f\u2019","severity": "SevError","reason": null}
testsuite/tests/driver/all.T
View file @
9d97f4b5
...
...
@@ -261,6 +261,8 @@ test('T12955', normal, makefile_test, [])
test
('
T12971
',
[
when
(
opsys
('
mingw32
'),
expect_broken
(
17945
)),
ignore_stdout
],
makefile_test
,
[]
)
test
('
json
',
normal
,
compile_fail
,
['
-ddump-json
'])
test
('
json2
',
normalise_version
('
base
','
ghc-prim
'),
compile
,
['
-ddump-types -ddump-json
'])
test
('
T16167
',
exit_code
(
1
),
run_command
,
['
{compiler} -x hs -e ":set prog T16167.hs" -ddump-json T16167.hs
'])
test
('
T13604
',
[]
,
makefile_test
,
[]
)
test
('
T13604a
',
[]
,
makefile_test
,
[]
)
# omitting hpc and profasm because they affect the
...
...
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