summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfatal01/testcase.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Add fatal errors for NULL entry init tasksSebastian Huber2016-01-081-2/+3
| | | | | | This simplifies the global construction. Update #2514.
* psxtests/psxfatal0[12]: Update due to API changesSebastian Huber2013-08-231-2/+4
|
* 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.
* 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.