public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Subrata Modak <subrata@linux.vnet.ibm.com>
To: Manas Kumar Nayak <maknayak@in.ibm.com>
Cc: LTP List <ltp-list@lists.sourceforge.net>
Subject: Re: [LTP] [PATCH 00/05] [3rd Bunch] Port Crackerjack Syscall	tests(missing) to LTP
Date: Tue, 16 Jun 2009 00:45:49 +0530	[thread overview]
Message-ID: <1245093350.4871.40.camel@subratamodak.linux.ibm.com> (raw)
In-Reply-To: <20090612175132.26047.54266.sendpatchset@subratamodak.linux.ibm.com>

On Fri, 2009-06-12 at 23:21 +0530, Manas Kumar Nayak wrote: 
> Hi,
> 
> As promised earlier, here lies the final bunch of test cases from
> Crackerjack. I would however keep contributing new tests to LTP.

Great.

Regards--
Subrata

> 
> >On Wed, 2009-05-27 at 15:36 +0530, Manas Kumar Nayak wrote:
> >Hi,
> > 
> > >On Tue, 2009-05-19 at 00:39 +0530, Manas Kumar Nayak wrote:
> > >Hi,
> > > 
> > > I have ported the following tests from Crackerjack to LTP.
> > > Kindly include them to LTP:
> > > 
> > > [PATCH 01/21] Add add_key01 test for add_key syscall
> > > [PATCH 02/21] Add add_key02 test for add_key syscall
> > > [PATCH 03/21] Add bdflush01 test for bdflush syscall
> > > [PATCH 04/21] Add exit_group01 test for exit_group syscall
> > > [PATCH 05/21] Add keyctl01 test for keyctl syscall
> > > [PATCH 06/21] Add newuname01 test for newuname syscall
> > > [PATCH 07/21] Add rt_sigaction01 test for rt_sigaction syscall
> > > [PATCH 08/21] Add rt_sigprocmask01 test for rt_sigprocmask syscall
> > > [PATCH 09/21] Add rt_sigprocmask02 test for rt_sigprocmask syscall
> > > [PATCH 10/21] Add rt_sigqueueinfo01 test for rt_sigqueueinfo syscall
> > > [PATCH 11/21] Add rt_sigsuspend01 test for rt_sigsuspend syscall
> > > [PATCH 12/21] Add set_thread_area01 test for set_thread_area syscall
> > > [PATCH 13/21] Add set_thread_area02 test for set_thread_area syscall
> > > [PATCH 14/21] Add set_tid_address01 test for set_tid_address syscall
> > > [PATCH 15/21] Add sgetmask01 test for sgetmask syscall
> > > [PATCH 16/21] Add sigreturn01 test for sigreturn syscall
> > > [PATCH 17/21] Add ssetmask01 test for ssetmask syscall
> > > [PATCH 18/21] Add timer_getoverrun01 test for timer_getoverrun01 syscall
> > > [PATCH 19/21] Add timer_gettime01 test for timer_gettime syscall
> > > [PATCH 20/21] Add tkill01 test for tkill syscall
> > > [PATCH 21/21] Add tkill02 test for tkill syscall
> > > 
> > > Todo:
> > > 	1) Port the Remaining ones (next week),
> > 
> > As promised earlier, here remains the 2nd Bunch of tests ported
> > from Crackerjack to LTP:
> > 
> > __001_Add_Utility_Headers_for_these_set_of_tests.patch
> > __002_Add_get_mempolicy01_test_for_get_mempolicy_syscall.patch
> > __003_Add_clock_getres01_test_for_clock_getres_syscall.patch
> > __004_Add_clock_nanosleep01_test_for_clock_nanosleep_syscall.patch
> > __005_Add_mq_notify01_test_for_mq_notify_syscall.patch
> > __006_Add_ppoll01_test_for_ppoll_syscall.patch
> > __007_Add_mq_open01_test_for_mq_open_syscall.patch
> > __008_Add_mq_timedreceive01_test_for_mq_timedreceive_syscall.patch
> > __009_Add_utimes01_test_for_utimes_syscall.patch
> > __010_Add_mq_unlink01_test_for_mq_unlink_syscall.patch
> > __011_Add_mq_timedsend01_test_for_mq_timedsend_syscall.patch
> > __012_Add_unshare01_test_for_unshare_syscall.patch
> > __013_Add_unshare02_test_for_unshare_syscall.patch
> > 
> > Still TODO:
> > -> The remaining testcases will be ported soon.
> 
> [PATCH 00/05] [3rd Bunch] Port Crackerjack Syscall tests(missing) to LTP
> [PATCH 01/05] Add/Port mbind01 test for mbind() syscall
> [PATCH 02/05] Add/Port sched_getaffinity01 test for sched_getaffinity() syscall
> [PATCH 03/05] Add/Port waitid01 test for waitid() syscall
> [PATCH 04/05] Add/Port waitid02 test for waitid() syscall
> [PATCH 05/05] Add/Port quotactl01 test for quotactl() syscall
> 
> Regards--
> Manas
> 
> > 
> > Regards--
> > Manas
> > 
> > > 
> > > Regards--
> > > Manas
> > > 


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

      parent reply	other threads:[~2009-06-15 19:17 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-12 17:51 [LTP] [PATCH 00/05] [3rd Bunch] Port Crackerjack Syscall tests(missing) to LTP Manas Kumar Nayak
2009-06-12 17:51 ` [LTP] [PATCH 01/05] Add/Port mbind01 test for mbind() syscall Manas Kumar Nayak
2009-06-15 19:15   ` Subrata Modak
2009-06-15 19:15   ` Subrata Modak
2009-06-12 17:52 ` [LTP] [PATCH 02/05] Add/Port sched_getaffinity01 test for sched_getaffinity() syscall Manas Kumar Nayak
2009-06-15 19:16   ` Subrata Modak
2009-06-12 17:52 ` [LTP] [PATCH 03/05] Add/Port waitid01 test for waitid() syscall Manas Kumar Nayak
2009-06-15 19:16   ` Subrata Modak
2009-06-12 17:52 ` [LTP] [PATCH 04/05] Add/Port waitid02 " Manas Kumar Nayak
2009-06-15 19:16   ` Subrata Modak
2009-06-15 19:16   ` Subrata Modak
2009-06-12 17:52 ` [LTP] [PATCH 05/05] Add/Port quotactl01 test for quotactl() syscall Manas Kumar Nayak
2009-06-15 19:16   ` Subrata Modak
2009-06-15 19:15 ` 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=1245093350.4871.40.camel@subratamodak.linux.ibm.com \
    --to=subrata@linux.vnet.ibm.com \
    --cc=ltp-list@lists.sourceforge.net \
    --cc=maknayak@in.ibm.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