Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
61395b59
Commit
61395b59
authored
Jan 16, 2014
by
Joachim Breitner
Browse files
type-rep is only broken when debugging is on
in which case it is a wontfix (see #8569)
parent
69cf5c4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/gadt/all.T
View file @
61395b59
...
@@ -40,7 +40,7 @@ test('gadt23',
...
@@ -40,7 +40,7 @@ test('gadt23',
test
('
gadt24
',
normal
,
compile
,
[''])
test
('
gadt24
',
normal
,
compile
,
[''])
test
('
red-black
',
normal
,
compile
,
[''])
test
('
red-black
',
normal
,
compile
,
[''])
test
('
type-rep
',
[
when
(
fast
(),
skip
),
expect_broken_for
(
8569
,
['
hpc
','
optasm
','
threaded2
','
dyn
','
optllvm
'])
]
,
compile_and_run
,
[''])
test
('
type-rep
',
[
when
(
fast
(),
skip
),
when
(
compiler_debugged
(),
expect_broken_for
(
8569
,
['
hpc
','
optasm
','
threaded2
','
dyn
','
optllvm
'])
)
]
,
compile_and_run
,
[''])
test
('
equal
',
normal
,
compile
,
[''])
test
('
equal
',
normal
,
compile
,
[''])
test
('
nbe
',
normal
,
compile
,
[''])
test
('
nbe
',
normal
,
compile
,
[''])
test
('
while
',
normal
,
compile_and_run
,
[''])
test
('
while
',
normal
,
compile_and_run
,
[''])
...
...
Write
Preview
Supports
Markdown
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