[commit: stm] master: add some reqlib('random')s (56345d9)
Simon Marlow
marlowsd at gmail.com
Thu Jan 12 17:30:12 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/packages/stm
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/56345d910ef63d8d3e5f3e4f31b8e1dac783d71a
>---------------------------------------------------------------
commit 56345d910ef63d8d3e5f3e4f31b8e1dac783d71a
Author: Simon Marlow <marlowsd at gmail.com>
Date: Mon Jan 9 11:58:04 2012 +0000
add some reqlib('random')s
>---------------------------------------------------------------
tests/all.T | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/tests/all.T b/tests/all.T
index 640f9d8..d1d6a33 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -12,17 +12,20 @@ test('stm048',
if_compiler_lt('ghc', '6.9', omit_ways(['ghci', 'threaded2']))]),
compile_and_run, [''])
-test('stm049', only_compiler_types(['ghc']), compile_and_run, ['-package stm'])
+test('stm049', [ reqlib('random'), only_compiler_types(['ghc']) ],
+ compile_and_run, ['-package stm'])
test('stm050', compose(only_compiler_types(['ghc']), extra_run_opts('10000')), compile_and_run, ['-package stm'])
# Was failing prof ways due to #1547, but now apparently succeeds:
-test('stm052', if_compiler_lt('ghc', '6.9',
- expect_broken_for(1547,['profc','profasm'])),
+test('stm052', [ reqlib('random'),
+ if_compiler_lt('ghc', '6.9',
+ expect_broken_for(1547,['profc','profasm'])) ],
compile_and_run, ['-package stm'])
-test('stm053', compose(only_ways(['threaded1','threaded2']),
- if_platform('i386-unknown-mingw32', skip)),
- compile_and_run, ['-package stm'])
+test('stm053', [ reqlib('random'),
+ only_ways(['threaded1','threaded2']),
+ if_platform('i386-unknown-mingw32', skip) ],
+ compile_and_run, ['-package stm'])
test('stm054', normal, compile_and_run, ['-package stm'])
test('stm055', exit_code(1), compile_and_run, ['-package stm'])
test('stm056', only_ways(['threaded1','threaded2']),
More information about the Cvs-libraries
mailing list