Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79914 --- shadow/79914 2006-11-14 20:06:04.000000000 -0500 +++ shadow/79914.tmp.20078 2006-11-14 20:07:08.000000000 -0500 @@ -83,6 +83,39 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-11-14 20:06 ------- Created an attachment (id=18084) test case 2 - IsDirectory enumeration failures + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-14 20:07 ------- +Here's the output of each test case. + +1: +Syscall.stat("/usr", out buf) == 0 -> True +is_directory &= (buf.st_mode & FilePermissions.S_IFDIR) == +FilePermissions.S_IFDIR; -> False +is_directory &= ! ((buf.st_mode & FilePermissions.S_IFSOCK) == +FilePermissions.S_IFSOCK); -> False + +2: +/usr/lib64 is not a directory. +/usr/lib32 is not a directory. +/usr/libexec is not a directory. +/usr/lib is not a directory. +/usr/src is not a directory. +/usr/sbin is not a directory. +/usr/include is not a directory. +/usr/local is not a directory. +/usr/share is not a directory. +/usr/x86_64-pc-linux-gnu is not a directory. +/usr/bin is not a directory. +/usr/tmp is not a directory. +/usr/portage is not a directory. +/usr/qt is not a directory. +/usr/kde is not a directory. +/usr/X11R6 is not a directory. +/usr/i686-pc-linux-gnu is not a directory. +/usr/games is not a directory. +/usr/man is not a directory. +/usr/etc is not a directory. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
