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
a56dadc5
Commit
a56dadc5
authored
Nov 24, 2013
by
Joachim Breitner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark break006 break003 print019 as broken by
#8540
...when debugging is on, to keep builds reports clean.
parent
3b45ada6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
testsuite/tests/ghci.debugger/scripts/all.T
testsuite/tests/ghci.debugger/scripts/all.T
+3
-3
No files found.
testsuite/tests/ghci.debugger/scripts/all.T
View file @
a56dadc5
...
...
@@ -19,7 +19,7 @@ test('print014', normal, ghci_script, ['print014.script'])
test
('
print016
',
normal
,
ghci_script
,
['
print016.script
'])
test
('
print017
',
normal
,
ghci_script
,
['
print017.script
'])
test
('
print018
',
normal
,
ghci_script
,
['
print018.script
'])
test
('
print019
',
normal
,
ghci_script
,
['
print019.script
'])
test
('
print019
',
when
(
compiler_debugged
(),
expect_broken
(
8540
))
,
ghci_script
,
['
print019.script
'])
test
('
print020
',
normal
,
ghci_script
,
['
print020.script
'])
test
('
print021
',
normal
,
ghci_script
,
['
print021.script
'])
test
('
print022
',
normal
,
ghci_script
,
['
print022.script
'])
...
...
@@ -41,9 +41,9 @@ test('print035',
test
('
break001
',
normal
,
ghci_script
,
['
break001.script
'])
test
('
break002
',
normal
,
ghci_script
,
['
break002.script
'])
test
('
break003
',
normal
,
ghci_script
,
['
break003.script
'])
test
('
break003
',
when
(
compiler_debugged
(),
expect_broken
(
8540
))
,
ghci_script
,
['
break003.script
'])
test
('
break005
',
normal
,
ghci_script
,
['
break005.script
'])
test
('
break006
',
normal
,
ghci_script
,
['
break006.script
'])
test
('
break006
',
when
(
compiler_debugged
(),
expect_broken
(
8540
))
,
ghci_script
,
['
break006.script
'])
test
('
break007
',
extra_clean
(['
Break007.o
',
'
Break007.hi
']),
ghci_script
,
['
break007.script
'])
test
('
break008
',
normal
,
ghci_script
,
['
break008.script
'])
...
...
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