On Fri, 2008-07-18 at 16:57 +0900, Masatake YAMATO wrote: > Sorry, I took mistake in giving value to TST_* in io_setup01.c and > io_submit01.c. > > Signed-off-by: Masatake YAMATO <[EMAIL PROTECTED]>
Thanks Yamato. Patch is merged. Regards-- Subrata > > > > Index: testcases/kernel/syscalls/io_setup/io_setup01.c > =================================================================== > RCS file: /cvsroot/ltp/ltp/testcases/kernel/syscalls/io_setup/io_setup01.c,v > retrieving revision 1.1 > diff -u -r1.1 io_setup01.c > --- testcases/kernel/syscalls/io_setup/io_setup01.c 11 Jul 2008 20:21:43 > -0000 1.1 > +++ testcases/kernel/syscalls/io_setup/io_setup01.c 18 Jul 2008 07:53:43 > -0000 > @@ -31,7 +31,7 @@ > char *TCID = "io_setup01"; /* Test program identifier. */ > extern int Tst_count; /* Test Case counter for tst_* routines > */ > > -int TST_TOTAL = 1; > +int TST_TOTAL = 4; > > /* > * cleanup() > cvs diff: Diffing testcases/kernel/syscalls/io_submit > Index: testcases/kernel/syscalls/io_submit/io_submit01.c > =================================================================== > RCS file: /cvsroot/ltp/ltp/testcases/kernel/syscalls/io_submit/io_submit01.c,v > retrieving revision 1.1 > diff -u -r1.1 io_submit01.c > --- testcases/kernel/syscalls/io_submit/io_submit01.c 11 Jul 2008 20:21:43 > -0000 1.1 > +++ testcases/kernel/syscalls/io_submit/io_submit01.c 18 Jul 2008 07:53:43 > -0000 > @@ -31,7 +31,7 @@ > char *TCID = "io_submit01"; /* Test program identifier. */ > extern int Tst_count; /* Test Case counter for tst_* routines > */ > > -int TST_TOTAL = 1; > +int TST_TOTAL = 3; > > /* > * cleanup() > > ------------------------------------------------------------------------- > 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 ------------------------------------------------------------------------- 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
