Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
644090f6
Commit
644090f6
authored
Nov 09, 2008
by
Ian Lynagh
Browse files
Increase the requirements for the annotations tests from 6.9 to 6.11
parent
54bee08d
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/annotations/should_compile/all.T
View file @
644090f6
# Annotations were implemented in GHC 6.
9
and not supported in other compilers
setTestOpts
(
if_compiler_lt
('
ghc
',
'
6.
9
',
skip
));
# Annotations were implemented in GHC 6.
11
and not supported in other compilers
setTestOpts
(
if_compiler_lt
('
ghc
',
'
6.
11
',
skip
));
test
('
ann01
',
normal
,
compile
,
['
-v0
'])
...
...
testsuite/tests/ghc-regress/annotations/should_fail/all.T
View file @
644090f6
# Annotations were implemented in GHC 6.
9
and not supported in other compilers
setTestOpts
(
if_compiler_lt
('
ghc
',
'
6.
9
',
skip
));
# Annotations were implemented in GHC 6.
11
and not supported in other compilers
setTestOpts
(
if_compiler_lt
('
ghc
',
'
6.
11
',
skip
));
test
('
annfail01
',
normal
,
compile_fail
,
[''])
test
('
annfail02
',
normal
,
compile_fail
,
[''])
...
...
testsuite/tests/ghc-regress/annotations/should_run/all.T
View file @
644090f6
# Annotations were implemented in GHC 6.
9
and not supported in other compilers
# Annotations were implemented in GHC 6.
11
and not supported in other compilers
# These tests are very slow due to their use of package GHC
setTestOpts
(
compose
(
skip_if_fast
,
if_compiler_lt
('
ghc
',
'
6.
9
',
skip
)));
setTestOpts
(
compose
(
skip_if_fast
,
if_compiler_lt
('
ghc
',
'
6.
11
',
skip
)));
runCmd
('
$MAKE -C
'
+
in_testdir
('')
+
'
config
')
...
...
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