[commit: ghc] master: fix openFile003 test on Solaris/i386 (platform output is not needed anymore) (7328deb)

git at git.haskell.org git at git.haskell.org
Mon Aug 4 13:16:19 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7328deb691c4aed06db8aecc84d0119ef633ab78/ghc

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

commit 7328deb691c4aed06db8aecc84d0119ef633ab78
Author: Karel Gardas <karel.gardas at centrum.cz>
Date:   Mon Aug 4 08:15:39 2014 -0500

    fix openFile003 test on Solaris/i386 (platform output is not needed anymore)
    
    Test Plan: validate
    
    Reviewers: austin
    
    Reviewed By: austin
    
    Subscribers: phaskell, simonmar, relrod, ezyang, carter
    
    Differential Revision: https://phabricator.haskell.org/D114


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

7328deb691c4aed06db8aecc84d0119ef633ab78
 libraries/base/tests/IO/openFile003.stdout-i386-unknown-solaris2 | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/libraries/base/tests/IO/openFile003.stdout-i386-unknown-solaris2 b/libraries/base/tests/IO/openFile003.stdout-i386-unknown-solaris2
deleted file mode 100644
index 6a78a2a..0000000
--- a/libraries/base/tests/IO/openFile003.stdout-i386-unknown-solaris2
+++ /dev/null
@@ -1,4 +0,0 @@
-Left openFile003Dir: openFile: inappropriate type (is a directory)
-Left openFile003Dir: openFile: invalid argument (Invalid argument)
-Left openFile003Dir: openFile: invalid argument (Invalid argument)
-Left openFile003Dir: openFile: invalid argument (Invalid argument)



More information about the ghc-commits mailing list