[rtems-central commit] spec: Improve thread queue enqueue FIFO test

Sebastian Huber sebh at rtems.org
Wed Sep 29 12:18:08 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    b944b8a6a49089786b8d4bef9c24509663aff380
Changeset: http://git.rtems.org/rtems-central/commit/?id=b944b8a6a49089786b8d4bef9c24509663aff380

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Sep 28 18:14:42 2021 +0200

spec: Improve thread queue enqueue FIFO test

---

 spec/score/tq/req/enqueue-fifo.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spec/score/tq/req/enqueue-fifo.yml b/spec/score/tq/req/enqueue-fifo.yml
index 8c95217..9234f79 100644
--- a/spec/score/tq/req/enqueue-fifo.yml
+++ b/spec/score/tq/req/enqueue-fifo.yml
@@ -86,9 +86,9 @@ test-prepare: null
 test-setup:
   brief: null
   code: |
-    TQSetPriority( ctx->tq_ctx, TQ_BLOCKER_A, PRIO_ULTRA_HIGH );
+    TQSetPriority( ctx->tq_ctx, TQ_BLOCKER_A, PRIO_HIGH );
     TQSetPriority( ctx->tq_ctx, TQ_BLOCKER_B, PRIO_VERY_HIGH );
-    TQSetPriority( ctx->tq_ctx, TQ_BLOCKER_C, PRIO_HIGH );
+    TQSetPriority( ctx->tq_ctx, TQ_BLOCKER_C, PRIO_ULTRA_HIGH );
   description: null
 test-stop: null
 test-support: |



More information about the vc mailing list