[commit: ghc] wip/ghc-8.8-merges: testsuite: Mark hWaitForInput-accurate-socket as requiring unix (8a567a0)

git at git.haskell.org git at git.haskell.org
Thu Feb 21 15:09:19 UTC 2019


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

On branch  : wip/ghc-8.8-merges
Link       : http://ghc.haskell.org/trac/ghc/changeset/8a567a0e8b873fe30165cf7f3f928cf4e35f5bad/ghc

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

commit 8a567a0e8b873fe30165cf7f3f928cf4e35f5bad
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Jan 23 13:06:45 2019 -0500

    testsuite: Mark hWaitForInput-accurate-socket as requiring unix
    
    It imports System.Posix.IO.


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

8a567a0e8b873fe30165cf7f3f928cf4e35f5bad
 libraries/base/tests/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index 457d9f4..a6cb96d 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
@@ -200,7 +200,7 @@ test('T9681', normal, compile_fail, [''])
 test('T8089',
      [exit_code(99), run_timeout_multiplier(0.01)],
      compile_and_run, [''])
-test('hWaitForInput-accurate-socket', normal, compile_and_run, [''])
+test('hWaitForInput-accurate-socket', reqlib('unix'), compile_and_run, [''])
 test('T8684', expect_broken(8684), compile_and_run, [''])
 test('T9826',normal, compile_and_run,[''])
 test('T9848',



More information about the ghc-commits mailing list