[commit: testsuite] master: posix004(threaded2) and posix014(threaded2) pass now (6ee126f)

Simon Marlow marlowsd at gmail.com
Wed Dec 7 10:30:56 CET 2011


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/6ee126fec770748c78a72b57324022d7333f0135

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

commit 6ee126fec770748c78a72b57324022d7333f0135
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Wed Dec 7 09:30:26 2011 +0000

    posix004(threaded2) and posix014(threaded2) pass now

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

 tests/lib/libposix/all.T |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/tests/lib/libposix/all.T b/tests/lib/libposix/all.T
index 142c782..a266040 100644
--- a/tests/lib/libposix/all.T
+++ b/tests/lib/libposix/all.T
@@ -4,9 +4,7 @@ test('posix002', [ reqlib('unix'), omit_ways(prof_ways) ],
 # Skip on mingw32: assumes existence of 'pwd' and /tmp
 test('posix003', if_os('mingw32', skip), compile_and_run, [''])
 
-# Uses forkProcess; doesn't work with threaded2
-test('posix004', [ reqlib('unix'), expect_fail_for(['threaded2']) ],
-                 compile_and_run, [''])
+test('posix004', [ reqlib('unix') ], compile_and_run, [''])
 
 test('posix005', [reqlib('unix'), expect_broken(5648)], compile_and_run, [''])
 
@@ -14,6 +12,4 @@ test('posix006', reqlib('unix'), compile_and_run, [''])
 test('posix009', [ omit_ways(threaded_ways), reqlib('unix') ], compile_and_run, [''])
 test('posix010', reqlib('unix'), compile_and_run, [''])
 
-# Uses forkProcess; doesn't work with threaded2
-test('posix014', [ reqlib('unix'), expect_fail_for(['threaded2']) ],
-                 compile_and_run, [''])
+test('posix014', [ reqlib('unix') ], compile_and_run, [''])





More information about the Cvs-ghc mailing list