Re: [PATCH v2] test for timer_create,Ticket #3889

2020-04-18 Thread Gedare Bloom
Thanks. Your commit messages need a little fixing. Create the commit message in text editor, not the command line. Put first line as the "Short commit" then put a blank line, then put some extra description if needed, then a blank line if you added extra description, and somewhere add the ticket

[PATCH v2] test for timer_create,Ticket #3889

2020-04-18 Thread Eshan dhawan
This will create a timer using timer_create() method and passing CLOCK_MONOTONIC. But it will fail as there is no support for CLOCK_MONOTONIC in psxtimercreate.c. --- testsuites/psxtests/psxtimer02/psxtimer.c | 8 ++-- testsuites/psxtests/psxtimer02/psxtimer02.scn | 3 ++- 2 files changed