aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/libposix/all.T
diff options
context:
space:
mode:
authorGravatar Paolo Capriotti <p.capriotti@gmail.com>2012-03-09 11:44:41 +0000
committerGravatar Paolo Capriotti <p.capriotti@gmail.com>2012-03-09 11:44:41 +0000
commit891c0bf89b89e3995d2dbc1f6f72b43312b14a44 (patch)
tree2f49d3817b718b226ca37489302bae735bf9ade0 /tests/libposix/all.T
parent0e8de7869a0f3b32d2ac8cbe2aad74eb7dcf054a (diff)
Copy tests from GHC testsuite (#1161)
Diffstat (limited to 'tests/libposix/all.T')
-rw-r--r--tests/libposix/all.T15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/libposix/all.T b/tests/libposix/all.T
new file mode 100644
index 0000000..a266040
--- /dev/null
+++ b/tests/libposix/all.T
@@ -0,0 +1,15 @@
+test('posix002', [ reqlib('unix'), omit_ways(prof_ways) ],
+ compile_and_run, [''])
+
+# Skip on mingw32: assumes existence of 'pwd' and /tmp
+test('posix003', if_os('mingw32', skip), compile_and_run, [''])
+
+test('posix004', [ reqlib('unix') ], compile_and_run, [''])
+
+test('posix005', [reqlib('unix'), expect_broken(5648)], compile_and_run, [''])
+
+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, [''])
+
+test('posix014', [ reqlib('unix') ], compile_and_run, [''])