Re: [PATCH v3] Test needed for timer_create with CLOCK_MONOTONIC

2021-08-07 Thread Joel Sherrill
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

Re: [PATCH v3] Test needed for timer_create with CLOCK_MONOTONIC

2021-08-07 Thread Gedare Bloom
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

Re: [PATCH v3] Test needed for timer_create with CLOCK_MONOTONIC

2021-08-06 Thread zack leung
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

Re: [PATCH v3] Test needed for timer_create with CLOCK_MONOTONIC

2021-08-05 Thread Gedare Bloom
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

[PATCH v3] Test needed for timer_create with CLOCK_MONOTONIC

2021-08-05 Thread Zacchaeus Leung
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