summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* validation: Add CallWithinISR()Sebastian Huber2021-07-261-0/+1
| | | | Update #3269.
* build: Remove superfluous library from rcxx01Sebastian Huber2021-07-261-1/+0
|
* spcoverage: Remove test programSebastian Huber2021-07-152-21/+0
| | | | | This program contained an optional test case. It was enabled by the RTEMS_COVERAGE define. The functions under test are not implemented by RTEMS.
* build: Use BSP family for optionsChris Johns2021-07-1521-0/+21
| | | | | | | - Optionally add support for 'default-by-family' to allow option to be set by a family and so all related BSPs Close #4468
* splinkersets01: Test linker sets in librarySebastian Huber2021-06-103-2/+21
| | | | | Make sure that the linker sets work if placed in a library (this is how they are used in RTEMS).
* testsuites: Remove telnetd01Vijay Kumar Banerjee2021-05-202-24/+0
| | | | | telnetd01 test cannot be run without a network stack, so this test is being moved to the rtems-net-legacy repository.
* validation: Add support librarySebastian Huber2021-05-144-4/+22
| | | | | | Add a library for support functions used by validation tests. Rename tc-support.* to tx-support.* since this file does not contain test cases.
* Revert "cpukit: Remove telnetd"Vijay Kumar Banerjee2021-04-132-0/+24
| | | | This reverts commit 3299dda2454a8847c670a732f6c12ef1f2cc5dd0.
* testsuites: Remove all legacy networking testsVijay Kumar Banerjee2021-04-077-134/+0
| | | | Update #3850
* cpukit: Remove telnetdVijay Kumar Banerjee2021-04-072-24/+0
| | | | Update #3850
* testsuites/libtests: Remove networking01Vijay Kumar Banerjee2021-04-071-21/+0
| | | | Update #3850
* validation: Add test case support functionsSebastian Huber2021-03-232-0/+2
|
* validation: Task create/constructSebastian Huber2021-03-161-0/+2
| | | | | Run the task create/construct tests also on validation test suite 1 which has exactly one processor configured.
* Test suite for FTW.H methodsEshan dhawan2021-03-112-0/+36
| | | | Signed-off-by: Eshan Dhawan <eshandhawan51@gmail.com>
* score: Fix _Stack_Extend_size()Sebastian Huber2021-03-011-0/+1
| | | | | Check for an integer overflow. Add a validation test for task create errors.
* build: Sort source listsSebastian Huber2021-02-2484-596/+596
| | | | Use the Python sorted() function to sort the "source" lists.
* validation: Add signal manager testsSebastian Huber2021-02-202-0/+4
| | | | Update #4244.
* validation: Add Validation1 test suiteSebastian Huber2021-02-202-0/+21
| | | | Update #4244.
* validation: Tests for barrier managerSebastian Huber2021-02-081-0/+4
|
* validation: Add tests for rtems_build_name()Sebastian Huber2021-02-081-0/+1
|
* libtests/ofw01: Added a test for RTEMS OFWG S Niteesh Babu2020-12-272-0/+23
| | | | | This commit adds a basic test that tests all the implemented RTEMS OFW functions.
* config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZESebastian Huber2020-11-262-0/+21
| | | | | | | | | | 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.
* Avoid INTERNAL_ERROR_RTEMS_INIT_TASK_ENTRY_IS_NULLSebastian Huber2020-11-262-21/+0
| | | | | | | Replace a runtime check with a compile time assertion. This makes the INTERNAL_ERROR_RTEMS_INIT_TASK_ENTRY_IS_NULL obsolete. Update #4181.
* config: Simplify task stack allocator initSebastian Huber2020-11-192-21/+0
| | | | | Replace runtime checks with compile time assertions. This makes the INTERNAL_ERROR_BAD_STACK_HOOK obsolete.
* validation/ts-performance-0: Add partition testsSebastian Huber2020-11-191-0/+1
|
* validation/ts-performance-0: Add test suiteSebastian Huber2020-11-192-0/+21
| | | | Share a default test suite with ts-validation-0.
* dl06: Do not include loaded objs in base imageSebastian Huber2020-11-111-0/+1
|
* build: Fix formatSebastian Huber2020-10-121-1/+2
|
* testsuite/rcxx01: Add examples for use in the User manualChris Johns2020-10-091-0/+3
|
* cpukit/librcxx: Add a C++ thread interface with attributesChris Johns2020-10-082-0/+24
|
* Misc: Correct spelling of occurredJoel Sherrill2020-10-071-1/+1
|
* build: Fix typoSebastian Huber2020-10-021-1/+1
|
* tests: Add and use <rtems/testopts.h>Sebastian Huber2020-10-013-0/+49
| | | | | Add the build option RTEMS_TEST_VERBOSITY to control the verbosity of test suites using the RTEMS Test Framework.
* build: Fix build dependencies of JFFS2 testsSebastian Huber2020-10-019-19/+19
| | | | Close #4107.
* validation: Test rtems_message_queue_construct()Sebastian Huber2020-09-281-0/+1
| | | | Update #4007.
* validation: rtems_task_construct() errorsSebastian Huber2020-09-171-0/+1
| | | | | | | This is the first test case generated from a specification item in the rtems-central repository. Update #3959.
* validation: Add general purpose test suiteSebastian Huber2020-09-174-0/+56
| | | | | | | | | 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.
* CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber2020-09-172-0/+21
| | | | | | | | | | | 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.
* build: Fix mghttpd01 test excludeSebastian Huber2020-09-171-0/+1
| | | | Update #3818.
* irqs01/smpirqs01: New testsSebastian Huber2020-09-144-0/+43
| | | | Close #4034.
* build: Use Python tarfile instead of paxSebastian Huber2020-09-1411-26/+10
| | | | This patch is for the new build system.
* build: Alternative build system based on wafSebastian Huber2020-09-14881-0/+20717
Update #3818.