Repository : ssh://darcs.haskell.org//srv/darcs/packages/directory On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/b4bba67f9bbd7137925d0108acf1f63d28aa7ee2 >--------------------------------------------------------------- commit b4bba67f9bbd7137925d0108acf1f63d28aa7ee2 Author: Simon Marlow <[email protected]> Date: Mon Jan 16 14:48:48 2012 +0000 Ignore failure in getDirContents002(ghci) on x86/Windows >--------------------------------------------------------------- tests/all.T | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tests/all.T b/tests/all.T index a25fe2e..f90c7d8 100644 --- a/tests/all.T +++ b/tests/all.T @@ -5,7 +5,8 @@ test('doesDirectoryExist001', normal, compile_and_run, ['']) # This test is a bit bogus. Disable for GHCi. test('getDirContents001', omit_ways(['ghci']), compile_and_run, ['-fno-gen-manifest']) -test('getDirContents002', exit_code(1), compile_and_run, ['']) +test('getDirContents002', [ normalise_exe, exit_code(1) ], + compile_and_run, ['']) # Depends on binary from previous run, which gets removed by the driver way=ghci test('getPermissions001', omit_ways(['ghci']), compile_and_run, ['-cpp']) _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
