#5578: write access permission of binary result different on OpenBSD ----------------------------------+----------------------------------------- Reporter: ivdsangen | Owner: Type: bug | Status: new Priority: normal | Component: Test Suite Version: 7.2.1 | Keywords: Testcase: getPermissions001 | Blockedby: Os: OpenBSD | Blocking: Architecture: x86 | Failure: Runtime crash ----------------------------------+----------------------------------------- Checking the write access of the binary itself gives a different result on OpenBSD. Therefore excluding the test case on OpenBSD host.
For reference comare the results of this program on OpenBSD: #include<unistd.h> int main() { printf("%i\n", access("test",W_OK) == 0); } -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5578> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler _______________________________________________ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs