Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
052aa3d6
Commit
052aa3d6
authored
Jan 05, 2008
by
Ian Lynagh
Browse files
Skip TransformListComp tests for GHC < 6.9
parent
0ba992fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/deSugar/should_run/all.T
View file @
052aa3d6
...
...
@@ -18,11 +18,11 @@ test('dsrun012', skip_if_fast, compile_and_run, [''])
test
('
dsrun013
',
normal
,
compile_and_run
,
[''])
test
('
dsrun014
',
expect_broken_for
(
1257
,
['
ghci
']),
compile_and_run
,
[''])
test
('
dsrun015
',
expect_broken
(
1491
),
compile_and_run
,
[''])
test
('
dsrun016
',
normal
,
compile_and_run
,
[''])
test
('
dsrun017
',
normal
,
compile_and_run
,
[''])
test
('
dsrun018
',
normal
,
compile_and_run
,
[''])
test
('
dsrun019
',
normal
,
compile_and_run
,
[''])
test
('
dsrun020
',
normal
,
compile_and_run
,
[''])
test
('
dsrun021
',
normal
,
compile_and_run
,
[''])
test
('
dsrun022
',
normal
,
compile_and_run
,
[''])
test
('
dsrun023
',
normal
,
compile_and_run
,
[''])
test
('
dsrun016
',
if_compiler_lt
('
ghc
',
'
6.9
',
skip
)
,
compile_and_run
,
[''])
test
('
dsrun017
',
if_compiler_lt
('
ghc
',
'
6.9
',
skip
)
,
compile_and_run
,
[''])
test
('
dsrun018
',
if_compiler_lt
('
ghc
',
'
6.9
',
skip
)
,
compile_and_run
,
[''])
test
('
dsrun019
',
if_compiler_lt
('
ghc
',
'
6.9
',
skip
)
,
compile_and_run
,
[''])
test
('
dsrun020
',
if_compiler_lt
('
ghc
',
'
6.9
',
skip
)
,
compile_and_run
,
[''])
test
('
dsrun021
',
if_compiler_lt
('
ghc
',
'
6.9
',
skip
)
,
compile_and_run
,
[''])
test
('
dsrun022
',
if_compiler_lt
('
ghc
',
'
6.9
',
skip
)
,
compile_and_run
,
[''])
test
('
dsrun023
',
if_compiler_lt
('
ghc
',
'
6.9
',
skip
)
,
compile_and_run
,
[''])
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