[commit: testsuite] master: setnumcapabilities001 requires the parallel package (e422120)

Simon Marlow marlowsd at gmail.com
Fri Jan 6 13:15:50 CET 2012


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/e422120b7fc319f0e77a20b3f865d938268730ef

>---------------------------------------------------------------

commit e422120b7fc319f0e77a20b3f865d938268730ef
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Fri Jan 6 09:48:56 2012 +0000

    setnumcapabilities001 requires the parallel package

>---------------------------------------------------------------

 tests/concurrent/should_run/all.T |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tests/concurrent/should_run/all.T b/tests/concurrent/should_run/all.T
index 84dc4b1..2e684d8 100644
--- a/tests/concurrent/should_run/all.T
+++ b/tests/concurrent/should_run/all.T
@@ -212,5 +212,6 @@ test('conc068', [ omit_ways('threaded2'), exit_code(1) ], compile_and_run, [''])
 
 test('setnumcapabilities001',
      [ only_ways(['threaded1','threaded2']),
-       extra_run_opts('4 12 2000') ],
+       extra_run_opts('4 12 2000'),
+       reqlib('parallel') ],
      compile_and_run, [''])





More information about the Cvs-ghc mailing list