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
a59f5dbd
Commit
a59f5dbd
authored
Oct 25, 2007
by
Simon Marlow
Browse files
GMapAssoc, GMapTop now apparently work on the 6.8 branch
parent
f1210124
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/indexed-types/should_run/all.T
View file @
a59f5dbd
setTestOpts
(
only_compiler_types
(['
ghc
']))
setTestOpts
(
omit_ways
(['
optc
',
'
hpc
',
'
ghci
',
'
threaded1
',
'
threaded2
']))
test
('
GMapAssoc
',
expect_fail_ways_if_compiler_lt
('
ghc
',
'
6.9
',
['
optasm
','
profc
','
profasm
']),
compile_and_run
,
['
-package containers
'])
test
('
GMapTop
',
expect_fail_ways_if_compiler_lt
('
ghc
',
'
6.9
',
['
optasm
','
profc
','
profasm
']),
compile_and_run
,
['
-package containers
'])
test
('
GMapAssoc
',
normal
,
compile_and_run
,
['
-package containers
'])
test
('
GMapTop
',
normal
,
compile_and_run
,
['
-package containers
'])
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