Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
19ae1423
Commit
19ae1423
authored
Dec 06, 2016
by
Simon Marlow
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark rn017 and T7672 as expect_broken(#12930) with -DDEBUG
parent
24e6594c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
testsuite/tests/rename/should_compile/all.T
testsuite/tests/rename/should_compile/all.T
+3
-1
No files found.
testsuite/tests/rename/should_compile/all.T
View file @
19ae1423
...
...
@@ -26,6 +26,7 @@ test('rn012',
test
('
rn013
',
normal
,
compile
,
[''])
test
('
rn017
',
[
when
(
compiler_debugged
(),
expect_broken
(
12930
)),
extra_clean
(['
RnAux017.hi
',
'
RnAux017.o
',
'
RnAux017.hi-boot
',
'
RnAux017.o-boot
'])],
multimod_compile
,
...
...
@@ -212,7 +213,8 @@ test('T7167', normal, compile, [''])
test
('
T7336
',
expect_broken
(
7336
),
compile
,
['
-Wall
'])
test
('
T2435
',
normal
,
multimod_compile
,
['
T2435
','
-v0
'])
test
('
T7672
',
normal
,
multimod_compile
,
['
T7672
','
-v0
'])
test
('
T7672
',
when
(
compiler_debugged
(),
expect_broken
(
12930
)),
multimod_compile
,
['
T7672
','
-v0
'])
test
('
T7963
',
[
extra_clean
(['
T7963a.hi
',
'
T7963a.o
',
'
T7963.imports
'])],
...
...
Matthew Pickering
@mpickering
mentioned in commit
eafa06dc
·
Dec 06, 2016
mentioned in commit
eafa06dc
mentioned in commit eafa06dce4aa815159ebba5a34d5137cf401ffbc
Toggle commit list
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