Validate failures

José Pedro Magalhães jpm at cs.uu.nl
Thu Feb 7 14:37:13 CET 2013


On Thu, Feb 7, 2013 at 1:31 PM, Ian Lynagh <ian at well-typed.com> wrote:

>
> > And getPermissions001 might or might not have to do with the fact that
> this
> > is on
> > a virtual machine...
>
> What platform are you on, and how is it failing?
>

I'm on Ubuntu 32bit running as guest OS on Win7 64bit. It fails as follows:

@@ -1,3 +1,3 @@
 Permissions {readable = True, writable = True, executable = False,
searchable = True}
-Permissions {readable = True, writable = True, executable = False,
searchable = False}
+Permissions {readable = True, writable = True, executable = True,
searchable = False}
 Permissions {readable = True, writable = True, executable = True,
searchable = False}
*** unexpected failure for getPermissions001(normal)

Which is weird; getPermissions is saying that the file
"getPermissions001.hs" is executable.
But, then again, the file system is a mounted shared folder from NTFS,
which is then accessed
via a symbolic link...


Thanks,
Pedro


>
>
> Thanks
> Ian
>
>
> _______________________________________________
> ghc-devs mailing list
> ghc-devs at haskell.org
> http://www.haskell.org/mailman/listinfo/ghc-devs
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/ghc-devs/attachments/20130207/bb5793fc/attachment.htm>


More information about the ghc-devs mailing list