[GHC] #8362: Filesystem related tests failed on solaris (SmartOS)

GHC ghc-devs at haskell.org
Sun Feb 22 13:07:52 UTC 2015


#8362: Filesystem related tests failed on solaris (SmartOS)
-------------------------------------+-------------------------------------
        Reporter:  leroux            |                   Owner:  ekmett
            Type:  bug               |                  Status:  new
        Priority:  normal            |               Milestone:  7.12.1
       Component:  Core Libraries    |                 Version:  7.6.3
      Resolution:                    |                Keywords:
Operating System:  Solaris           |            Architecture:
 Type of failure:  Incorrect result  |  Unknown/Multiple
  at runtime                         |               Test Case:
      Blocked By:                    |                Blocking:
 Related Tickets:                    |  Differential Revisions:
-------------------------------------+-------------------------------------
Changes (by ekmett):

 * cc: core-libraries-committee@… (added)


Comment:

 Not sure how much this issue has bitrotted in the meantime, but:

 * `user001` and `processGroup` seem to be a legitimate issues. Something
 went wrong in each of them.

 * The `posix005` failure appears to just be that the `setEnv` call puts
 the new environment variable at the other end of the environment on
 `SmartOS`.  This test in particular could be made more stable by sorting
 the results, because it is currently testing unspecified details of the
 system call.

 * The `getPermissions001` failure appears to be that the
 `getPermissions001.hs` source file was checked out with execute
 permissions?

 * `hClose002` looks to be a minor wording difference?

 {{{
 -Left hClose002.tmp: hClose: invalid argument (Bad file descriptor)
 +Left hClose002.tmp: hClose: invalid argument (Bad file number)
 }}}

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8362#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list