RTEMS | cpukit/posix/lio_listio.c: corrected return of lio_listio() (!205)
Alessandro Nardin (@AlessandroNardin)
gitlab at rtems.org
Tue Sep 10 06:33:49 UTC 2024
Alessandro Nardin commented on a discussion on testsuites/psxtests/psxenosys/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/205#note_111892
>
> TEST_BEGIN();
>
> - puts( "lio_listio -- ENOSYS" );
> +#ifndef RTEMS_POSIX_API
> sc = lio_listio( 0, NULL, 0, NULL );
> check_enosys( sc );
> +#endif
>
> - puts( "aio_suspend -- ENOSYS" );
I was asked to remove them when I modified the first aio test, so I did it for every test I modified since then.
Also in this case, if i keep the puts() I would not know what to put int the .scn file since the output would change based on how I build the project.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/205#note_111892
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/20240910/4c3036e1/attachment-0001.htm>
More information about the bugs
mailing list