Hi Rishi, On Thu, 2008-09-11 at 15:44 +0530, Rishikesh K. Rajak wrote: > Hi All, > > I got this failure because of the typo in the testcase. > > [EMAIL PROTECTED] hugemmap]# ./hugemmap01 -H/huge > hugemmap01 1 FAIL : open() on /huge/1602mmapfile Failed, > errno=2 : No such file or directory > > This failure needs to be /huge directory present inside the / > directory. > > I don't think mkdir /huge is a good idea so i modified as : > > Signed-off By: Rishikesh K Rajak <[EMAIL PROTECTED]>
This is absolutely fine. But, the patch is faulty. I was not able to apply it. However due to trivial changes i managed it manually. Kindly base your future patches with Unified diff from LTP root directory. Regards-- Subrata > Index: runtest/hugetlb > =================================================================== > --- runtest.orig/hugetlb 2008-08-31 10:32:56.000000000 -0400 > +++ runtest/hugetlb 2008-09-11 05:52:08.000000000 -0400 > @@ -1,7 +1,7 @@ > -hugemmap01 hugemmap01 -H/huge > -hugemmap02 hugemmap02 -H/huge -I10 -c10 > -hugemmap03 hugemmap03 -H/huge -I2 -c10 > -hugemmap04 hugemmap04 -H/huge > +hugemmap01 hugemmap01 -H/tmp > +hugemmap02 hugemmap02 -H/tmp -I10 -c10 > +hugemmap03 hugemmap03 -H/tmp -I2 -c10 > +hugemmap04 hugemmap04 -H/tmp > > hugeshmat01 hugeshmat01 -i 5 > hugeshmat02 hugeshmat02 -i 5 > > > > Subrata, Please let me know if it is fine with you. > > -Rishi > > > On Wed, 2008-02-06 at 16:01 +0530, Subrata Modak wrote: > > Hi, > > > > Please checkout this patch for fixing some hugetlb issue(s) and also > > adding a file in runtest for separate execution. > > > > Regards-- > > Subrata > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ Ltp-list mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/ltp-list ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
