summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-105-7/+13
| | | | | | * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c: Test needs clock manager. Should use rtems_test_exit() instead of exit().
* 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-093-2/+20
| | | | | | * minimum/Makefile.am, minimum/init.c: Switch back to using optional manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY to demonstrate that the newlib reentrancy support is optional.
* 2007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-132-6/+6
| | | | | * nsecs/init.c: Remove private decl of _Timespec_Subtract use the version from rtems/score/timespec.h.
* 2007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-052-1/+4
| | | | * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
* 2007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-052-6/+14
| | | | | | | * nsecs/init.c: Provide timespec manipulation routines in the SuperCore. Use them everywhere possible. Perhaps they should be part of the public API so this test and others can use them without peeking into the bowels.
* 2007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-053-8/+10
| | | | | * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep() behavior more closely matching GNU/Linux.
* 2007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-053-4/+10
| | | | | | * sp34/changepri.c, sp35/priinv.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
* 2007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-052-2/+7
| | | | | * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
* 2007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-022-1/+5
| | | | * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
* 2007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-022-6/+8
| | | | | | * spsize/size.c: Convert from Classic API style TOD_Control as fundamental time structure to POSIX struct timespec. Add clock_get_uptime().
* 2007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-028-0/+210
| | | | | | | | * Makefile.am, configure.ac: Convert from Classic API style TOD_Control as fundamental time structure to POSIX struct timespec. Add clock_get_uptime(). * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc, nsecs/nsecs.scn: New files.
* 2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-291-0/+4
| | | | * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
* 2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-291-0/+4
| | | | * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
* Use rtems_task_argument.Ralf Corsepius2007-03-293-4/+5
|
* Use rtems_task_argument.sp06/task1.cRalf Corsepius2007-03-291-1/+1
|
* 2007-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-282-1/+6
| | | | | * mp12/node2/mp12-node2.scn: Redo screen to not have cvs conflict marker.
* 2007-03-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-262-1/+5
| | | | * sp35/priinv.c: Remove warning.
* 2007-03-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-262-0/+9
| | | | * loopback/init.c: Add CVS Id.
* 2007-03-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-262-12/+8
| | | | | PR 1230/tests * minimum/init.c: Minimum should not configure console driver.
* 2007-03-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-132-0/+7
| | | | | * tztest/init.c: Call tzset() even though it may be called for us implicitly along the way.
* Upgrade to 4.7.99.1Joel Sherrill2007-03-131-1/+1
|
* 2007-03-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-132-0/+6
| | | | * tztest/.cvsignore: New file.
* 2007-03-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-137-1/+112
| | | | | | * Makefile.am, configure.ac: Added timezone test. * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc, tztest/tztest.scn: New files.
* 2007-03-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-102-1/+5
| | | | | * sp26/system.h: Remove incorrect and duplicate CONFIGURE_EXTRA_TASK_STACKS.
* 2007-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-0513-1/+805
| | | | | | | | | | | | PR 1222/cpukit * Makefile.am, configure.ac: Enhance so that when the prioirity of a thread that is blocked on a priority based thread queue is changed, that its placement in the queue is reevaluated based upon the new priority. This enhancement includes modifications to the SuperCore as well as new test cases. * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc, sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c, sp35/sp35.doc, sp35/sp35.scn: New files.
* 2007-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-052-6/+11
| | | | | * malloctest/init.c: Be explicit about need for default and floating point attributes. This is just a style change.
* 2007-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-052-1/+6
| | | | * sp26/system.h: Correct memory required for stack sizes.
* Revert to version 4.7.99-0Ralf Corsepius2007-02-221-1/+1
|
* Testing: Upgrade to 4.7.99.1Ralf Corsepius2007-02-221-1/+1
|
* 2007-02-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-02-212-1/+9
| | | | | * loopback/init.c: Fix exit paths in client thread and main test thread.
* 2007-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-112-1/+6
| | | | | * aclocal/check-cpuopts.m4: Check rtems/system.h instead of rtems/score/cpuopts.h.
* 2007-02-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-02-068-22/+28
| | | | | | * tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm22/task1.c: Address size_t/uint32_t typing issues in message queue tests.
* 2007-02-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-02-066-12/+18
| | | | | | * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c, sp13/task3.c: Address size_t/uint32_t typing issues in message queue tests.
* 2007-02-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-02-063-7/+12
| | | | | * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing issues in message queue tests.
* 2007-02-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-02-062-10/+15
| | | | | * itronmbf01/init.c: Address size_t/uint32_t typing issues in message queue tests.
* mproved gen5200 MSCAN driverThomas Doerfler2007-01-212-0/+12
| | | | fixed synchronization bug between ata.c and bdbuf.c
* 2006-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-12-043-8/+100
| | | | | * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to include normal blocking and unblocking on timeout.
* 2006-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-12-042-12/+123
| | | | | * sp33/init.c: Improve barrier test to include normal blocking with manual release and unblocking in barrier deletion.
* 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-0221-11/+51
| | | | * configure.ac: New BUG-REPORT address.
* 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-021-0/+4
| | | | * configure.ac: New BUG-REPORT address.
* 2006-11-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-203-5/+18
| | | | | * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores and make output more compliant with other tests.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-172-2/+19
| | | | | | * psxsem01/init.c: Account for change in POSIX semaphore time handling. Previously the timeout was not absolute time and checked BEFORE attempting to lock semaphore.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-174-5/+10
| | | | | * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate cases intended on all targets possible with new heap algorithm.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-173-7/+13
| | | | | | * itrontask04/init.c, itrontask04/itrontask04.scn: Cannot print with dispatching disabled so fix test not to print while dispatching is disabled.
* 2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-11-152-0/+50
| | | | * psxbarrier01/main.c: New file.
* 2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-11-157-1/+106
| | | | | | * Makefile.am, configure.ac: Adding Classic API Barriers. * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn: New files.
* 2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-11-1511-0/+656
| | | | | | | * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c, psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c, psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c, psxspin01/psxspin01.scn, psxspin01/test.c: New files.
* 2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-11-157-1/+219
| | | | | | | * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks, and partial implementation of POSIX rwlocks. * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am, psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
* 2006-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-302-2/+13
| | | | | | PR 841/rtems * psxsem01/init.c: Make sem_timedwait more conformant to Open Group specification.
* 2006-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-183-2/+7
| | | | | * aclocal/rtems-top.m4: Remove RTEMS_API. * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.