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
83d34b4f
Commit
83d34b4f
authored
Jul 24, 2007
by
Simon Marlow
Browse files
skip read023 (see #1215 and comment in all.T)
parent
dfd54ce1
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/parser/should_compile/all.T
View file @
83d34b4f
...
...
@@ -30,7 +30,12 @@ test('read019', normal, compile, [''])
test
('
read021
',
normal
,
compile
,
[''])
test
('
read022
',
normal
,
compile
,
["
-fglasgow-exts
"])
test
('
read023
',
expect_fail_if_compiler_type
('
hugs
'),
compile
,
[''])
# we don't support strict Haskell 98 with respect to qualified identifiers
# any more (read023), see #1215. This test is in fact incorrect Haskell 98
# anyway, so expect_fail would be wrong.
test
('
read023
',
skip
,
compile
,
[''])
test
('
read024
',
normal
,
compile
,
["
-fglasgow-exts
"])
test
('
read025
',
normal
,
compile
,
[''])
test
('
read026
',
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