[PATCH] Tests for pthread_getcpuclockid method. Ticket:3891

2020-07-10 Thread Eshan dhawan
The test wont run as there are no support by clock_gettime Signed-off-by: Eshan dhawan --- testsuites/psxtests/Makefile.am | 9 + testsuites/psxtests/configure.ac | 1 + testsuites/psxtests/psxgetcpuclockid01/init.c | 204 ++ .../psxgetcpuclockid01/

Re: [PATCH] Tests for pthread_getcpuclockid method

2020-04-07 Thread Eshan Dhawan
On Wed, Apr 8, 2020 at 12:59 AM Gedare Bloom wrote: > Is there a ticket for psxgetcpuclockid? Linked from the psx compliance > ticket? > > On Tue, Apr 7, 2020 at 5:28 AM Eshan dhawan > wrote: > > > > If so the commit message should include > > Updates #. > > > --- > > testsuites/psxtests/Ma

Re: [PATCH] Tests for pthread_getcpuclockid method

2020-04-07 Thread Joel Sherrill
On Tue, Apr 7, 2020 at 2:29 PM Gedare Bloom wrote: > Is there a ticket for psxgetcpuclockid? Linked from the psx compliance > ticket? > https://devel.rtems.org/ticket/3891 --joel > > On Tue, Apr 7, 2020 at 5:28 AM Eshan dhawan > wrote: > > > > If so the commit message should include > > Updat

Re: [PATCH] Tests for pthread_getcpuclockid method

2020-04-07 Thread Gedare Bloom
Is there a ticket for psxgetcpuclockid? Linked from the psx compliance ticket? On Tue, Apr 7, 2020 at 5:28 AM Eshan dhawan wrote: > If so the commit message should include Updates #. > --- > testsuites/psxtests/Makefile.am | 10 ++ > testsuites/psxtests/configure.ac

[PATCH] Tests for pthread_getcpuclockid method

2020-04-07 Thread Eshan dhawan
--- testsuites/psxtests/Makefile.am | 10 ++ testsuites/psxtests/configure.ac | 1 + testsuites/psxtests/psxgetcpuclockid01/init.c | 96 +++ .../psxgetcpuclockid01/psxgetcpuclockid01.doc | 19 .../psxgetcpuclockid01/psxgetcpuclockid01.scn | 4 + 5