public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Subrata Modak <subrata@linux.vnet.ibm.com>
To: michal.simek@petalogix.com
Cc: rohit verma <rohit.170309@gmail.com>, ltp-list <ltp-list@lists.sf.net>
Subject: Re: [LTP] waitid02 testcase fails on 2.6.29 kernel
Date: Fri, 07 Aug 2009 18:11:15 +0530	[thread overview]
Message-ID: <1249648875.4851.35.camel@subratamodak.linux.ibm.com> (raw)
In-Reply-To: <4A7A85F9.60502@petalogix.com>

On Thu, 2009-08-06 at 09:27 +0200, Michal Simek wrote: 
> rohit verma wrote:
> > PFA the patch for waitid02
> >   
> I can confirm that this patch fixed problem with waitid02.
> It is just confirmation - I haven't look at style/patch in detail - just
> works and pass on Microblaze
> 
> Subrate: Do you want to add it to cvs?

Yes. Thanks Rohit.

Regards--
Subrata

> 
> Michal
> 
> > On Tue, Aug 4, 2009 at 5:35 PM, Subrata Modak<subrata@linux.vnet.ibm.com> wrote:
> >   
> >> On Tue, 2009-08-04 at 17:01 +0530, rohit verma wrote:
> >>     
> >>> FYI
> >>>       
> >> unfortunately, you did not attach the patch itself ;-)
> >>
> >> Regards--
> >> Subrata
> >>
> >>     
> >>> ---------- Forwarded message ----------
> >>> From: Subrata Modak <subrata@linux.vnet.ibm.com>
> >>> Date: Tue, Aug 4, 2009 at 4:54 PM
> >>> Subject: Re: [LTP] waitid02 testcase fails on 2.6.29 kernel
> >>> To: rohit verma <rohit.170309@gmail.com>
> >>> Cc: maknayak@in.ibm.com, CAI Qian <caiqian@cclom.cn>
> >>>
> >>>
> >>> Rohit,
> >>>
> >>> Post this to ltp mailing list.
> >>>
> >>> Regards--
> >>> Subrata
> >>>
> >>> On Tue, 2009-08-04 at 16:52 +0530, rohit verma wrote:
> >>>       
> >>>> Dear Manas Kumar Nayak,
> >>>>
> >>>> Pls find attached patch for waitid02 test case.I have modified the
> >>>> test case.I have also added 2 test scenarios in the test case using
> >>>> WSTOPPED and WNOWAIT.
> >>>>
> >>>> Note:
> >>>> The testcase was failing in LTP July, 2009 release.
> >>>> The warning- "implicit declaration of function 'getpgid", has been removed
> >>>>
> >>>> Pls verify the patch.
> >>>>
> >>>> Regards--
> >>>> Rohit Verma
> >>>>
> >>>>
> >>>>
> >>>> On Thu, Jul 30, 2009 at 11:59 PM, Subrata
> >>>> Modak<subrata@linux.vnet.ibm.com> wrote:
> >>>>         
> >>>>> Fixed this now.
> >>>>>
> >>>>> Regards--
> >>>>> Subrata
> >>>>>
> >>>>> 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
> >>>>>> Ltp-list@lists.sourceforge.net
> >>>>>> https://lists.sourceforge.net/lists/listinfo/ltp-list
> >>>>>>             
> >>>>>           
> >>>>
> >>>>         
> >>> ------------------------------------------------------------------------------
> >>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> >>> trial. Simplify your report design, integration and deployment - and focus on
> >>> what you do best, core application coding. Discover what's new with
> >>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> >>> _______________________________________________
> >>> Ltp-list mailing list
> >>> Ltp-list@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/ltp-list
> >>>       
> >>     
> >
> >
> >
> >   
> > ------------------------------------------------------------------------
> >
> > ------------------------------------------------------------------------------
> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
> > trial. Simplify your report design, integration and deployment - and focus on 
> > what you do best, core application coding. Discover what's new with 
> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Ltp-list mailing list
> > Ltp-list@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/ltp-list
> 
> 
> -- 
> Michal Simek, Ing. (M.Eng)
> PetaLogix - Linux Solutions for a Reconfigurable World
> w: www.petalogix.com p: +61-7-30090663,+42-0-721842854 f: +61-7-30090663
> 


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

      reply	other threads:[~2009-08-07 12:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-23  8:30 [LTP] waitid02 testcase fails on 2.6.29 kernel rohit verma
2009-07-23 14:22 ` Munipradeep Beerakam
2009-07-30 18:29 ` Subrata Modak
     [not found]   ` <d51f89b0908040422o17ac20f6q36aaff23ea88e839@mail.gmail.com>
     [not found]     ` <1249385096.15587.17.camel@subratamodak.linux.ibm.com>
2009-08-04 11:31       ` rohit verma
2009-08-04 12:05         ` Subrata Modak
2009-08-04 12:14           ` rohit verma
2009-08-04 14:42             ` Garrett Cooper
2009-08-06  7:27             ` Michal Simek
2009-08-07 12:41               ` Subrata Modak [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1249648875.4851.35.camel@subratamodak.linux.ibm.com \
    --to=subrata@linux.vnet.ibm.com \
    --cc=ltp-list@lists.sf.net \
    --cc=michal.simek@petalogix.com \
    --cc=rohit.170309@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox