[commit: random] igloo/tmp: rangeTest fails on Windows (#7379) (2117e38)
Ian Lynagh
igloo at earth.li
Mon Feb 4 23:36:11 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/random
On branch : igloo/tmp
http://hackage.haskell.org/trac/ghc/changeset/2117e38729adaa4f465f3c5b7a8c5c4d77702d3f
>---------------------------------------------------------------
commit 2117e38729adaa4f465f3c5b7a8c5c4d77702d3f
Author: Ian Lynagh <igloo at earth.li>
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,
[''])
More information about the ghc-commits
mailing list