Gedare Bloom started a new discussion on testsuites/libtests/iodev01/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1243#note_152619 > + /* Test event info */ > + status = ioctl( fd, RTEMS_IODEV_IOCTL_EVENT_COUNT, &count); > + rtems_test_assert( !status ); > + rtems_test_assert( count == TEST_IODEV_EVENT_COUNT ); > + > + for ( i = 0; i < count; i++ ) { > + event.index = i; > + status = ioctl( fd, RTEMS_IODEV_IOCTL_EVENT_INFO, &event ); > + rtems_test_assert( !status ); > + rtems_test_assert( event.name != NULL ); > + rtems_test_assert( event.index == i ); > + } > + > + /* Test 5 second event */ > + event_args.index = 0; > + event_args.timeout.tv_sec = 0; 4? -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1243#note_152619 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
