Hi Yamato, On Wed, 2008-11-19 at 15:51 +0530, Subrata Modak wrote: > On Tue, 2008-11-18 at 22:15 +0900, Masatake YAMATO wrote: > > Hi, > > > > > > As I promised I've improved modify_ldt test cases. > > Instead of using cond.mk, I've used autoconf. > > Could you run modify_ldt test cases on ppc64?
And here it goes: 1) uname -a Linux 2.6.27.5-2-ppc64 #1 SMP 2008-11-11 15:15:33 +0100 ppc64 ppc64 ppc64 GNU/Linux # ./testcases/kernel/syscalls/modify_ldt/modify_ldt01 modify_ldt01 0 INFO : modify_ldt01 test only for ix86 # ./testcases/kernel/syscalls/modify_ldt/modify_ldt02 modify_ldt02 0 INFO : modify_ldt02 test only for ix86 2) uname -a Linux 2.6.27.5-2-default #1 SMP 2008-11-11 15:15:33 +0100 x86_64 x86_64 x86_64 GNU/Linux # ./testcases/kernel/syscalls/modify_ldt/modify_ldt01 modify_ldt01 1 CONF : modify_ldt is available but not tested on the platform than __i386__ # ./testcases/kernel/syscalls/modify_ldt/modify_ldt02 modify_ldt02 1 CONF : modify_ldt is available but not tested on the platform than __i386__ 3) uname -a Linux 2.6.23.13 #1 SMP Wed Jan 9 18:14:28 PST 2008 ia64 GNU/Linux # ./testcases/kernel/syscalls/modify_ldt/modify_ldt01 modify_ldt01 0 INFO : modify_ldt01 test only for ix86 # ./testcases/kernel/syscalls/modify_ldt/modify_ldt02 modify_ldt02 0 INFO : modify_ldt02 test only for ix86 Regards-- Subrata > > I will do that soon and let you know. > > Regards-- > Subrata > > > > > I'll work on following test cases next: > > > > - io_* > > - eventfd > > - inotify > > > > Masatake YAMATO > > > > > > > Hi YAMATO, > > > > > > I complete agree with you to take over the two patches. > > > Since you ported these testcases from Crackerjack, it's better you > > > improve > > > the cases in a large scale. I just tested some of them and returned my > > > feedback. > > > > > > Best regards! > > > > > > Jin Bing Guo 郭晋兵 > > > > > > Linux for System p Test > > > IBM China Systems & Technology Laboratory in Beijing > > > Tel: +86-10-82454439 > > > Email: [EMAIL PROTECTED] > > > ------------------------------------- > > > "Do today what others won't so tomorrow you do what other's can't" > > > > > > > > > > > > > > > > > > > > > Masatake YAMATO > > > > > > <[EMAIL PROTECTED] > > > > > > m> > > > To > > > Jin Bing Guo/China/[EMAIL > > > PROTECTED] > > > 09/29/2008 10:35 > > > cc > > > AM [email protected] > > > > > > > > > Subject > > > Re: [LTP] [PATCH 2/3] Fix the make > > > > > > install error in modify_ldt on > > > > > > ppc64 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > e > > > Hi, > > > > > > > On ppc64, the modify_ldt cases would not been compiled. So it should be > > > > return > > > > the message:"System doesn't support execution of the test" instead of an > > > > error message. > > > > > > > > > Using tst_resm C function is better than using echo command. > > > > > > See the comment by Vijay Kumar. > > > http://sourceforge.net/mailarchive/message.php?msg_name=48C67E2C.7030905%40bravegnu.org > > > > > > > > > I'm also working this area, If you are O.K., I'd like to take over your > > > patches: > > > > > > [LTP] [PATCH 1/3] Fix the make install error in io_* testcases > > > [LTP] [PATCH 2/3] Fix the make install error in modify_ldt on ppc64 > > > > > > My intents are: > > > > > > 1. Using check_header in cond.mk > > > 2. Using #ifdef/#endif and tst_resm C function instead of echo command > > > like: > > > echo "${syscall}01 0 CONF : System doesn't support execution of the > > > test" > > > 3 Target test cases are: > > > - signalfd > > > - modify_ldt > > > - io_* > > > - eventfd > > > - inotify > > > > > > Regards, > > > Masatake YAMATO > > > > > > > ------------------------------------------------------------------------- > > 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 ------------------------------------------------------------------------- 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
