summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-01-292001-01-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-6/+88
* Fixed bug where resetting a timer that was not at the head of one of the task timer chains resulted in the Timer Server task waking up too far in the future. * Added rtems_timer_get_information() directive to support testing. * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for above condition.
2002-01-222001-01-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill5-1/+19
* sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified because priority added as argument to rtems_timer_initiate_server().
2002-01-162001-01-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill22-2/+878
* Added tests for task-based timers. This included the new tests sp30 and sp31. * Makefile.am, configure.ac: Modified to reflect new tests and files. * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks for task-based timer services. * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c, sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c, sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h, sp31/task1.c: New files.
2001-11-262001-11-26 Ralf CorsepiusJoel Sherrill2-1/+4
* cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
2001-11-082001-11-08 Jiri Gaisler <jiri@gaisler.com>Joel Sherrill2-7/+21
This fix is response to test results reported by Jerry Needell <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80. * tm27/task1.c: Account for overhead in starting and stopping the timer.
2001-11-072001-11-07 Jennifer Averett <jennifer@OARcorp.com>Joel Sherrill2-1/+12
Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63. * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change. Since we check permissions before evaluating enough to see if it a regular file or directory, this hack is needed to make the regular file executable.
2001-11-072001-11-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+7
Tracked as PR72 but related to the object id problem (PR36) reported by Todor.Todorov@barco.com. * include/tmacros.h: Added fatal_directive_check_status_only().
2001-11-072001-11-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+6
Tracked as PR72 but related to the object id problem (PR36) reported by Todor.Todorov@barco.com. but discovered independently. * include/tmacros.h: Added fatal_directive_check_status_only().
2001-11-072001-11-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-3/+12
Tracked as PR72 but related to the object id problem (PR36) reported by Todor.Todorov@barco.com. * mp03/delay.c: Dispatch disable level is actually 1 not 0. * mp13/system.h: Configure enough tasks (CONFIGURE_MAXIMUM_TASKS=3). * mp14/delay.c: Dispatch disable level may be arbitrarily > 0.
2001-11-012001-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+7
* sp26/system.h: Properly account for stack memory used by this test. Reported by Jerry Needell <jerry.needell@unh.edu> and processed as PR78.
2001-11-012001-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+8
* rtems++/Makefile.am: Make sure debug variant of librtems++ is linked against. Reported by Jerry Needell <jerry.needell@unh.edu> and processed as PR78.
2001-10-252001-10-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* rtems++/Makefile.am: Pick up -lrtems++ even when debug.
2001-10-252001-10-25 Eric Norum <eric.norum@usask.ca>Joel Sherrill2-0/+6
* cdtest/system.h: Configure 1 semaphore. This probably covers up not defining one for the GCC C++ Run-Time Libraries.
2001-10-172001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
2001-10-172001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill3-4/+7
* configure.ac: Apply RTEMS_CPU_SUBDIRS for potential CPU-subdirs. * Makefile.am: Require automake-1.5.
2001-10-122001-10-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill7-6/+6
* unlimited/init.c, unlimited/system.h, unlimited/test1.c, unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: Fixed typo.
2001-10-122001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill12-0/+665
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove.
2001-10-112001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill24-0/+84
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate.
2001-09-272001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-272001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+3
* libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy. * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
2001-09-242001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* tmtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2001-09-242001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* tmitrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2001-09-242001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2001-09-242001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-2/+0
* minimum/Makefile.am: Fix comments to make automake-1.5 happy. * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy. * cdtest/Makefile.am: Remove LD_LIBS.
2001-09-242001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2001-09-242001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* mptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2001-09-242001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill3-3/+6
* libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy. * rtems++/Makefile: Remove LD_LIBS.
2001-09-242001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* itrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2001-09-242001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill3-2/+8
* minimum/Makefile.am: Fix comments to make automake-1.5 happy. * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy. * cdtest/Makefile.am: Remove LD_LIBS.
2001-09-192001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill32-31/+65
* tm27/Makefile.am: include leaf.am instead of leaf.cfg. * tm26/Makefile.am: include leaf.am instead of leaf.cfg. * tm24/Makefile.am: include leaf.am instead of leaf.cfg. * tm16/Makefile.am: include leaf.am instead of leaf.cfg. * tm18/Makefile.am: include leaf.am instead of leaf.cfg. * tm02/Makefile.am: include leaf.am instead of leaf.cfg. * tm10/Makefile.am: include leaf.am instead of leaf.cfg. * tm11/Makefile.am: include leaf.am instead of leaf.cfg. * tm15/Makefile.am: include leaf.am instead of leaf.cfg. * tm19/Makefile.am: include leaf.am instead of leaf.cfg. * tm04/Makefile.am: include leaf.am instead of leaf.cfg. * tm17/Makefile.am: include leaf.am instead of leaf.cfg. * tm28/Makefile.am: include leaf.am instead of leaf.cfg. * tmck/Makefile.am: include leaf.am instead of leaf.cfg. * tm08/Makefile.am: include leaf.am instead of leaf.cfg. * tm12/Makefile.am: include leaf.am instead of leaf.cfg. * tm03/Makefile.am: include leaf.am instead of leaf.cfg. * tm13/Makefile.am: include leaf.am instead of leaf.cfg. * tm29/Makefile.am: include leaf.am instead of leaf.cfg. * tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg. * tm20/Makefile.am: include leaf.am instead of leaf.cfg. * tm09/Makefile.am: include leaf.am instead of leaf.cfg. * tm01/Makefile.am: include leaf.am instead of leaf.cfg. * tm21/Makefile.am: include leaf.am instead of leaf.cfg. * tm07/Makefile.am: include leaf.am instead of leaf.cfg. * tm25/Makefile.am: include leaf.am instead of leaf.cfg. * tm22/Makefile.am: include leaf.am instead of leaf.cfg. * tm06/Makefile.am: include leaf.am instead of leaf.cfg. * tm05/Makefile.am: include leaf.am instead of leaf.cfg. * tm14/Makefile.am: include leaf.am instead of leaf.cfg. * tm23/Makefile.am: include leaf.am instead of leaf.cfg.
2001-09-192001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* tmitronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
2001-09-192001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill30-29/+61
* sp20/Makefile.am: include leaf.am instead of leaf.cfg. * sp02/Makefile.am: include leaf.am instead of leaf.cfg. * sp19/Makefile.am: include leaf.am instead of leaf.cfg. * sp11/Makefile.am: include leaf.am instead of leaf.cfg. * sp25/Makefile.am: include leaf.am instead of leaf.cfg. * sp04/Makefile.am: include leaf.am instead of leaf.cfg. * spsize/Makefile.am: include leaf.am instead of leaf.cfg. * sp01/Makefile.am: include leaf.am instead of leaf.cfg. * sp16/Makefile.am: include leaf.am instead of leaf.cfg. * sp05/Makefile.am: include leaf.am instead of leaf.cfg. * sp09/Makefile.am: include leaf.am instead of leaf.cfg. * spfatal/Makefile.am: include leaf.am instead of leaf.cfg. * sp06/Makefile.am: include leaf.am instead of leaf.cfg. * sp23/Makefile.am: include leaf.am instead of leaf.cfg. * sp28/Makefile.am: include leaf.am instead of leaf.cfg. * sp03/Makefile.am: include leaf.am instead of leaf.cfg. * sp29/Makefile.am: include leaf.am instead of leaf.cfg. * sp13/Makefile.am: include leaf.am instead of leaf.cfg. * sp27/Makefile.am: include leaf.am instead of leaf.cfg. * sp14/Makefile.am: include leaf.am instead of leaf.cfg. * sp07/Makefile.am: include leaf.am instead of leaf.cfg. * sp15/Makefile.am: include leaf.am instead of leaf.cfg. * sp17/Makefile.am: include leaf.am instead of leaf.cfg. * sp22/Makefile.am: include leaf.am instead of leaf.cfg. * sp12/Makefile.am: include leaf.am instead of leaf.cfg. * sp26/Makefile.am: include leaf.am instead of leaf.cfg. * sp21/Makefile.am: include leaf.am instead of leaf.cfg. * sp24/Makefile.am: include leaf.am instead of leaf.cfg. * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
2001-09-192001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill10-10/+23
* unlimited/Makefile.am: include leaf.am instead of leaf.cfg. * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg. * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg. * hello/Makefile.am: include leaf.am instead of leaf.cfg. * base_sp/Makefile.am: include leaf.am instead of leaf.cfg. * paranoia/Makefile.am: include leaf.am instead of leaf.cfg. * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use make-cxx-exe. * ticker/Makefile.am: include leaf.am instead of leaf.cfg. * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
2001-09-192001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill25-24/+51
* psx01/Makefile.am: include leaf.am instead of leaf.cfg. * psx11/Makefile.am: include leaf.am instead of leaf.cfg. * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg. * psx02/Makefile.am: include leaf.am instead of leaf.cfg. * psx13/Makefile.am: include leaf.am instead of leaf.cfg. * psxtime/Makefile.am: include leaf.am instead of leaf.cfg. * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg. * psx07/Makefile.am: include leaf.am instead of leaf.cfg. * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg. * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg. * psx10/Makefile.am: include leaf.am instead of leaf.cfg. * psx08/Makefile.am: include leaf.am instead of leaf.cfg. * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg. * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg. * psx05/Makefile.am: include leaf.am instead of leaf.cfg. * psx09/Makefile.am: include leaf.am instead of leaf.cfg. * psxmount/Makefile.am: include leaf.am instead of leaf.cfg. * psxstat/Makefile.am: include leaf.am instead of leaf.cfg. * psx12/Makefile.am: include leaf.am instead of leaf.cfg. * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg. * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg. * psx03/Makefile.am: include leaf.am instead of leaf.cfg. * psx04/Makefile.am: include leaf.am instead of leaf.cfg. * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
2001-09-192001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill29-28/+59
* mp02/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp02/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp04/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp04/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp14/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp14/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp06/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp06/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp08/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp08/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp03/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp03/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp10/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp10/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp05/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp05/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp13/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp13/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp01/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp01/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp07/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp07/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp11/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp11/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp12/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp12/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp09/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp09/node1/Makefile.am: include leaf.am instead of leaf.cfg.
2001-09-192001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill9-9/+21
* malloctest/Makefile.am: include leaf.am instead of leaf.cfg. * monitor/Makefile.am: include leaf.am instead of leaf.cfg. * termios/Makefile.am: include leaf.am instead of leaf.cfg. * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg. * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use make-cxx-exe. * stackchk/Makefile.am: include leaf.am instead of leaf.cfg. * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg. * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
2001-09-192001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill10-9/+21
* itrontask03/Makefile.am: include leaf.am instead of leaf.cfg. * itrontask04/Makefile.am: include leaf.am instead of leaf.cfg. * itronmbf01/Makefile.am: include leaf.am instead of leaf.cfg. * itronsem01/Makefile.am: include leaf.am instead of leaf.cfg. * itronhello/Makefile.am: include leaf.am instead of leaf.cfg. * itrontime01/Makefile.am: include leaf.am instead of leaf.cfg. * itrontask01/Makefile.am: include leaf.am instead of leaf.cfg. * itrontask02/Makefile.am: include leaf.am instead of leaf.cfg. * itronmbox01/Makefile.am: include leaf.am instead of leaf.cfg.
2001-09-132001-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+5
* configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS handling.
2001-08-162001-08-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+8
* include/tmacros.h: Attempt to print errno as further information.
2001-08-162001-08-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* sp20/system.h: Account for extra task stacks properly.
2001-08-162001-08-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-3/+8
* sp13/sp13.scn: Id in screen had wrong class field value. * sp13/system.h: Account for message buffer memory. * sp13/task2.c: Remove unnecessary check for failure.
2001-08-092001-08-09 Fernando-Ruiz Casas <correo@fernando-ruiz.com>Joel Sherrill3-9/+21
* psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/psxchroot01.scn, psxchroot01/test.c: Implemented the psxchroot01 test.
2001-06-142001-06-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-3/+5
* cdtest/system.h: Removed configure of POSIX mutexes since there do not appear to be any used in this test.
2001-05-252001-05-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill7-1/+210
* Added once version of psxchroot01 test for user review. * psxchroot01: New directory. * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c, psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files. * configure.in, Makefile.am: Modified to reflect above.
2001-05-112001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+5
* configure.in: Remove RTEMS_PROG_CC_FOR_TARGET, RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2001-05-102001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill9-0/+36
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
2001-04-242001-04-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-0/+56
* psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for open, write, reopen, append twice from Andrew Bythell <abythell@nortelnetworks.com> that tripped an initialization problem in the IMFS.
2001-04-202001-04-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+7
* sp298/sp28.scn: Minor adjustment so test output matches the screen file.
2001-04-202001-04-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill12-309/+306
* psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn, psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn, psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c, psxtime/psxtime.scn, psxtimer/psxtimer.scn: Various adjustments so test output matches screens more reliably.
2001-04-202001-04-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill5-6/+12
* itronmbf01/itronmbf01.scn, itronmbox01/init.c, itronsem01/itronsem01.scn, itrontime01/init.c: Various adjustments so test output matches screens more reliably.