----- Original Message ----- > From: "Mike Frysinger" <[email protected]> > To: [email protected] > Cc: "Jan Stancek" <[email protected]> > Sent: Tuesday, 23 April, 2013 6:13:31 PM > Subject: Re: [LTP] [PATCH] syscalls/cma: add runtime check to setup() > > On Tuesday 23 April 2013 04:17:15 Jan Stancek wrote: > > __NR_process_vm_readv / __NR_process_vm_writev defined doesn't > > guarantee, that kernel supports these syscalls. Add check to setup(), > > which uses ltp_syscall(). If syscall isn't supported it will > > end the testcase with TCONF. > > delete all the "#else" branches since you're now using > linux_syscall_numbers.h
Without that check in parent, you can end up in situation where some child aborts first and then parent reports failure. By doing it early in setup() you can avoid allocating resources that won't go away when process later terminates with TCONF. Regards, Jan ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
