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
4,324
Issues
4,324
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
385
Merge Requests
385
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
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
Glasgow Haskell Compiler
GHC
Commits
8eef271c
Commit
8eef271c
authored
May 09, 2013
by
jpm@cs.ox.ac.uk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add test for T7878
parent
a9f00a6e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
1 deletion
+22
-1
testsuite/tests/generics/T7878.hs
testsuite/tests/generics/T7878.hs
+3
-0
testsuite/tests/generics/T7878A.hs
testsuite/tests/generics/T7878A.hs
+7
-0
testsuite/tests/generics/T7878A.hs-boot
testsuite/tests/generics/T7878A.hs-boot
+3
-0
testsuite/tests/generics/T7878B.hs
testsuite/tests/generics/T7878B.hs
+3
-0
testsuite/tests/generics/all.T
testsuite/tests/generics/all.T
+6
-1
No files found.
testsuite/tests/generics/T7878.hs
0 → 100644
View file @
8eef271c
module
T7878C
where
import
T7878A
testsuite/tests/generics/T7878A.hs
0 → 100644
View file @
8eef271c
{-# LANGUAGE DeriveGeneric #-}
module
T7878A
where
import
T7878B
import
GHC.Generics
data
Test
deriving
Generic
testsuite/tests/generics/T7878A.hs-boot
0 → 100644
View file @
8eef271c
module
T7878A
where
data
Test
-- The panic occurs regardless of whether this line is included
testsuite/tests/generics/T7878B.hs
0 → 100644
View file @
8eef271c
module
T7878B
where
import
{-#
SOURCE
#-
}
T7878A
testsuite/tests/generics/all.T
View file @
8eef271c
...
...
@@ -24,4 +24,9 @@ test('GenCannotDoRep1_4', normal, compile_fail, [''])
test
('
GenCannotDoRep1_5
',
normal
,
compile_fail
,
[''])
test
('
GenCannotDoRep1_6
',
normal
,
compile_fail
,
[''])
test
('
GenCannotDoRep1_7
',
normal
,
compile_fail
,
[''])
test
('
GenCannotDoRep1_8
',
normal
,
compile_fail
,
[''])
\ No newline at end of file
test
('
GenCannotDoRep1_8
',
normal
,
compile_fail
,
[''])
test
('
T7878
',
extra_clean
(['
T7878A.o
'
,'
T7878A.hi
'
,'
T7878A.o-boot
','
T7878A.hi-boot
'
,'
T7878B.o
'
,'
T7878B.hi
']),
multimod_compile
,
['
T7878
',
'
-v0
'])
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