summaryrefslogtreecommitdiffstats
path: root/spec/rtems/barrier/req/wait.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/barrier/req/wait.yml')
-rw-r--r--spec/rtems/barrier/req/wait.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/rtems/barrier/req/wait.yml b/spec/rtems/barrier/req/wait.yml
index 7aadc735..0278994c 100644
--- a/spec/rtems/barrier/req/wait.yml
+++ b/spec/rtems/barrier/req/wait.yml
@@ -47,18 +47,18 @@ pre-conditions:
test-code: |
ctx->id = 0xffffffff;
text: |
- The ${../if/create:/params[0]/name} parameter shall be invalid.
+ The ${../if/release:/params[0]/name} parameter shall be invalid.
- name: Manual
test-code: |
ctx->id = ctx->manual_release_id;
text: |
- The ${../if/create:/params[0]/name} parameter shall be associated with a
+ The ${../if/release:/params[0]/name} parameter shall be associated with a
manual release barrier.
- name: Auto
test-code: |
ctx->id = ctx->auto_release_id;
text: |
- The ${../if/create:/params[0]/name} parameter shall be associated with an
+ The ${../if/release:/params[0]/name} parameter shall be associated with an
automatic release barrier.
test-epilogue: null
test-prologue: null
@@ -68,13 +68,13 @@ pre-conditions:
test-code: |
ctx->timeout = 2;
text: |
- The ${../if/create:/params[1]/name} parameter shall be a clock tick
+ The ${../if/release:/params[1]/name} parameter shall be a clock tick
interval.
- name: Forever
test-code: |
ctx->timeout = RTEMS_NO_TIMEOUT;
text: |
- The ${../if/create:/params[1]/name} parameter shall be
+ The ${../if/release:/params[1]/name} parameter shall be
${../../type/if/no-timeout:/name}.
test-epilogue: null
test-prologue: null