summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-12 07:15:17 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-12 07:15:51 +0200
commitf0ba295f30d01185955231008ea29b2a823188d2 (patch)
tree6b422411423e8e217b4adc82730de52277730a33
parentconfig.yml: Add extra files (diff)
downloadrtems-central-f0ba295f30d01185955231008ea29b2a823188d2.tar.bz2
spec: Update due to renamed header
-rw-r--r--spec/rtems/barrier/req/create.yml2
-rw-r--r--spec/rtems/barrier/req/delete.yml2
-rw-r--r--spec/rtems/barrier/req/release.yml2
-rw-r--r--spec/rtems/barrier/req/wait.yml2
-rw-r--r--spec/rtems/event/req/send-receive.yml2
-rw-r--r--spec/rtems/message/req/delete.yml2
-rw-r--r--spec/rtems/sem/req/create.yml2
-rw-r--r--spec/rtems/sem/req/delete.yml2
-rw-r--r--spec/rtems/sem/req/obtain.yml2
-rw-r--r--spec/rtems/sem/req/release.yml2
-rw-r--r--spec/rtems/sem/req/set-priority.yml2
-rw-r--r--spec/rtems/signal/req/catch.yml2
-rw-r--r--spec/rtems/signal/req/send.yml2
-rw-r--r--spec/rtems/task/req/mode.yml2
14 files changed, 14 insertions, 14 deletions
diff --git a/spec/rtems/barrier/req/create.yml b/spec/rtems/barrier/req/create.yml
index 6fb6cf3c..98cf18fc 100644
--- a/spec/rtems/barrier/req/create.yml
+++ b/spec/rtems/barrier/req/create.yml
@@ -257,7 +257,7 @@ test-includes:
- rtems.h
- string.h
test-local-includes:
-- tc-support.h
+- tx-support.h
test-prepare: null
test-setup:
brief: null
diff --git a/spec/rtems/barrier/req/delete.yml b/spec/rtems/barrier/req/delete.yml
index e8edc639..b0f07bd7 100644
--- a/spec/rtems/barrier/req/delete.yml
+++ b/spec/rtems/barrier/req/delete.yml
@@ -127,7 +127,7 @@ test-includes:
- rtems.h
- string.h
test-local-includes:
-- tc-support.h
+- tx-support.h
test-prepare: |
rtems_task_priority prio;
diff --git a/spec/rtems/barrier/req/release.yml b/spec/rtems/barrier/req/release.yml
index aec50a38..260699b2 100644
--- a/spec/rtems/barrier/req/release.yml
+++ b/spec/rtems/barrier/req/release.yml
@@ -150,7 +150,7 @@ test-includes:
- rtems.h
- string.h
test-local-includes:
-- tc-support.h
+- tx-support.h
test-prepare: null
test-setup:
brief: null
diff --git a/spec/rtems/barrier/req/wait.yml b/spec/rtems/barrier/req/wait.yml
index 40f4be81..1fa9f027 100644
--- a/spec/rtems/barrier/req/wait.yml
+++ b/spec/rtems/barrier/req/wait.yml
@@ -158,7 +158,7 @@ test-includes:
- rtems.h
- string.h
test-local-includes:
-- tc-support.h
+- tx-support.h
test-prepare: null
test-setup:
brief: null
diff --git a/spec/rtems/event/req/send-receive.yml b/spec/rtems/event/req/send-receive.yml
index d084f22a..2db1ab1e 100644
--- a/spec/rtems/event/req/send-receive.yml
+++ b/spec/rtems/event/req/send-receive.yml
@@ -460,7 +460,7 @@ test-header:
test-includes:
- rtems/score/threadimpl.h
test-local-includes:
-- tc-support.h
+- tx-support.h
- tr-event-send-receive.h
test-prepare: |
ctx->events_to_send = 0;
diff --git a/spec/rtems/message/req/delete.yml b/spec/rtems/message/req/delete.yml
index 4f4fbf36..fc692e7f 100644
--- a/spec/rtems/message/req/delete.yml
+++ b/spec/rtems/message/req/delete.yml
@@ -127,7 +127,7 @@ test-includes:
- rtems.h
- string.h
test-local-includes:
-- tc-support.h
+- tx-support.h
test-prepare: |
rtems_task_priority prio;
diff --git a/spec/rtems/sem/req/create.yml b/spec/rtems/sem/req/create.yml
index 3877fa3f..19191775 100644
--- a/spec/rtems/sem/req/create.yml
+++ b/spec/rtems/sem/req/create.yml
@@ -477,7 +477,7 @@ test-includes:
- string.h
- rtems/rtems/semimpl.h
test-local-includes:
-- tc-support.h
+- tx-support.h
test-prepare: |
rtems_status_code sc;
rtems_id id;
diff --git a/spec/rtems/sem/req/delete.yml b/spec/rtems/sem/req/delete.yml
index 693162e6..cd4e8085 100644
--- a/spec/rtems/sem/req/delete.yml
+++ b/spec/rtems/sem/req/delete.yml
@@ -271,7 +271,7 @@ test-includes:
- rtems.h
- string.h
test-local-includes:
-- tc-support.h
+- tx-support.h
test-prepare: |
ctx->counter = 0;
ctx->worker_counter[ 0 ] = 0;
diff --git a/spec/rtems/sem/req/obtain.yml b/spec/rtems/sem/req/obtain.yml
index 94ec9858..7e14f577 100644
--- a/spec/rtems/sem/req/obtain.yml
+++ b/spec/rtems/sem/req/obtain.yml
@@ -113,7 +113,7 @@ test-includes:
- rtems.h
- string.h
test-local-includes:
-- tc-support.h
+- tx-support.h
- tr-sem-seize-try.h
- tx-thread-queue.h
test-prepare: null
diff --git a/spec/rtems/sem/req/release.yml b/spec/rtems/sem/req/release.yml
index c62f65f3..550fffe9 100644
--- a/spec/rtems/sem/req/release.yml
+++ b/spec/rtems/sem/req/release.yml
@@ -506,7 +506,7 @@ test-includes:
- string.h
- rtems/rtems/semimpl.h
test-local-includes:
-- tc-support.h
+- tx-support.h
- ts-config.h
test-prepare: |
size_t i;
diff --git a/spec/rtems/sem/req/set-priority.yml b/spec/rtems/sem/req/set-priority.yml
index 93b4bf11..f86e32e5 100644
--- a/spec/rtems/sem/req/set-priority.yml
+++ b/spec/rtems/sem/req/set-priority.yml
@@ -367,7 +367,7 @@ test-includes:
- rtems.h
- string.h
test-local-includes:
-- tc-support.h
+- tx-support.h
- ts-config.h
test-prepare: |
ctx->old_priority_value = INVALID_PRIO;
diff --git a/spec/rtems/signal/req/catch.yml b/spec/rtems/signal/req/catch.yml
index 6d80b9cd..72f4bda8 100644
--- a/spec/rtems/signal/req/catch.yml
+++ b/spec/rtems/signal/req/catch.yml
@@ -325,7 +325,7 @@ test-includes:
- string.h
- rtems/score/smpbarrier.h
test-local-includes:
-- tc-support.h
+- tx-support.h
test-prepare: |
rtems_status_code sc;
diff --git a/spec/rtems/signal/req/send.yml b/spec/rtems/signal/req/send.yml
index 2bff9547..742b8148 100644
--- a/spec/rtems/signal/req/send.yml
+++ b/spec/rtems/signal/req/send.yml
@@ -294,7 +294,7 @@ test-header: null
test-includes:
- rtems.h
test-local-includes:
-- tc-support.h
+- tx-support.h
test-prepare: |
ctx->handler_calls = 0;
ctx->calls_after_send = 0;
diff --git a/spec/rtems/task/req/mode.yml b/spec/rtems/task/req/mode.yml
index 481dcb2b..b80897d4 100644
--- a/spec/rtems/task/req/mode.yml
+++ b/spec/rtems/task/req/mode.yml
@@ -533,7 +533,7 @@ test-includes:
- rtems/score/threaddispatch.h
- rtems/score/watchdogimpl.h
test-local-includes:
-- tc-support.h
+- tx-support.h
test-prepare: |
ctx->current_mode = RTEMS_DEFAULT_MODES;
ctx->mode_set = RTEMS_DEFAULT_MODES;