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
c8ebd6cb
Commit
c8ebd6cb
authored
Jul 31, 2008
by
Ian Lynagh
Browse files
Expect break011 and break024 to fail due to trac #2475
'debugger gives "Can't unify" when stopped at an exception'
parent
b9c1ef5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/ghci.debugger/scripts/all.T
View file @
c8ebd6cb
...
...
@@ -42,7 +42,7 @@ test('break007', normal, ghci_script, ['break007.script'])
test
('
break008
',
normal
,
ghci_script
,
['
break008.script
'])
test
('
break009
',
normal
,
ghci_script
,
['
break009.script
'])
test
('
break010
',
normal
,
ghci_script
,
['
break010.script
'])
test
('
break011
',
normal
,
ghci_script
,
['
break011.script
'])
test
('
break011
',
expect_broken
(
2475
)
,
ghci_script
,
['
break011.script
'])
test
('
break012
',
normal
,
ghci_script
,
['
break012.script
'])
test
('
break013
',
normal
,
ghci_script
,
['
break013.script
'])
test
('
break014
',
normal
,
ghci_script
,
['
break014.script
'])
...
...
@@ -53,7 +53,7 @@ test('break018', normal, ghci_script, ['break018.script'])
test
('
break019
',
normal
,
ghci_script
,
['
break019.script
'])
test
('
break020
',
normal
,
ghci_script
,
['
break020.script
'])
test
('
break021
',
if_compiler_lt
('
ghc
','
6.9
',
namebase
('
break021-6.8
')),
ghci_script
,
['
break021.script
'])
test
('
break024
',
normal
,
ghci_script
,
['
break024.script
'])
test
('
break024
',
expect_broken
(
2475
)
,
ghci_script
,
['
break024.script
'])
test
('
break025
',
normal
,
ghci_script
,
['
break025.script
'])
test
('
break026
',
normal
,
ghci_script
,
['
break026.script
'])
test
('
break027
',
normal
,
ghci_script
,
['
break027.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