[commit: packages/unix] master: Testsuite: don't use only_compiler_types, assume ghc (4744303)

git at git.haskell.org git at git.haskell.org
Tue Apr 19 21:38:38 UTC 2016


Repository : ssh://git@git.haskell.org/unix

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/474430388a2a0dcfeef59510c23c2e1e35c5431b/unix

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

commit 474430388a2a0dcfeef59510c23c2e1e35c5431b
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Tue Feb 16 11:59:02 2016 +0100

    Testsuite: don't use only_compiler_types, assume ghc


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

474430388a2a0dcfeef59510c23c2e1e35c5431b
 tests/all.T | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/tests/all.T b/tests/all.T
index b6bd433..61deab9 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -1,7 +1,6 @@
 
 test('signals001',  normal, compile_and_run, ['-package unix -cpp'])
-test('signals002',  only_compiler_types(['ghc']),
-	compile_and_run, ['-package unix'])
+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
@@ -28,9 +27,8 @@ test('resourceLimit', normal, compile_and_run, ['-package unix'])
 
 x86FreeBsdFail = when(platform('i386-unknown-freebsd'), expect_fail)
 
-test('queryfdoption01',
-    [omit_ways(['ghci']), only_compiler_types(['ghc']), x86FreeBsdFail],
-	compile_and_run, ['-package unix'])
+test('queryfdoption01', [omit_ways(['ghci']), x86FreeBsdFail], compile_and_run,
+     ['-package unix'])
 test('getEnvironment01', x86FreeBsdFail, compile_and_run, ['-package unix'])
 test('getEnvironment02', x86FreeBsdFail, compile_and_run, ['-package unix'])
 test('getGroupEntryForName', [x86FreeBsdFail, exit_code(1)], compile_and_run,



More information about the ghc-commits mailing list