Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/11e95975ec91f240e3e79728049282d18566dfc0

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

commit 11e95975ec91f240e3e79728049282d18566dfc0
Author: Ian Lynagh <[email protected]>
Date:   Sun Nov 20 13:59:31 2011 +0000

    Remove posix008
    
    It relies on an order of execution that isn't guaranteed.

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

 tests/lib/libposix/posix008.hs |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/tests/lib/libposix/posix008.hs b/tests/lib/libposix/posix008.hs
deleted file mode 100644
index 249e58e..0000000
--- a/tests/lib/libposix/posix008.hs
+++ /dev/null
@@ -1,12 +0,0 @@
-import Posix
-
-main =
-    installHandler realTimeAlarm (Catch alarmclock) Nothing >>
-    putStr "Scheduling an alarm in 5 seconds...\n" >>
-    scheduleAlarm 5 >>
-    putStr "Sleeping one minute.\n" >>
-    sleep 60 >>
-    putStr "How did I get here?\n"
-
-alarmclock =
-    putStr "The alarm went off.\n"



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to