summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-10-23 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-232-1/+6
| | | | * automake/compile.am: Add *.ralf to clean-local.
* 2009-10-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-222-2/+5
| | | | | * Makefile.am: Build file IO related tests even with POSIX threading is disabled.
* interrupt handler type changeThomas Doerfler2009-10-211-1/+24
|
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-2011-6/+26
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-201-0/+4
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-202-1/+5
| | | | * configure.ac: Don't add -fasm to CFLAGS.
* 2009-10-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-192-0/+6
| | | | * block01/.cvsignore: New file.
* added block01 testThomas Doerfler2009-10-196-1/+221
|
* 2009-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-172-1/+6
| | | | * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
* 2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-162-3/+4
| | | | * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
* 2009-10-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-142-38/+32
| | | | | * sp32/init.c: Lengthen the clock tick and move configuration to the bottom of the file.
* 2009-10-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-142-1/+18
| | | | | * psxtimer01/psxtimer.c: It is not necessarily an error for the time remaining to not equal the period.
* 2009-10-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-142-4/+9
| | | | | * tmck/task1.c: Ignore numbers that are too large but keep going -- do not abort.
* 2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-142-3/+7
| | | | * unlimited/test1.c: Spacing.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-142-5/+4
| | | | * tmck/task1.c: Remove support for "unix".
* 2009-10-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-0/+5
| | | | | * aclocal/canonical-target-name.m4: Remove posix/unix simulator.
* Remove posix/unix simulator.Ralf Corsepius2009-10-141-17/+0
|
* 2009-10-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-123-6/+7
| | | | * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
* 2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-123-0/+14
| | | | * psx05/init.c, psx05/psx05.scn: Add test for bad mutex type.
* 2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-129-2/+120
| | | | | | | | | * psxcleanup/system.h: Fix typo. * Makefile.am, configure.ac: Add new test for exercising pushing and popping a clean up handler without actually executing it. * psxcleanup01/.cvsignore, psxcleanup01/Makefile.am, psxcleanup01/init.c, psxcleanup01/psxcleanup01.doc, psxcleanup01/psxcleanup01.scn: New files.
* 2009-10-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-118-1/+197
| | | | | | | * Makefile.am, configure.ac: Add new test to ensure that canceling an alarm works as defined. * psxalarm01/.cvsignore, psxalarm01/Makefile.am, psxalarm01/init.c, psxalarm01/psxalarm01.doc, psxalarm01/psxalarm01.scn: New files.
* 2009-10-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-112-1/+5
| | | | * psxtimer01/psxtimer.c: Actually pass the pointer we initialized.
* 2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-112-23/+36
| | | | | * psxtimer01/psxtimer.c: Make sure we have null and not-null as return parameter to timer_settime().
* 2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-103-13/+32
| | | | | | | * psxtimer01/psxtimer.c: Modify so it passes in a NULL to timer_settime() for previous value. We are not using the value in this particular case and this path must be exercised. * psxtimer01/psxtimer01.scn: Update so it matches output on sis.
* 2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-108-1/+195
| | | | | | | | * Makefile.am, configure.ac: Add new test to exercise when the ticks since boot wraps around 0 and the timer server must deal with that condition. * sp67/.cvsignore, sp67/Makefile.am, sp67/init.c, sp67/sp67.doc, sp67/sp67.scn: New files.
* 2009-10-09 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill2009-10-094-19/+120
| | | | | | | * sp40/init.c, sp40/sp40.doc, sp40/sp40.scn: New test cases. * spintrcritical09/init.c, spintrcritical10/init.c, spintrcritical11/init.c: Fixed potentially infinite loops.
* 2009-10-04 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill2009-10-055-6/+9
| | | | | | | * sptests/spintrcritical09/init.c, sptests/spintrcritical10/init.c, sptests/spintrcritical11/init.c: Fixed potentially infinite loops. * sp20/system.h: Increased micro seconds per tick in order to be more independent of the console output speed.
* 2009-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-0411-42/+84
| | | | | | | * sp07/init.c, sp07/sp07.scn, sp09/init.c, sp09/screen01.c, sp09/sp09.scn, sp28/init.c, sp62/init.c, sp62/sp62.scn, sp64/init.c, sp64/sp64.scn: Add more test cases highlighted on SPARC at -O2, x86 at -Os and m68k at -Os. Fix typos.
* 2009-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-022-2/+7
| | | | | * sp54/init.c: Use rtems_build_id to make building Objects_Id RTEMS_USE_16_BIT_OBJECT clean.
* 2009-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-022-1/+5
| | | | | * hello/init.c: Remove call to devFS_Show() which had accidentally gotten committed.
* 2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-019-2/+128
| | | | | | | | | * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use it. * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c, termios02/termios02.doc, termios02/termios02.scn: New files. termios02 is a test for tcdrain().
* 2009-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-011-0/+5
| | | | | * termios01/init.c, termios01/termios_testdriver.c: Reflect changes to termios.
* Reflect changes to termios.Ralf Corsepius2009-10-012-12/+12
|
* 2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-298-1/+126
| | | | | | | * Makefile.am, configure.ac: Add new test to exercise when notepads are not configured. * spnotepad01/.cvsignore, spnotepad01/Makefile.am, spnotepad01/init.c, spnotepad01/spnotepad01.doc, spnotepad01/spnotepad01.scn: New files.
* 2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-285-28/+76
| | | | | | * psxcancel/init.c, psxcancel/psxcancel.scn, psxcancel01/init.c, psxcancel01/psxcancel01.scn: Add missing pthread cancellation test cases.
* 2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-288-5/+155
| | | | | | | * Makefile.am, configure.ac: Add new test for calling pthread_cancel() from an ISR. * psxcancel01/.cvsignore, psxcancel01/Makefile.am, psxcancel01/init.c, psxcancel01/psxcancel01.doc, psxcancel01/psxcancel01.scn: New files.
* 2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-2811-13/+244
| | | | | | | * sp09/screen01.c, sp09/screen02.c, sp09/screen03.c, sp09/screen05.c, sp09/screen09.c, sp09/screen14.c, sp09/sp09.scn, sp28/init.c, sp28/sp28.scn, sp43/init.c: Add more error cases uncovered by uC5282 coverage runs.
* 2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-289-3/+320
| | | | | | * sp09/screen02.c, sp09/screen04.c, sp09/screen07.c, sp09/screen09.c, sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/sp09.scn: Add some error cases uncovered by uC5282 coverage runs.
* 2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-283-16/+50
| | | | | * sp33/init.c, sp33/sp33.scn: Add some barrier error cases uncovered by uC5282 coverage runs.
* 2009-09-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-274-1/+8
| | | | | * sp59/init.c, spintrcritical15/init.c, spintrcritical16/init.c: Correct minor issues uncovered on uC5282.
* 2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-263-4/+9
| | | | | * psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of deprecated rtems_extension.
* 2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-268-15/+21
| | | | | | * sp04/tswitch.c, sp07/system.h, sp07/taskexit.c, sp07/tdelete.c, sp07/tstart.c, spfatal_support/init.c, spfatal_support/system.h: Eliminate use of deprecated rtems_extension.
* 2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-262-2/+6
| | | | * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
* 2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-255-21/+52
| | | | | * sp14/asr.c, sp14/sp14.doc, sp14/task1.c, sp14/task2.c: Adjust test to run when IO speed varies.
* 2009-09-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-242-0/+26
| | | | * stackchk01/stackchk01.doc: Add content.
* 2009-09-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-218-1/+85
| | | | | | | * Makefile.am, configure.ac: Add initial test for rtems_stack_checker_is_blown. * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c, stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
* 2009-09-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-213-3/+17
| | | | | * psxclock/init.c, psxclock/psxclock.scn: Add test case for negative nanoseconds.
* 2009-09-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-203-0/+11
| | | | | * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add test for getpagesize().
* 2009-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-143-4/+11
| | | | | * sp43/init.c, sp43/sp43.scn: Minor correction to test case so it hits the intended code.
* 2009-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-142-3/+4
| | | | * configure.ac: Revert accidentally committed lines.