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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/3f672f63d8ed5e98f90364d7b06fc023907b6a85

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

commit 3f672f63d8ed5e98f90364d7b06fc023907b6a85
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 c2c3933..a9aee76 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

Reply via email to