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

#8362: Filesystem related tests failed on solaris (SmartOS) --------------------------+------------------------------------------------ Reporter: leroux | Owner: Type: bug | Status: new Priority: high | Milestone: 7.8.1 Component: | Version: 7.6.3 libraries (other) | Operating System: Solaris Keywords: | Type of failure: Incorrect result at runtime Architecture: | Test Case: Unknown/Multiple | Blocking: Difficulty: | Unknown | Blocked By: | Related Tickets: | --------------------------+------------------------------------------------ Getting filesystem (files/permissions) related test faiures on SmartOS (32bit). {{{ $ uname -a SunOS pkgx86 5.11 joyent_20130919T215407Z i86pc i386 i86pc Solaris }}} Unexpected failures: `TEST="openFile003 getPermissions001 processGroup002 user001 posix005"` The testsuite output is attached. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8362 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8362: Filesystem related tests failed on solaris (SmartOS) ------------------------------------------------+-------------------------- Reporter: leroux | Owner: Type: bug | Status: new Priority: high | Milestone: 7.8.1 Component: libraries (other) | Version: 7.6.3 Resolution: | Keywords: Operating System: Solaris | Architecture: Type of failure: Incorrect result at runtime | Unknown/Multiple Test Case: | Difficulty: Blocking: | Unknown | Blocked By: | Related Tickets: ------------------------------------------------+-------------------------- Changes (by oddsignals): * cc: kjetil@… (added) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8362#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8362: Filesystem related tests failed on solaris (SmartOS) ------------------------------------------------+-------------------------- Reporter: leroux | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.8.3 Component: libraries (other) | Version: 7.6.3 Resolution: | Keywords: Operating System: Solaris | Architecture: Type of failure: Incorrect result at runtime | Unknown/Multiple Test Case: | Difficulty: Blocking: | Unknown | Blocked By: | Related Tickets: ------------------------------------------------+-------------------------- Changes (by thoughtpolice): * priority: high => normal Comment: I'm bumping this to normal priority. I believe Alain is testing on SmartOS, perhaps he has an idea. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8362#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#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

#8362: Filesystem related tests failed on solaris (SmartOS) -------------------------------------+------------------------------------- Reporter: leroux | Owner: 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): * owner: ekmett => -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8362#comment:8 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC