summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/req/construct-errors.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-12 07:11:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-14 08:27:25 +0200
commit0b348f44059278dd8ab74c46bab65eb46b3d1aec (patch)
treefac2d205f8fe8e8eb1b1a9e80f495be5fdb69bf3 /spec/rtems/task/req/construct-errors.yml
parentvalidation: Let skip reasons overwrite (diff)
downloadrtems-central-0b348f44059278dd8ab74c46bab65eb46b3d1aec.tar.bz2
spec: Move INVALID_ID to tx-support.h
Diffstat (limited to 'spec/rtems/task/req/construct-errors.yml')
-rw-r--r--spec/rtems/task/req/construct-errors.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/rtems/task/req/construct-errors.yml b/spec/rtems/task/req/construct-errors.yml
index 9864d067..c9d320b2 100644
--- a/spec/rtems/task/req/construct-errors.yml
+++ b/spec/rtems/task/req/construct-errors.yml
@@ -366,7 +366,8 @@ test-includes:
- string.h
- rtems/score/apimutex.h
- rtems/score/threadimpl.h
-test-local-includes: []
+test-local-includes:
+- tx-support.h
test-prepare: |
_RTEMS_Lock_allocator();
_Thread_Kill_zombies();
@@ -397,8 +398,6 @@ test-stop: null
test-support: |
#define NAME rtems_build_name( 'T', 'E', 'S', 'T' )
- #define INVALID_ID 0xffffffff
-
typedef RtemsTaskReqConstructErrors_Context Context;
static _Thread_local int tls_variable;