summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal32 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: Change expected pass state stringSebastian Huber2019-12-051-1/+1
| | | | Use separator character '_' for all test states.
* sptests: Avoid include path magicSebastian Huber2019-11-121-1/+9
| | | | Update #3818.
* Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREESebastian Huber2018-06-053-0/+46
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.