summaryrefslogtreecommitdiff
path: root/testsuites/sptests/spfatal32 (follow)
AgeCommit message (Collapse)Author
2023-05-20Update company nameSebastian Huber
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-06-21testsuite: Fix gcc 12 warningsChris Johns
2022-04-05testsuites/sptests/sp[a-f*]*: Change license to BSD-2Joel Sherrill
Updates #3053.
2022-03-10bsps/testsuites/: Scripted embedded brains header file clean upJoel Sherrill
Updates #4625.
2019-12-05libtest: Change expected pass state stringSebastian Huber
Use separator character '_' for all test states.
2019-11-12sptests: Avoid include path magicSebastian Huber
Update #3818.
2018-06-05Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREESebastian Huber
An invalid heap usage such as a double free is usually a fatal error since this indicates a use after free. Replace the use of printk() in free() with a fatal error. Update #3437.