Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
b3e2173e
Commit
b3e2173e
authored
Dec 19, 2006
by
Ian Lynagh
Browse files
fail -> broken
parent
4847d9f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/driver/testlib.py
View file @
b3e2173e
...
...
@@ -150,7 +150,7 @@ def _expect_fail_if_compiler_type( opts, compiler_type ):
if
config
.
compiler_type
==
compiler_type
:
opts
.
expect
=
'fail'
def
expect_broken_if_compiler_type
(
compiler_type
):
def
expect_broken_if_compiler_type
(
bug
,
compiler_type
):
return
lambda
opts
,
b
=
bug
,
c
=
compiler_type
:
_expect_broken_if_compiler_type
(
opts
,
b
,
c
)
def
_expect_broken_if_compiler_type
(
opts
,
bug
,
compiler_type
):
...
...
testsuite/tests/ghc-regress/typecheck/should_compile/all.T
View file @
b3e2173e
...
...
@@ -211,7 +211,7 @@ test('tc195', only_compiler_types(['ghc']), compile, [''])
test
('
tc196
',
normal
,
compile
,
[''])
test
('
tc197
',
normal
,
compile
,
[''])
test
('
tc198
',
normal
,
compile
,
[''])
test
('
tc199
',
expect_
fail
_if_compiler_type
('
ghc
'),
compile
,
[''])
test
('
tc199
',
expect_
broken
_if_compiler_type
(
1061
,
'
ghc
'),
compile
,
[''])
test
('
tc200
',
normal
,
compile
,
[''])
test
('
tc201
',
normal
,
compile
,
[''])
test
('
tc202
',
normal
,
compile
,
[''])
...
...
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