From: gowrishankar <[email protected]> This patch adds the descriptions for the tests 1,2,5,6.
Signed-off-by: Gowrishankar <[email protected]> Tested-by: Gowrishankar <[email protected]> Acked-by: John Stultz <[email protected]> Acked-by: Darren Hart <[email protected]> --- testcases/realtime/func/pi-tests/testpi-1.c | 4 ++-- testcases/realtime/func/pi-tests/testpi-2.c | 5 +++-- testcases/realtime/func/pi-tests/testpi-5.c | 4 ++-- testcases/realtime/func/pi-tests/testpi-6.c | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/testcases/realtime/func/pi-tests/testpi-1.c b/testcases/realtime/func/pi-tests/testpi-1.c index dc3c30b..35df387 100644 --- a/testcases/realtime/func/pi-tests/testpi-1.c +++ b/testcases/realtime/func/pi-tests/testpi-1.c @@ -20,8 +20,8 @@ * testpi-1.c * * DESCRIPTION - * - * + * This testcase verifies if the low priority SCHED_OTHER thread can preempt + * the high priority SCHED_RR thread via priority inheritance. * * USAGE: * Use run_auto.sh script in current directory to build and run test. diff --git a/testcases/realtime/func/pi-tests/testpi-2.c b/testcases/realtime/func/pi-tests/testpi-2.c index 4220aba..00f632b 100644 --- a/testcases/realtime/func/pi-tests/testpi-2.c +++ b/testcases/realtime/func/pi-tests/testpi-2.c @@ -20,8 +20,9 @@ * testpi-2.c * * DESCRIPTION - * - * + * This testcase verifies if the low priority SCHED_RR thread can preempt + * the high priority SCHED_RR thread multiple times via priority + * inheritance. * * USAGE: * Use run_auto.sh script in current directory to build and run test. diff --git a/testcases/realtime/func/pi-tests/testpi-5.c b/testcases/realtime/func/pi-tests/testpi-5.c index b3ea6ef..1330dfd 100644 --- a/testcases/realtime/func/pi-tests/testpi-5.c +++ b/testcases/realtime/func/pi-tests/testpi-5.c @@ -20,8 +20,8 @@ * testpi-5.c * * DESCRIPTION - * - * + * This testcase verifies if a thread can lock the priority inheritance + * mutex multiple times. * * USAGE: * Use run_auto.sh script in current directory to build and run test. diff --git a/testcases/realtime/func/pi-tests/testpi-6.c b/testcases/realtime/func/pi-tests/testpi-6.c index 523ba13..19c06ea 100644 --- a/testcases/realtime/func/pi-tests/testpi-6.c +++ b/testcases/realtime/func/pi-tests/testpi-6.c @@ -20,8 +20,8 @@ * testpi-6.c * * DESCRIPTION - * - * + * This testcase verifies if a thread can lock the robust mutex multiple + * times. * * USAGE: * Use run_auto.sh script in current directory to build and run test. -- 1.7.1 ------------------------------------------------------------------------------ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
