On Thu, 2008-11-20 at 17:24 +0900, Masatake YAMATO wrote: > > 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 > > Fine. Thank you. > > BTW, when a system call is not available on a > platform, a test case for the system call should report it. In > such case which should the test case use INFO or CONF? > Any guide line?
There is a clear guideline available for this. When some feature is not available, it should be reported with TCONF. Please see the following paper from Paul [EMAIL PROTECTED] on LTP regarding this: http://ltp.sourceforge.net/documentation/technical_papers/ltp.pdf Regards-- Subrata > > 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
