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
