summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-12-07 09:30:26 +0000
committerSimon Marlow <marlowsd@gmail.com>2011-12-07 09:30:48 +0000
commita68d54bbb28b666a02534f63c63a745e99d658bd (patch)
tree20717e3a21dd80d0a99888a90b1a4949f9cfc0db /testsuite/tests/lib
parenta6ecfec008ad848bf87d32a7a277ea474b42e1ce (diff)
downloadhaskell-a68d54bbb28b666a02534f63c63a745e99d658bd.tar.gz
posix004(threaded2) and posix014(threaded2) pass now
Diffstat (limited to 'testsuite/tests/lib')
-rw-r--r--testsuite/tests/lib/libposix/all.T8
1 files changed, 2 insertions, 6 deletions
diff --git a/testsuite/tests/lib/libposix/all.T b/testsuite/tests/lib/libposix/all.T
index 142c782f1b..a266040d3d 100644
--- a/testsuite/tests/lib/libposix/all.T
+++ b/testsuite/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, [''])