public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [FIX PATCH] POSIX aio_cancel/3-1.c
@ 2009-06-12 13:20 naresh kamboju
  2009-06-15 19:15 ` Subrata Modak
  0 siblings, 1 reply; 2+ messages in thread
From: naresh kamboju @ 2009-06-12 13:20 UTC (permalink / raw)
  To: ltp-list; +Cc: maxin john, brinda_mn, rohit.170309, naresh.kernel

[-- Attachment #1: Type: text/plain, Size: 880 bytes --]

Hi,

I have noticed failures under
ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/3-1.c
and fixed.
Please find the patch below and as attachment.

Best regards
Naresh Kamboju

Signed-off-by: Naresh Kamboju < naresh.kernel@gmail.com >

diff -Naurb a/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/3-1.c
b/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/3-1.c
--- a/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/3-1.c	2005-06-03
22:00:17.000000000 +0530
+++ b/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/3-1.c	2009-06-12
18:00:21.000000000 +0530
@@ -128,6 +128,7 @@
 		aiocb->aio_sigevent.sigev_notify = SIGEV_SIGNAL;
 		aiocb->aio_sigevent.sigev_signo = SIGRTMIN+1;
 		aiocb->aio_sigevent.sigev_value.sival_ptr = aiocb;
+		aiocb->aio_reqprio = 0;

 		if (aio_write(aiocb) == -1)
 		{

[-- Attachment #2: ltp-posix-aio_cancel_3-1.patch --]
[-- Type: application/octet-stream, Size: 624 bytes --]

diff -Naurb a/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/3-1.c b/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/3-1.c
--- a/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/3-1.c	2005-06-03 22:00:17.000000000 +0530
+++ b/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/3-1.c	2009-06-12 18:00:21.000000000 +0530
@@ -128,6 +128,7 @@
 		aiocb->aio_sigevent.sigev_notify = SIGEV_SIGNAL;
 		aiocb->aio_sigevent.sigev_signo = SIGRTMIN+1;
 		aiocb->aio_sigevent.sigev_value.sival_ptr = aiocb;
+		aiocb->aio_reqprio = 0;
 
 		if (aio_write(aiocb) == -1)
 		{

[-- Attachment #3: Type: text/plain, Size: 332 bytes --]

------------------------------------------------------------------------------
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

[-- Attachment #4: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [LTP] [FIX PATCH] POSIX aio_cancel/3-1.c
  2009-06-12 13:20 [LTP] [FIX PATCH] POSIX aio_cancel/3-1.c naresh kamboju
@ 2009-06-15 19:15 ` Subrata Modak
  0 siblings, 0 replies; 2+ messages in thread
From: Subrata Modak @ 2009-06-15 19:15 UTC (permalink / raw)
  To: naresh kamboju; +Cc: ltp-list, maxin john, brinda_mn, rohit.170309

On Fri, 2009-06-12 at 18:50 +0530, naresh kamboju wrote: 
> Hi,
> 
> I have noticed failures under
> ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/3-1.c
> and fixed.
> Please find the patch below and as attachment.
> 
> Best regards
> Naresh Kamboju
> 
> Signed-off-by: Naresh Kamboju < naresh.kernel@gmail.com >

Thanks.

Regards--
Subrata

> 
> diff -Naurb a/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/3-1.c
> b/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/3-1.c
> --- a/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/3-1.c	2005-06-03
> 22:00:17.000000000 +0530
> +++ b/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/3-1.c	2009-06-12
> 18:00:21.000000000 +0530
> @@ -128,6 +128,7 @@
>  		aiocb->aio_sigevent.sigev_notify = SIGEV_SIGNAL;
>  		aiocb->aio_sigevent.sigev_signo = SIGRTMIN+1;
>  		aiocb->aio_sigevent.sigev_value.sival_ptr = aiocb;
> +		aiocb->aio_reqprio = 0;
> 
>  		if (aio_write(aiocb) == -1)
>  		{


------------------------------------------------------------------------------
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-15 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-12 13:20 [LTP] [FIX PATCH] POSIX aio_cancel/3-1.c naresh kamboju
2009-06-15 19:15 ` Subrata Modak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox