summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-sem-flush.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-08-31 11:26:49 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-08-31 11:29:56 +0200
commitc4472cef3e1c916ddb708ab3d4a46178b78f88a4 (patch)
tree5436465be5dc391142eaed2abeca5a9e14f6ee58 /testsuites/validation/tc-sem-flush.c
parentvalidation: Support a partial thread queue flush (diff)
downloadrtems-c4472cef3e1c916ddb708ab3d4a46178b78f88a4.tar.bz2
validation: Move flush filter stop validation
This gets rid of a cyclic dependency in the specification graph. Update #3716.
Diffstat (limited to 'testsuites/validation/tc-sem-flush.c')
-rw-r--r--testsuites/validation/tc-sem-flush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/validation/tc-sem-flush.c b/testsuites/validation/tc-sem-flush.c
index 59b836dba8..9a5d00b570 100644
--- a/testsuites/validation/tc-sem-flush.c
+++ b/testsuites/validation/tc-sem-flush.c
@@ -407,7 +407,7 @@ static void RtemsSemReqFlush_Post_Action_Check(
* The calling task shall flush the semaphore as specified by
* /score/tq/req/flush-fifo.
*/
- ScoreTqReqFlushFifo_Run( &ctx->tq_ctx );
+ ScoreTqReqFlushFifo_Run( &ctx->tq_ctx, false );
break;
}