Repository : ssh://darcs.haskell.org//srv/darcs/packages/unix On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7b9a915accc0ec1dbdc785b897273222db7375d0 >--------------------------------------------------------------- commit 7b9a915accc0ec1dbdc785b897273222db7375d0 Author: Simon Marlow <[email protected]> Date: Mon May 23 11:13:13 2011 +0100 add processGroup001/processGroup002 >--------------------------------------------------------------- tests/all.T | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/tests/all.T b/tests/all.T index ee333b0..0086949 100644 --- a/tests/all.T +++ b/tests/all.T @@ -56,3 +56,6 @@ test('1185', [ expect_fail_for(['threaded2']) ], # works on a different machine that doesn't have Samba installed. # --SDM 18/05/2010 test('3816', normal, compile_and_run, ['-package unix']) + +test('processGroup001', normal, compile_and_run, ['-package unix']) +test('processGroup002', normal, compile_and_run, ['-package unix']) _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
