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 < [email protected] > 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) {
ltp-posix-aio_cancel_3-1.patch
Description: Binary data
------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
