On Mon, 2007-12-17 at 16:52 -0200, Marco Antonio Fernandes Junior wrote: > Hi everyone. > > I was running LTP in a SLES9 and I've found the following error: > > posix_fadvise04 1 FAIL : call succeeded unexpectedly > posix_fadvise04 2 FAIL : call succeeded unexpectedly > posix_fadvise04 3 FAIL : call succeeded unexpectedly > posix_fadvise04 4 FAIL : unexpected returnd value - 22 : Invalid > argument - expected 29 > posix_fadvise04 5 FAIL : unexpected returnd value - 22 : Invalid > argument - expected 29 > posix_fadvise04 6 FAIL : call succeeded unexpectedly > > I investigated the problem with Ricardo's help and we realized that this > test isn't supported in kernel versions before 2.6.16 because just in > this version, a patch for the ESPIPE return was applied in the kernel. > And this testcase is about ESPIPE return. In others words, the kernel > wasn't returning what was expected (defined by posix) until the version > 2.6.16. So, I wrote this small patch to fix this problem.
Thanks for pointing that out. May be there are uncountable test cases which needs to handle this. But whenever you come across such test case, if you have the resource then give me the patch for the same. --Subrata > > Regards, > > PS: sorry for any mistake here, but this is may first patch. > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services > for just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ Ltp-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ltp-list ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
