summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-13/+19
* tmitronsem01/Makefile.am, tmitronsem01/init.c: Eliminate empty function from every benchmark timer driver. Fix spelling.
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill63-548/+599
* tm01/Makefile.am, tm01/task1.c, tm02/Makefile.am, tm02/task1.c, tm03/Makefile.am, tm03/task1.c, tm04/Makefile.am, tm04/task1.c, tm05/Makefile.am, tm05/task1.c, tm06/Makefile.am, tm06/task1.c, tm07/Makefile.am, tm07/task1.c, tm08/Makefile.am, tm08/task1.c, tm09/Makefile.am, tm09/task1.c, tm10/Makefile.am, tm10/task1.c, tm11/Makefile.am, tm11/task1.c, tm12/Makefile.am, tm12/task1.c, tm13/Makefile.am, tm13/task1.c, tm14/Makefile.am, tm14/task1.c, tm15/Makefile.am, tm15/task1.c, tm16/Makefile.am, tm16/task1.c, tm17/Makefile.am, tm17/task1.c, tm18/Makefile.am, tm18/task1.c, tm19/Makefile.am, tm19/task1.c, tm20/Makefile.am, tm20/task1.c, tm21/Makefile.am, tm21/task1.c, tm22/Makefile.am, tm22/task1.c, tm23/Makefile.am, tm23/task1.c, tm24/Makefile.am, tm24/task1.c, tm25/Makefile.am, tm25/task1.c, tm26/Makefile.am, tm26/task1.c, tm27/Makefile.am, tm27/task1.c, tm28/Makefile.am, tm28/task1.c, tm29/Makefile.am, tm29/task1.c, tmck/Makefile.am, tmck/task1.c, tmoverhd/Makefile.am, tmoverhd/testtask.c: Eliminate empty function from every benchmark timer driver. Fix spelling.
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill32-517/+528
* tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Rename timer driver methods to follow RTEMS programming conventions.
2008-08-192008-08-19 Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>Joel Sherrill3-37/+51
PR 1296/cpukit. * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use incorrect repeat interval. This patch fixes the following problems in the test. (1) Adds test for value of it_interval.tv_nsec. (2) Corrects test for absolute timer in past. (3) Modifies test to use different initial and repeat periods. (4) Updates psxtimer01.scn to match results.
2008-08-152008-08-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-2/+6
* sp43/init.c: Fix derefence of uninitialized pointer.
2008-08-152008-08-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill3-5/+6
PR 1297/cpukit * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute pointer handling.
2008-08-072008-08-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-2/+10
* spsize/size.c: Make _System_state_Is_multiprocessing unused when multiprocessing is not enabled. Saves one more variable from single processor configuration.
2008-08-052008-08-05 Xudong Guan <xudong.guan@criticalsoftware.com>Joel Sherrill7-3/+204
PR 1212/cpukit * Makefile.am, configure.ac: Time slicing will not happen if the task mode is changed from a non-timeslicing mode to timeslicing mode if it is done by the executing thread (e.g. in its task body). This change includes sp44 to demonstrate the problem and verify the correction. * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
2008-08-042008-08-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+4
* psxsem01/init.c: Spacing.
2008-08-042008-08-04 Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>Joel Sherrill2-3/+13
PR 1293/tests * psx10/init.c: Make sure we do not let tv_nsec go to -1.
2008-07-182008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-26/+50
PR 1291/cpukit * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and POSIX services taking relative instead of absolute time for timeouts, these tests were updated.
2008-07-172008-07-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+5
* psxfile01/test.c: truncate on /dev/console now works.
2008-07-172008-07-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-32/+46
* sp09/screen09.c: Do not use Simple Vectored Interrupt calls on architectures they are not supported on.
2008-07-162008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-3/+13
* fileio/init.c: New argument sequence for rtems_shell_init(). Also split on multiple lines and document each parameter.
2008-07-162008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-1/+8
* sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
2008-07-022008-07-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING. AC_PREREQ(2.62).
2008-07-02Require AC_DISABLE_OPTION_CHECKING. AC_PREREQ(2.62).Ralf Corsepius1-0/+4
2008-06-302008-06-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+6
* sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
2008-06-172008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+10
* minimum/init.c: Disable confdefs.h debug.
2008-06-172008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-2/+15
* iostream/system.h: Init task was close to blowing stack on PowerPC. * minimum/init.c: Disable Classic API Notepads.
2008-06-172008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+6
* rtems++/System.h: Account for extra task stacks properly.
2008-06-172008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-2/+11
* psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack requested for initialization task.
2008-06-132008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-3/+34
* minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes on psim.
2008-06-132008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+13
* minimum/init.c: Exerise new ability for application to configure minimum stack size. This test still runs the same with a 7.5K stack on the powerpc but reserves 15K less Workspace on the PowerPC.
2008-06-052008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill3-2/+8
* tm02/system.h, tm10/system.h: Make configurations more accurate.
2008-06-052008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill4-4/+14
* sp28/init.c: Corrections to configuration. * sp37/init.c: Correctly invoke rtems_interrupt_disable() body. * spsize/size.c: _ISR_Vector_table only exists on architectures which use the Simple Vectored Interrupt Model.
2008-06-052008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill3-2/+19
* minimum/Makefile.am: Link against all managers. * minimum/init.c: Use existing confdefs.h macros to turn off more this test does not use.
2008-06-022008-06-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+6
* spsize/size.c: Convention calls for leading underscore on private RTEMS variables.
2008-05-212008-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill5-4/+18
* itronhello/system.h, itronmbox01/system.h, itrontask02/system.h, itrontime01/system.h: Add use of CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
2008-05-152008-05-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-2/+7
* psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look like CVS conflict markers.
2008-05-122008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+13
* tmoverhd/dumrtems.h: Refactored and renamed initialization routines to rtems_initialize_data_structures, rtems_initialize_before_drivers, rtems_initialize_device_drivers, and rtems_initialize_start_multitasking. This opened the sequence up so that bootcard() could provide a more robust and flexible framework which is easier to explain and understand. This also lays the groundwork for sharing the division of available memory between the RTEMS workspace and heap and the C library initialization across all BSPs.
2008-05-122008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill7-8/+21
* spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h: Refactored and renamed initialization routines to rtems_initialize_data_structures, rtems_initialize_before_drivers, rtems_initialize_device_drivers, and rtems_initialize_start_multitasking. This opened the sequence up so that bootcard() could provide a more robust and flexible framework which is easier to explain and understand. This also lays the groundwork for sharing the division of available memory between the RTEMS workspace and heap and the C library initialization across all BSPs.
2008-05-072008-05-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-26/+28
* sp32/init.c: Formatting.
2008-04-232008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-0/+7
* iostream/system.h: Update to include definition of CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
2008-04-172008-04-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-0/+11
* psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
2008-04-172008-04-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill5-1/+60
* fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h: Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
2008-02-282008-02-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+7
* iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc 4.3.x.
2008-02-272008-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+5
* malloctest/init.c: Fix return status check.
2008-02-222008-02-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-10/+12
* sp09/screen01.c: Correct test. * sp09/screen14.c: Update copyright. * sp28/init.c: Correct end of test messages.
2008-02-222008-02-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-2/+6
* psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
2008-02-20s/AC_HELP/AS_HELP/.Ralf Corsepius1-1/+1
2008-02-202008-02-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
2008-02-072008-02-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-6/+10
* psxkey01/task.c: Fix warnings.
2008-02-052008-02-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-0/+8
* psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
2008-02-042008-02-04 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett3-0/+92
* support/include/test_support.h, support/src/test_support.c: New files.
2008-02-042008-02-04 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett14-16/+374
* Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c: Added tests for failure path coverages. Consolidated methods used in multiple places into support routines. * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn, psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am, psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
2008-02-042008-02-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-14/+47
* sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
2008-02-012008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-2/+7
* support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX tests. Add a clock_settime case for < 1988.
2008-02-012008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill32-31/+43
* tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX tests. Add a clock_settime case for < 1988.
2008-02-012008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+7
* tmitronsem01/init.c: Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX tests. Add a clock_settime case for < 1988.