Hi,

I am also facing the same issue.
I think it is testcase problem.

Regards
Muni

On Thu, 2009-07-23 at 14:00 +0530, rohit verma wrote:
> Hi,
> 
> I am running waitid02.c
> (ltp-full-20090630/testcases/kernel/syscalls/waitid/ ) test case on
> 2.6.29 kernel.
> Test case gives following error:
> "Error. is your system >2.6.9 ?";
> 
>  Anybody facing the same issue?
> 
> Code:
> 
> TEST(waitid(P_ALL,0,&infop,WNOHANG));
>         if(TEST_RETURN == 0)
>                 tst_resm(TPASS,"Success !");
>         else{
>                 printf("value of return is %d\n",TEST_RETURN);
>                 tst_resm(TFAIL,"Error. is your system >2.6.9 ?");
>                errnochoose();
>         }
> 
> 
> Regards,
> Rohit
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Ltp-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ltp-list


------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to