Re: [PATCH v2] rtems:modify spthread01 testsuites for cond variable signal and broadcast intf rtems:making rectification according to Sebastian Huber's opinions

2021-07-15 Thread Gedare Bloom
The commit message should be rewritten. someone can do this on a push, but if you send a v3 of the patch, please simplify the first line of the commit message, like "testsuites/sptests: add cond variable signal and broadcast to spthread01" That should be an adequate commit message for this

[PATCH v2] rtems:modify spthread01 testsuites for cond variable signal and broadcast intf rtems:making rectification according to Sebastian Huber's opinions

2021-07-07 Thread tianye
From: tianye --- testsuites/sptests/spthread01/init.c | 86 +++- 1 file changed, 74 insertions(+), 12 deletions(-) diff --git a/testsuites/sptests/spthread01/init.c b/testsuites/sptests/spthread01/init.c index 9044ca2..b64d0a5 100644 ---