Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dylan Yudaken
GHC
Commits
85001ae6
Commit
85001ae6
authored
Jul 06, 2011
by
Ian Lynagh
Browse files
Mark tests which depend on random
parent
6cd79098
Changes
5
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/array/should_run/all.T
View file @
85001ae6
...
...
@@ -19,7 +19,7 @@ test('arr012', skip_if_fast, compile_and_run, [''])
test
('
arr013
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
arr014
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
arr015
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
arr016
',
normal
,
compile_and_run
,
[''])
test
('
arr016
',
reqlib
('
random
')
,
compile_and_run
,
[''])
test
('
arr017
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
arr018
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
arr019
',
normal
,
compile_and_run
,
[''])
testsuite/tests/ghc-regress/codeGen/should_run/all.T
View file @
85001ae6
...
...
@@ -71,7 +71,7 @@ test('cgrun065', normal, compile_and_run, [''])
test
('
cgrun066
',
normal
,
compile_and_run
,
[''])
test
('
cgrun067
',
extra_clean
(['
Cgrun067A.hi
',
'
Cgrun067A.o
']),
compile_and_run
,
[''])
test
('
cgrun068
',
normal
,
compile_and_run
,
[''])
test
('
cgrun068
',
reqlib
('
random
')
,
compile_and_run
,
[''])
test
('
cgrun069
',
omit_ways
(['
ghci
']),
multisrc_compile_and_run
,
['
cgrun069
',
['
cgrun069_cmm.cmm
'],
''])
test
('
cgrun070
',
normal
,
compile_and_run
,
[''])
...
...
testsuite/tests/ghc-regress/concurrent/should_run/all.T
View file @
85001ae6
...
...
@@ -34,8 +34,9 @@ test('3429', extra_run_opts('+RTS -i0.001 -RTS'), compile_and_run, [''])
test
('
4030
',
omit_ways
('
ghci
'),
compile_and_run
,
['
-O
'])
# each of these runs for about a second
test
('
throwto001
',
extra_run_opts
('
1000 2000
'),
compile_and_run
,
[''])
test
('
throwto002
',
ignore_output
,
compile_and_run
,
[''])
test
('
throwto001
',
[
reqlib
('
random
'),
extra_run_opts
('
1000 2000
')],
compile_and_run
,
[''])
test
('
throwto002
',
[
reqlib
('
random
'),
ignore_output
],
compile_and_run
,
[''])
test
('
throwto003
',
normal
,
compile_and_run
,
[''])
test
('
mask001
',
normal
,
compile_and_run
,
[''])
...
...
testsuite/tests/ghc-regress/lib/Concurrent/all.T
View file @
85001ae6
setTestOpts
(
only_compiler_types
(['
ghc
']))
test
('
SampleVar001
',
reqlib
('
QuickCheck
'),
compile_and_run
,
['
-package QuickCheck
'])
test
('
4876
',
normal
,
compile_and_run
,
[''])
# another SampleVar test
test
('
4876
',
reqlib
('
random
')
,
compile_and_run
,
[''])
# another SampleVar test
test
('
Chan001
',
reqlib
('
QuickCheck
'),
compile_and_run
,
['
-package QuickCheck
'])
test
('
MVar001
',
reqlib
('
QuickCheck
'),
compile_and_run
,
['
-package QuickCheck
'])
...
...
testsuite/tests/ghc-regress/lib/should_run/all.T
View file @
85001ae6
...
...
@@ -13,7 +13,7 @@ test('length001',
test
('
ratio001
',
normal
,
compile_and_run
,
[''])
test
('
rand001
',
normal
,
compile_and_run
,
[''])
test
('
rand001
',
reqlib
('
random
')
,
compile_and_run
,
[''])
test
('
reads001
',
normal
,
compile_and_run
,
[''])
test
('
show001
',
normal
,
compile_and_run
,
[''])
test
('
text001
',
normal
,
compile_and_run
,
[''])
...
...
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