[PATCH v4 0/1] Test for clock_nanosleep() with CLOCK_MONOTONIC option
Gedare Bloom
gedare at rtems.org
Wed Nov 4 18:43:17 UTC 2020
i need to find time to look at this, and try it out.
Does this compile? e.g., I don't see a definition of OPERATION_COUNT
On Wed, Oct 28, 2020 at 7:34 AM Utkarsh Rai <utkarsh.rai60 at gmail.com> wrote:
>
> Ping.
>
> On Wed, Oct 21, 2020 at 8:58 AM Utkarsh Rai <utkarsh.rai60 at gmail.com> wrote:
>>
>> This patch has the tests for clock_nanosleep with the CLOCK_MONOTONIC option.
>> The psxtests/psxclocknanosleep01/.. tests for valid timeout values as well as
>> for the effect on timeout delay when REALTIME clock is modified(no effect).
>> The timing tests are the similar to that for the REALTIME option(yielding and
>> blocking).
>>
>> Utkarsh Rai (1):
>> Test for clock_nanosleep() with CLOCK_MONOTONIC option
>>
>> .../psxtests/psxclocknanosleep01.yml | 19 +++
>> spec/build/testsuites/psxtmtests/grp.yml | 4 +
>> .../psxtmtests/psxtmclocknanosleep04.yml | 19 +++
>> .../psxtmtests/psxtmclocknanosleep05.yml | 19 +++
>> .../psxtests/psxclocknanosleep01/init.c | 145 ++++++++++++++++++
>> .../psxclocknanosleep01.doc | 13 ++
>> .../psxclocknanosleep01.scn | 50 ++++++
>> .../psxtmtests/psxtmclocknanosleep04/init.c | 70 +++++++++
>> .../psxtmtests/psxtmclocknanosleep05/init.c | 116 ++++++++++++++
>> 9 files changed, 455 insertions(+)
>> create mode 100644 spec/build/testsuites/psxtests/psxclocknanosleep01.yml
>> create mode 100644 spec/build/testsuites/psxtmtests/psxtmclocknanosleep04.yml
>> create mode 100644 spec/build/testsuites/psxtmtests/psxtmclocknanosleep05.yml
>> create mode 100644 testsuites/psxtests/psxclocknanosleep01/init.c
>> create mode 100644 testsuites/psxtests/psxclocknanosleep01/psxclocknanosleep01.doc
>> create mode 100644 testsuites/psxtests/psxclocknanosleep01/psxclocknanosleep01.scn
>> create mode 100644 testsuites/psxtmtests/psxtmclocknanosleep04/init.c
>> create mode 100644 testsuites/psxtmtests/psxtmclocknanosleep05/init.c
>>
>> --
>> 2.25.1
>>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
More information about the devel
mailing list