Skip to content
GitLab
Menu
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
b8e449aa
Commit
b8e449aa
authored
Jul 17, 2007
by
Ian Lynagh
Browse files
Skip the concio tests when fast, as we don't really want to hang around for 2s
parent
c9142294
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/lib/IO/all.T
View file @
b8e449aa
...
...
@@ -92,5 +92,5 @@ clean(['tmp'])
test
('
countReaders001
',
expect_broken
(
629
),
compile_and_run
,
[''])
clean
(['
countReaders001.txt
'])
test
('
concio001
',
normal
,
run_command
,
['
$MAKE -s --no-print-directory test.concio001
'])
test
('
concio001.thr
',
normal
,
run_command
,
['
$MAKE -s --no-print-directory test.concio001.thr
'])
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
.
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