On 12/24/2013 06:24 PM, Xiaoguang Wang wrote: > If we run semop04 like this: ./semop04 -i 2, > its output will be: > > semop04 1 TPASS : expected failure - errno = 11 : Resource temporarily > unavailable > semop04 2 TPASS : expected failure - errno = 11 : Resource temporarily > unavailable > semop04 1 TBROK : semctl() failed > semop04 2 TBROK : Remaining cases broken. > > Actually in the second iteration, semctl will return ERANGE. This is > because the val variable will be less than zero in the sceond iteration. > > Variable val should be reset to 1 before this actual errno test. > > Signed-off-by: Xiaoguang Wang <[email protected]> > --- > testcases/kernel/syscalls/ipc/semop/semop04.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)
Applied, thank you. Wanlong Gao ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
