Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
2aa5a5b6
Commit
2aa5a5b6
authored
Jul 14, 2007
by
Ian Lynagh
Browse files
Skip break017 if fast (bit of a hack; just to make the validate script work)
parent
e0ef74c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/ghci.debugger/scripts/all.T
View file @
2aa5a5b6
...
...
@@ -41,7 +41,7 @@ test('break013', normal, ghci_script, ['break013.script'])
test
('
break014
',
normal
,
ghci_script
,
['
break014.script
'])
test
('
break015
',
expect_broken
(
1457
),
ghci_script
,
['
break015.script
'])
test
('
break016
',
normal
,
ghci_script
,
['
break016.script
'])
test
('
break017
',
normal
,
ghci_script
,
['
break017.script
'])
test
('
break017
',
skip_if_fast
,
ghci_script
,
['
break017.script
'])
test
('
break018
',
normal
,
ghci_script
,
['
break018.script
'])
test
('
break019
',
normal
,
ghci_script
,
['
break019.script
'])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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