Repository : ssh://darcs.haskell.org//srv/darcs/packages/random

On branch  : ghc-head

http://hackage.haskell.org/trac/ghc/changeset/2117e38729adaa4f465f3c5b7a8c5c4d77702d3f

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

commit 2117e38729adaa4f465f3c5b7a8c5c4d77702d3f
Author: Ian Lynagh <[email protected]>
Date:   Sun Feb 3 16:28:55 2013 +0000

    rangeTest fails on Windows (#7379)

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

 tests/all.T |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/all.T b/tests/all.T
index f1675ed..e9ae32f 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -1,6 +1,6 @@
 
 test('rangeTest',
-     normal,
+     if_os('mingw32', expect_broken(7379)),
      compile_and_run,
      [''])
 



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

Reply via email to