Repository : ssh://darcs.haskell.org//srv/darcs/packages/parallel On branch : master
http://hackage.haskell.org/trac/ghc/changeset/1e6e2c28c2c31ec5da93bf55b276784553e190b7 >--------------------------------------------------------------- commit 1e6e2c28c2c31ec5da93bf55b276784553e190b7 Author: Simon Marlow <[email protected]> Date: Thu Feb 16 09:58:09 2012 +0000 par003 requires SMP >--------------------------------------------------------------- tests/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/all.T b/tests/all.T index 6f064b3..2e8091f 100644 --- a/tests/all.T +++ b/tests/all.T @@ -5,4 +5,4 @@ test('par002', only_ways(['threaded2']), compile_and_run, ['-O0 -package parallel']) -test('par003', normal, run_command, ['$MAKE -s --no-print-directory par003']) +test('par003', req_smp, run_command, ['$MAKE -s --no-print-directory par003']) _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
