Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c7b96c91e82f2b8cabc10eb26997ef4b6c6c65b5 >--------------------------------------------------------------- commit c7b96c91e82f2b8cabc10eb26997ef4b6c6c65b5 Author: Ian Lynagh <[email protected]> Date: Thu Jun 23 16:10:50 2011 +0100 Improve a comment >--------------------------------------------------------------- tests/ghc-regress/lib/should_run/all.T | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/ghc-regress/lib/should_run/all.T b/tests/ghc-regress/lib/should_run/all.T index c0b7384..74cab5e 100644 --- a/tests/ghc-regress/lib/should_run/all.T +++ b/tests/ghc-regress/lib/should_run/all.T @@ -58,8 +58,10 @@ test('stableptr005', normal, compile_and_run, ['']) test('weak001', normal, compile_and_run, ['']) # In the 65001 codepage, we can't even cat the expected output on msys: -# $ cat 4006.stdout -# It works here -# cat: write error: Permission denied +# $ cat 4006.stdout +# It works here +# cat: write error: Permission denied +# Seems to be a known problem, e.g. +# http://mingw-users.1079350.n2.nabble.com/Bug-re-Unicode-on-the-console-td3121717.html test('4006', if_msys(expect_fail), compile_and_run, ['']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
