From sbcl-devel Thu Oct 29 13:04:42 2009 From: Kuba Ober Date: Thu, 29 Oct 2009 13:04:42 +0000 To: sbcl-devel Subject: [Sbcl-devel] posix test failures on OS X Snow Leopard Message-Id: X-MARC-Message: https://marc.info/?l=sbcl-devel&m=125683966019357 The following posix tests fail on Snow Leopard (10.6.1) when built for 64 bits: mkdir.error.2 rmdir.error.3 SL returns eisdir in both cases. This is easy to see from command line: ~ kuba$ mkdir / mkdir: /: Is a directory ~ kuba$ rmdir / rmdir: /: Is a directory What is the correct way of fixing it, so that I could submit an acceptable patch? Specifically, how should I detect a 64 bit OS X build in the test scripts? I've seen macros like #-win32 etc., is there something similar for OS X *and* 64 bits? Thanks, Kuba ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Sbcl-devel mailing list Sbcl-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sbcl-devel