[rtems-central commit] spec: Fix text and improve test action
Sebastian Huber
sebh at rtems.org
Wed Nov 24 09:17:34 UTC 2021
Module: rtems-central
Branch: master
Commit: ca2f120c7c433a118c7518645645a7bd731e6302
Changeset: http://git.rtems.org/rtems-central/commit/?id=ca2f120c7c433a118c7518645645a7bd731e6302
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Wed Nov 24 09:22:22 2021 +0100
spec: Fix text and improve test action
---
spec/score/tq/req/surrender-mrsp.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/spec/score/tq/req/surrender-mrsp.yml b/spec/score/tq/req/surrender-mrsp.yml
index 6b0c26a..fb6b139 100644
--- a/spec/score/tq/req/surrender-mrsp.yml
+++ b/spec/score/tq/req/surrender-mrsp.yml
@@ -295,6 +295,7 @@ test-action: |
if ( ctx->use_helping_scheduler ) {
SetSelfScheduler( SCHEDULER_A_ID, PRIO_ULTRA_HIGH );
+ WaitForHeir( 1, ctx->tq_ctx->worker_id[ TQ_HELPER_A ] );
}
if ( ctx->suspended ) {
@@ -468,7 +469,7 @@ test-teardown:
SetSelfScheduler( SCHEDULER_A_ID, PRIO_NORMAL );
description: null
text: |
- When the thread queue enqueue operation timed out.
+ When the thread queue is surrendered.
transition-map:
- enabled-by: true
post-conditions:
More information about the vc
mailing list