summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfatal02/testcase.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILEDSebastian Huber2016-12-121-2/+2
| | | | Update #2825.
* score: Remove fatal is internal indicatorSebastian Huber2016-12-091-1/+0
| | | | | | | | | The fatal is internal indicator is redundant since the fatal source and error code uniquely identify a fatal error. Keep the fatal user extension is internal parameter for backward compatibility and set it to false always. Update #2825.
* psxtests/psxfatal0[12]: Update due to API changesSebastian Huber2013-08-231-2/+4
|
* testsuites: Include missing header filesSebastian Huber2013-07-221-0/+1
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2011-09-05 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-09-051-0/+1
| | | | | | * psxfatal01/psxfatal01.scn, psxfatal01/testcase.h, psxfatal02/psxfatal02.scn, psxfatal02/testcase.h, psxfatal_support/init.c: Print proper begin and end message.
* Fall back to INT_MAX as posix stack size in if 12MB are too big for a target ↵Ralf Corsepius2009-10-301-0/+4
| | | | (16bit compliance).
* Remove unused vars.Ralf Corsepius2009-10-251-1/+1
| | | | Add missing prototypes.
* 2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-311-0/+36
* Makefile.am, configure.ac: New tests. * psxfatal01/.cvsignore, psxfatal01/Makefile.am, psxfatal01/psxfatal01.scn, psxfatal01/testcase.h, psxfatal02/.cvsignore, psxfatal02/Makefile.am, psxfatal02/psxfatal02.scn, psxfatal02/testcase.h, psxfatal_support/init.c, psxfatal_support/system.h: New files.