Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master
http://hackage.haskell.org/trac/ghc/changeset/5bdea7a9b4c841a39d2264e7a2e48ccc9eeef704 >--------------------------------------------------------------- commit 5bdea7a9b4c841a39d2264e7a2e48ccc9eeef704 Author: Ian Lynagh <[email protected]> Date: Tue May 1 17:35:35 2012 +0100 system001 test is expected to fail on Win64 >--------------------------------------------------------------- tests/System/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/System/all.T b/tests/System/all.T index 595ba5c..60ce86c 100644 --- a/tests/System/all.T +++ b/tests/System/all.T @@ -4,6 +4,6 @@ test('getArgs001', normal, compile_and_run, ['']) test('getEnv001', normal, compile_and_run, ['']) test('T5930', normal, compile_and_run, ['']) -test('system001', if_platform("i386-unknown-mingw32", expect_fail), \ +test('system001', if_os("mingw32", expect_fail), \ compile_and_run, ['']) _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
