Comment 11 for bug 421779

Revision history for this message
Nikolaus Demmel (nikolaus) wrote :

Luís' patch seems to fix the failing posix tests over here, too. Tested with sbcl 1.0.34.10 on Mac OS X 10.6.2 with x86-32 and x86-64.

Without the patch on x86-64 the failing tests were:

SB-POSIX-TESTS::MKDIR.ERROR.2
SB-POSIX-TESTS::RMDIR.ERROR.3
SB-POSIX-TESTS::READDIR.1

on x86-32:

SB-POSIX-TESTS::MKDIR.ERROR.2
SB-POSIX-TESTS::RMDIR.ERROR.3

With the patch no tests fail (unexpextadly) during the build.

(I havent looked at the patch though and dont know whether its the "right thing to do").