Sebastian Huber
5babc54d8d
validation: Task create/construct
...
Run the task create/construct tests also on validation test suite 1
which has exactly one processor configured.
2021-03-16 12:47:52 +01:00
Eshan dhawan
a26a326e55
Test suite for FTW.H methods
...
Signed-off-by: Eshan Dhawan <eshandhawan51@gmail.com >
2021-03-11 11:40:13 -06:00
Sebastian Huber
08cbd4ba20
score: Fix _Stack_Extend_size()
...
Check for an integer overflow. Add a validation test for task create
errors.
2021-03-01 07:18:14 +01:00
Sebastian Huber
e8284a3458
build: Sort source lists
...
Use the Python sorted() function to sort the "source" lists.
2021-02-24 09:22:54 +01:00
Sebastian Huber
3e7d658033
validation: Add signal manager tests
...
Update #4244 .
2021-02-20 15:18:48 +01:00
Sebastian Huber
f38c0de407
validation: Add Validation1 test suite
...
Update #4244 .
2021-02-20 15:18:48 +01:00
Sebastian Huber
e59efd8835
validation: Tests for barrier manager
2021-02-08 08:44:14 +01:00
Sebastian Huber
c9ceff92c3
validation: Add tests for rtems_build_name()
2021-02-08 07:52:42 +01:00
G S Niteesh Babu
f867e7b6f4
libtests/ofw01: Added a test for RTEMS OFW
...
This commit adds a basic test that tests all the implemented
RTEMS OFW functions.
2020-12-27 10:05:09 +01:00
Sebastian Huber
657e30c135
config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE
...
In order to better support applications which use the new
rtems_task_construct() directive add the
CONFIGURE_INIT_TASK_CONSTURCT_STORAGE_SIZE configuration option. If
this option is specified, then the Classic API initialization task is
constructed with rtems_task_construct().
Update #4181 .
2020-11-26 11:10:22 +01:00
Sebastian Huber
bc175a1cab
Avoid INTERNAL_ERROR_RTEMS_INIT_TASK_ENTRY_IS_NULL
...
Replace a runtime check with a compile time assertion. This makes the
INTERNAL_ERROR_RTEMS_INIT_TASK_ENTRY_IS_NULL obsolete.
Update #4181 .
2020-11-26 11:10:21 +01:00
Sebastian Huber
c5af8aa070
config: Simplify task stack allocator init
...
Replace runtime checks with compile time assertions. This makes the
INTERNAL_ERROR_BAD_STACK_HOOK obsolete.
2020-11-19 17:41:07 +01:00
Sebastian Huber
d6f13a468e
validation/ts-performance-0: Add partition tests
2020-11-19 08:39:02 +01:00
Sebastian Huber
35c52a51b9
validation/ts-performance-0: Add test suite
...
Share a default test suite with ts-validation-0.
2020-11-19 08:39:02 +01:00
Sebastian Huber
f435bdd545
dl06: Do not include loaded objs in base image
2020-11-11 08:30:41 +01:00
Sebastian Huber
1229817a2f
build: Fix format
2020-10-12 16:17:44 +02:00
Chris Johns
558a19d3ad
testsuite/rcxx01: Add examples for use in the User manual
2020-10-09 16:45:24 +11:00
Chris Johns
cf95826089
cpukit/librcxx: Add a C++ thread interface with attributes
2020-10-08 11:01:59 +11:00
Joel Sherrill
0c74ff92b5
Misc: Correct spelling of occurred
2020-10-07 08:38:28 -05:00
Sebastian Huber
6a31ae63ce
build: Fix typo
2020-10-02 14:38:33 +02:00
Sebastian Huber
2d8802b519
tests: Add and use <rtems/testopts.h>
...
Add the build option RTEMS_TEST_VERBOSITY to control the verbosity of
test suites using the RTEMS Test Framework.
2020-10-01 18:05:42 +02:00
Sebastian Huber
16b29af2c5
build: Fix build dependencies of JFFS2 tests
...
Close #4107 .
2020-10-01 07:46:29 +02:00
Sebastian Huber
febc66048a
validation: Test rtems_message_queue_construct()
...
Update #4007 .
2020-09-28 07:16:04 +02:00
Sebastian Huber
3dd4cbb50d
validation: rtems_task_construct() errors
...
This is the first test case generated from a specification item in the
rtems-central repository.
Update #3959 .
2020-09-17 17:42:25 +02:00
Sebastian Huber
139ffa25d9
validation: Add general purpose test suite
...
Add a general purpose test suite for validation tests.
This is the first test suite generated from a specification item in the
rtems-central repository.
Update #3959 .
2020-09-17 17:42:25 +02:00
Sebastian Huber
c312f3110e
CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE
...
Add this application configuration option. This configuration option can be
used to reserve space for the dynamic linking of modules with thread-local
storage objects.
Add RTEMS_TASK_STORAGE_ALIGNMENT to define the minium alignment of a
thread-local storage size.
Update #4074 .
2020-09-17 17:42:25 +02:00
Sebastian Huber
845674e3fb
build: Fix mghttpd01 test exclude
...
Update #3818 .
2020-09-17 17:42:25 +02:00
Sebastian Huber
4647789820
irqs01/smpirqs01: New tests
...
Close #4034 .
2020-09-14 07:11:40 +02:00
Sebastian Huber
aa27a85a83
build: Use Python tarfile instead of pax
...
This patch is for the new build system.
2020-09-14 07:11:40 +02:00
Sebastian Huber
f3f0370f10
build: Alternative build system based on waf
...
Update #3818 .
2020-09-14 07:11:32 +02:00