[commit: packages/unix] master: Cleanup one more test (861ad25)
git at git.haskell.org
git at git.haskell.org
Tue Apr 19 21:38:40 UTC 2016
Repository : ssh://git@git.haskell.org/unix
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/861ad256e0a5337a1a685b1cd50ae91ee9374cab/unix
>---------------------------------------------------------------
commit 861ad256e0a5337a1a685b1cd50ae91ee9374cab
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Tue Feb 16 13:17:13 2016 +0100
Cleanup one more test
>---------------------------------------------------------------
861ad256e0a5337a1a685b1cd50ae91ee9374cab
tests/all.T | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/tests/all.T b/tests/all.T
index 61deab9..d878292 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -2,9 +2,10 @@
test('signals001', normal, compile_and_run, ['-package unix -cpp'])
test('signals002', [], compile_and_run, ['-package unix'])
test('fileexist01', normal, compile_and_run, ['-package unix'])
-test('forkprocess01', [ only_compiler_types(['ghc']),
- extra_ways(['threaded1_ls']) ], # test #4512
- compile_and_run, ['-package unix'])
+
+# test #4512
+test('forkprocess01', extra_ways(['threaded1_ls']), compile_and_run,
+ ['-package unix'])
#
# user001 may fail due to this bug in glibc:
More information about the ghc-commits
mailing list