RTEMS | Draft: cpukit/posix/aio*: Create notification at request completion (!118)
Alessandro Nardin (@AlessandroNardin)
gitlab at rtems.org
Fri Jul 19 18:17:20 UTC 2024
Alessandro Nardin commented on a discussion on testsuites/psxtests/psxaio02/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/118#note_109628
> - status = mkdir ("/tmp", S_IRWXU);
> - rtems_test_assert (!status);
> + status = mkdir( "/tmp", S_IRWXU );
> + rtems_test_assert( !status );
>
> TEST_BEGIN();
>
> - puts ("Init: Open files");
> + puts( "Init: Open files" );
>
> - for (i=0; i<FD_COUNT; i++)
> + for( i=0; i<FD_COUNT; i++)
> {
> - sprintf (filename, "/tmp/aio_fildes%d",i);
> - fd[i] = open (filename, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO);
> - rtems_test_assert ( fd[i] != -1);
I double checked and found some in psxaio01 and psxaio04.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/118#note_109628
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20240719/9bf18e54/attachment-0001.htm>
More information about the bugs
mailing list