summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/libtests/grp.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Improve testsuite build selectionSebastian Huber2023-11-021-3/+1
| | | | | | | | | | | | | Enable an individual testsuite only through the corresponding enable. Use BUILD_TESTS to change the default value of the individual testsuite enable options. This allows the user to enable all testsuites with specific exceptions. For example, this builds all testsuites except the benchmarks: [arch/bsp] BUILD_TESTS = True BUILD_BENCHMARKS = False
* build: Remove enabled-by special caseSebastian Huber2023-09-221-0/+2
| | | | | | Doing the enabled-by processing just for the ldflags and just for the link custom commands is confusing. Use an option instead which is intended to be used for such use cases.
* Add the Regulator Interface and testJoel Sherrill2023-08-111-0/+2
| | | | | | | | | | | Updates #4924. The Regulator is an application support class which is used to deal with the scenario where there is a bursty input source which needs to be metered out to a destination sink. The maximum size of bursts needs to be known and the delivery method must be configured to deliver messages at a rate that allows the traffic to not overflow.
* Revert "cpukit/dev/can: Added CAN support"Gedare Bloom2023-07-271-2/+0
| | | | | | This reverts commit cd91b37dce728b372f164355719a4e601e12e7b3. Closes #4803.
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* testsuites/libtests: Add test for flashdevAaron Nyholm2023-05-161-0/+2
|
* testsuites/libtest/dl11: Add DL test for TLSKinsey Moore2023-01-201-0/+2
| | | | | This adds a test verifying basic TLS functionality in loadable modules now that at least one architecture supports it.
* cpukit/dev/can: Added CAN supportPrashanth S2022-10-301-0/+2
|
* build: Add cppflags, cflags, cxxflags to groupsSebastian Huber2022-07-041-0/+3
| | | | | | | Propagate the group defined cppflags, cflags, and cxxflags from parent groups to child items through the build item context. Update #4670.
* testsuite/libtests: Add exit03 to test exit() with C++Chris Johns2022-06-091-0/+2
| | | | Updates #4661
* build: Check for psxtests prerequisitesSebastian Huber2022-05-051-4/+4
| | | | Close #4645.
* cpukit: Prevent error with disabled stack checkerKinsey Moore2022-01-271-0/+2
| | | | | | | | | | | When the stack checker is not enabled, the stack checker reporting function can still be called. This prevents that call from performing a null memory access in trying to find the high water mark if the stack checker was never initialized. This also introduces a test to ensure this call does not cause a crash. Closes #4588
* Remove obsolete rtems_gxx_*() implementationSebastian Huber2022-01-271-2/+0
| | | | | | | | | | | GCC versions prior to 6.1 used a RTEMS thread model based on rtems_gxx_*() functions. GCC version 6.1 or later uses the self-contained synchronization objects of Newlib <sys/lock.h> for the RTEMS thread model. Remove the obsolete implementation. Close #3143.
* testsuites: Wrap putcharAlex White2021-09-161-0/+1
| | | | The linker flag to wrap putchar was lost in translation from make to waf.
* testsuites: Remove telnetd01Vijay Kumar Banerjee2021-05-201-2/+0
| | | | | telnetd01 test cannot be run without a network stack, so this test is being moved to the rtems-net-legacy repository.
* Revert "cpukit: Remove telnetd"Vijay Kumar Banerjee2021-04-131-0/+2
| | | | This reverts commit 3299dda2454a8847c670a732f6c12ef1f2cc5dd0.
* testsuites: Remove all legacy networking testsVijay Kumar Banerjee2021-04-071-8/+0
| | | | Update #3850
* cpukit: Remove telnetdVijay Kumar Banerjee2021-04-071-2/+0
| | | | Update #3850
* libtests/ofw01: Added a test for RTEMS OFWG S Niteesh Babu2020-12-271-0/+2
| | | | | This commit adds a basic test that tests all the implemented RTEMS OFW functions.
* cpukit/librcxx: Add a C++ thread interface with attributesChris Johns2020-10-081-0/+2
|
* irqs01/smpirqs01: New testsSebastian Huber2020-09-141-0/+2
| | | | Close #4034.
* build: Use Python tarfile instead of paxSebastian Huber2020-09-141-2/+0
| | | | This patch is for the new build system.
* build: Alternative build system based on wafSebastian Huber2020-09-141-0/+320
Update #3818.