On Sat, Aug 7, 2021 at 10:57 AM Gedare Bloom wrote:
>
> On Fri, Aug 6, 2021 at 11:55 AM zack leung wrote:
> >
> > How do i report the findings of the psx and tests?
> >
>
> You can just copy-paste the final part of the log file when you run
> rtems-test. Or you can share the full log file as at
On Fri, Aug 6, 2021 at 11:55 AM zack leung wrote:
>
> How do i report the findings of the psx and tests?
>
You can just copy-paste the final part of the log file when you run
rtems-test. Or you can share the full log file as attachment
>
> Thanks
> Zack
>
> On Thu, 5 Aug 2021 at 19:23, Gedare
How do i report the findings of the psx and tests?
Thanks
Zack
On Thu, 5 Aug 2021 at 19:23, Gedare Bloom wrote:
> On Thu, Aug 5, 2021 at 12:36 PM Zacchaeus Leung
> wrote:
> >
> > the timer_create() method can use CLOCK_MONOTONIC but there was no test
> for this
> >
> The commit message nee
On Thu, Aug 5, 2021 at 12:36 PM Zacchaeus Leung
wrote:
>
> the timer_create() method can use CLOCK_MONOTONIC but there was no test for
> this
>
The commit message needs to be improved, because this patch is doing
more than adding a "test", it is implementing the functionality to
create a CLOCK_M
the timer_create() method can use CLOCK_MONOTONIC but there was no test for
this
Closes #3888
---
cpukit/include/rtems/posix/timer.h| 1 +
cpukit/posix/src/psxtimercreate.c | 3 +-
cpukit/posix/src/timergettime.c | 54 ++-
testsuites/psxtests/psx