On Thu, Jun 12, 2008 at 3:31 PM, Subrata Modak <[EMAIL PROTECTED]> wrote: > On Fri, 2008-06-06 at 17:02 +0200, Michael Kerrisk wrote: >> On Fri, Jun 6, 2008 at 11:23 AM, Subrata Modak >> <[EMAIL PROTECTED]> wrote: >> > On Fri, 2008-06-06 at 11:15 +0200, Michael Kerrisk wrote: >> >> On Fri, Jun 6, 2008 at 10:52 AM, Subrata Modak >> >> <[EMAIL PROTECTED]> wrote: >> >> > I have merged this Patch. Hope you will use this test cases to the >> >> > maximum and provide any fixes for it in near future. I like the tests as >> >> > it tests 99 different scenarios of the same syscall. >> >> >> >> If you do try these tests, note ttat current kernels fail many of >> >> them. Fixes are on the way, and hopefully will make it into 2.6.26, >> >> or failing that 2.6.27. >> > >> > Yes, that´s true. Even for me 33 failed out of 99 in 2.6.25 stable tree. >> > And i can see that Michael has provided patches to fix these issues in >> > the 2.6.26-rc trees. Hoping that all the issues related to utimensat() >> > will be fixed in 2.6.26. >> >> Now, that's interesting. For me on 2.6.25, there are 26 failures, not >> 33. Could you please send me your test results Subrata. >> > > Sorry for coming back late. Now the no. of errors has increased for me > again on the same 2.6.25. I think i may not be executing it properly. > Michael, here goes the output attached. > > Regards-- > Subrata
Looking at that log: == chown: cannot access `utimensat01': No such file or directory I'm not sure if that's a problem or not -- looks like it could be though. == chattr: Inappropriate ioctl for device while reading flags on /tmp/utimensat_tests/utimensat.test_file sounds like you are running a file system that dioesn't support "ext2" extended file attributes (there's support on ext[234], Reiserfs (since Linux 2.4.19), XFS (since Linux 2.4.25 and 2.6), and JFS (since Linux 2.6.17)) What file system are you using? == Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ man-pages online: http://www.kernel.org/doc/man-pages/online_pages.html Found a bug? http://www.kernel.org/doc/man-pages/reporting_bugs.html ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
