summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-223-4/+26
| | | | * sp51/init.c, sp51/sp51.scn: Add more priority ceiling test cases.
* 2009-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-218-1/+128
| | | | | | | | PR 1415/cpukit * Makefile.am, configure.ac: Add test for very simple priority ceiling violation. * sp51/.cvsignore, sp51/Makefile.am, sp51/init.c, sp51/sp51.doc, sp51/sp51.scn: New files.
* 2009-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-218-2/+170
| | | | | | | | | PR 1413/cpukit * Makefile.am, configure.ac: Add test for case where server based timers which reinitiated themselves did not get reinserted onto timer chain. * sp50/.cvsignore, sp50/Makefile.am, sp50/init.c, sp50/sp50.doc, sp50/sp50.scn: New files.
* 2009-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-218-1/+125
| | | | | | | | | PR 1414/cpukit * Makefile.am, configure.ac: Tighten math on extraction of index so it is harder to trick by passing in a valid id of an incorrect object class. * sp49/.cvsignore, sp49/Makefile.am, sp49/init.c, sp49/sp49.doc, sp49/sp49.scn: New files.
* 2009-05-19 Chris Johns <chrisj@rtems.org>Chris Johns2009-05-184-3/+20
| | | | | | * cpuuse/tswitch.c: Lower sample count for small memory targets. * cpuuse/system.h: Smaller stack size for small memory targets. * monitor02/init.c: Cannot run on small memory targets.
* 2009-05-19 Chris Johns <chrisj@rtems.org>Chris Johns2009-05-182-0/+8
| | | | * sp04/tswitch.c: Lower sample count for small memory targets.
* 2009-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-183-0/+16
| | | | | * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for NULL attribute pointer on init.
* 2009-05-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-177-12/+61
| | | | | | * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c: Improved so coverage is better.
* 2009-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-172-2/+8
| | | | * rtmonuse/init.c: Do not use Task_name array before initialized.
* 2009-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-172-4/+9
| | | | | * psx04/init.c: Correct errors introduced by using different variable for return type when correcting typing warnings.
* 2009-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-157-1/+138
| | | | | | | * Makefile.am, configure.ac: Add new test to provide coverage analysis of the current implementation of getitimer() and setitimer(). * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c, psxitimer/psxitimer.scn: New files.
* 2009-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-153-0/+11
| | | | | * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test case to improve coverage analysis.
* 2009-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-152-0/+18
| | | | * spprintk/init.c: printk() now 100% covered.
* 2009-05-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-142-4/+23
| | | | * spprintk/init.c: More test cases.
* 2009-05-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-143-1/+35
| | | | | * sp09/screen11.c, sp09/sp09.scn: Add case where buffer size is not large enough for buffer node overhead.
* 2009-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-1410-13/+77
| | | | | | | | | * Makefile.am, configure.ac, spwatchdog/system.h, spwkspace/Makefile.am, spwkspace/init.c: Add shell of test for printk. These will help coverage. Simplify spwkspace. * spprintk/.cvsignore, spprintk/Makefile.am, spprintk/init.c, spprintk/spprintk.scn: New files. * spwkspace/system.h: Removed.
* 2009-05-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-138-2/+144
| | | | | | | * Makefile.am, configure.ac: New test to exercise rtems_workspace_XXX methods. * spwkspace/.cvsignore, spwkspace/Makefile.am, spwkspace/init.c, spwkspace/spwkspace.scn, spwkspace/system.h: New files.
* 2009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-1127-96/+195
| | | | | | | | | | * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c, psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c, psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c, psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c, psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c, psxmsgq02/init.c, psxtime/main.c, psxtime/test.c, psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
* 2009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-10141-142/+480
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c, psxhdrs/timer07.c: Fix warnings.
* 2009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-102-1/+7
| | | | * support/src/tmtests_empty_function.c: Fix warnings.
* 2009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-1039-90/+307
| | | | | | | | | | | | | * sp04/system.h, sp04/task1.c, sp04/tswitch.c, sp07/init.c, sp12/init.c, sp13/putbuff.c, sp13/system.h, sp13/task1.c, sp15/init.c, sp16/system.h, sp19/fptask.c, sp25/system.h, sp26/task1.c, sp27/init.c, sp28/init.c, sp29/init.c, sp31/task1.c, sp33/init.c, sp34/changepri.c, sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c, sp42/init.c, sp43/init.c, sp44/init.c, sp45/init.c, sp46/init.c, sp47/init.c, sp48/init.c, spfatal03/testcase.h, spfatal05/testcase.h, spfatal06/testcase.h, spfatal_support/system.h, spobjgetnext/init.c, spsize/getint.c, spsize/size.c: Fix warnings.
* Fix most warnings.Joel Sherrill2009-05-0928-129/+150
|
* 2009-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-092-1/+4
| | | | * malloctest/init.c: Fix warning.
* 2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-088-1/+154
| | | | | | | * Makefile.am, configure.ac: Add initial test of _Objects_Get_next. * spobjgetnext/.cvsignore, spobjgetnext/Makefile.am, spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn, spobjgetnext/system.h: New files.
* 2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-072-1/+5
| | | | * malloctest/init.c: Fix typo.
* 2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-078-2/+142
| | | | | | * Makefile.am, configure.ac: Add shell of heap walk test for Santosh. * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn, heapwalk/init.c, heapwalk/system.h: New files.
* 2009-05-07 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill2009-05-072-0/+24
| | | | | * malloctest/init.c: Add test case for heap resize block when the resize creates a free block large enough to free.
* 2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-052-2/+6
| | | | * psxfile01/test.c: Change from int to size_t.
* 2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-044-8/+8
| | | | | * sp25/init.c, sp25/system.h, sp25/task1.c: Reduce size of array from 64k to 20k. No impact on test behavior.
* 2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-043-2/+6
| | | | * sp09/screen12.c, sp25/task1.c: Remove warnigns for wrong types.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-282-6/+5
| | | | | * iostream/system.h: Remove the Init prototype. Provide in confdefs.h.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-287-7/+64
| | | | | | | * fileio/init.c, fileio/system.h, iostream/init.cc, loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if BSP_SMALL_MEMORY is defined. Remove this code once a better way is supported by the build system.
* 2009-04-20 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill2009-04-203-0/+25
| | | | | * sp37/init.c, sp37/sp37.scn: Add test case for rtems_interrupt_level_attribute body.
* removed obsolete references to login.hThomas Doerfler2009-04-142-1/+4
|
* 2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-04-031-0/+18
| | | | | | | | | | | | | | | | | | * mp01/node1/Makefile.am, mp01/node2/Makefile.am, mp02/node1/Makefile.am, mp02/node2/Makefile.am, mp03/node1/Makefile.am, mp03/node2/Makefile.am, mp04/node1/Makefile.am, mp04/node2/Makefile.am, mp05/node1/Makefile.am, mp05/node2/Makefile.am, mp06/node1/Makefile.am, mp06/node2/Makefile.am, mp07/node1/Makefile.am, mp07/node2/Makefile.am, mp08/node1/Makefile.am, mp08/node2/Makefile.am, mp09/node1/Makefile.am, mp09/node2/Makefile.am, mp10/node1/Makefile.am, mp10/node2/Makefile.am, mp11/node1/Makefile.am, mp11/node2/Makefile.am, mp12/node1/Makefile.am, mp12/node2/Makefile.am, mp13/node1/Makefile.am, mp13/node2/Makefile.am, mp14/node1/Makefile.am, mp14/node2/Makefile.am: Eliminate _exe_/.exe.
* Eliminate _exe_/.exe.Ralf Corsepius2009-04-03190-1331/+1331
|
* 2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-04-031-0/+4
| | | | * tmitronsem01/Makefile.am: Makefile.am: Eliminate _exe_/.exe.
* 2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-04-031-0/+14
| | | | | | | | | | | | | | * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am, tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am, tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am: tmoverhd/Makefile.am: Eliminate _exe_/.exe.
* 2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-04-031-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am, sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am, sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am, sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am, sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am, sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am, sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am, sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am, sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am, sp35/Makefile.am, sp36/Makefile.am, sp37/Makefile.am, sp38/Makefile.am, sp39/Makefile.am, sp40/Makefile.am, sp41/Makefile.am, sp42/Makefile.am, sp43/Makefile.am, sp44/Makefile.am, sp45/Makefile.am, sp46/Makefile.am, sp47/Makefile.am, sp48/Makefile.am, spfatal/Makefile.am, spfatal01/Makefile.am, spfatal02/Makefile.am, spfatal03/Makefile.am, spfatal04/Makefile.am, spfatal05/Makefile.am, spfatal06/Makefile.am, spfatal07/Makefile.am, spfatal08/Makefile.am, spfatal09/Makefile.am, spsize/Makefile.am, spwatchdog/Makefile.am: Eliminate _exe_/.exe.
* 2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-04-031-0/+9
| | | | | | | | | * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am, tztest/Makefile.am: Eliminate _exe_/.exe.
* 2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-04-031-0/+9
| | | | | | | | | * itronhello/Makefile.am, itronmbf01/Makefile.am, itronmbox01/Makefile.am, itronsem01/Makefile.am, itrontask01/Makefile.am, itrontask02/Makefile.am, itrontask03/Makefile.am, itrontask04/Makefile.am, itrontime01/Makefile.am: Eliminate _exe_/.exe.
* 2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-04-031-0/+19
| | | | | | | | | | | | | | | | | | | * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am, psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am, psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am, psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am, psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am, psxcleanup/Makefile.am, psxenosys/Makefile.am, psxfatal01/Makefile.am, psxfatal02/Makefile.am, psxfile01/Makefile.am, psxkey01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am, psxmsgq02/Makefile.am, psxrdwrv/Makefile.am, psxreaddir/Makefile.am, psxrwlock01/Makefile.am, psxsem01/Makefile.am, psxsignal01/Makefile.am, psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am, psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am, psxualarm/Makefile.am: Eliminate _exe_/.exe.
* 2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-04-031-0/+9
| | | | | | | | | * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am, base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am: Eliminate _exe_/.exe.
* 2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-04-032-0/+9
| | | | | * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems* toolchains.
* Fix Id string typo.Joel Sherrill2009-03-291-2/+2
|
* 2009-03-29 Joel Sherrill <joel.sherrill@gmail.com>Joel Sherrill2009-03-292-2/+7
| | | | | * fileio/init.c: Change arguments to rtems_shell_init() to match new expectations.
* 2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-022-4/+10
| | | | | * cdtest/main.cc: Use printk() in global destructors since printf() no longer works.
* 2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-024-10/+44
| | | | | | | | PR 1388/cpukit * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores allow both priority inherit and ceiling attributes to be set on semaphore create. These attributes are mutually exclusive and this should be an error.
* Format.Joel Sherrill2009-02-271-0/+1
|
* Adapt to modified shell configurationThomas Doerfler2009-02-272-2/+6
|