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
d6030d4d
Commit
d6030d4d
authored
Nov 20, 2007
by
Simon Marlow
Browse files
countReaders001 now passes
parent
61c1f542
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/lib/IO/all.T
View file @
d6030d4d
...
...
@@ -94,8 +94,9 @@ test('hGetBuf001', compose(only_compiler_types(['ghc']),
test
('
hDuplicateTo001
',
normal
,
compile_and_run
,
[''])
clean
(['
tmp
'])
test
('
countReaders001
',
expect_broken
(
629
),
compile_and_run
,
[''])
clean
(['
countReaders001.txt
'])
test
('
countReaders001
',
compose
(
expect_broken_if_compiler_lt
(
629
,
'
ghc
','
6.9
'),
extra_clean
(['
countReaders001.txt
'])),
compile_and_run
,
[''])
test
('
concio001
',
skip_if_fast
,
run_command
,
['
$MAKE -s --no-print-directory test.concio001
'])
test
('
concio001.thr
',
skip_if_fast
,
run_command
,
['
$MAKE -s --no-print-directory test.concio001.thr
'])
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