summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-102007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill5-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-092007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill3-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-132007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-6/+6
* nsecs/init.c: Remove private decl of _Timespec_Subtract use the version from rtems/score/timespec.h.
2007-04-052007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+4
* spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
2007-04-052007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-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-052007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-8/+10
* psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep() behavior more closely matching GNU/Linux.
2007-04-052007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-4/+10
* sp34/changepri.c, sp35/priinv.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
2007-04-052007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+7
* loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
2007-04-022007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* spsize/size.c: Eliminate TOD_Ticks_per_second variable.
2007-04-022007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-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-022007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill8-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-292007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
2007-03-292007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
2007-03-29Use rtems_task_argument.Ralf Corsepius3-4/+5
2007-03-29Use rtems_task_argument.sp06/task1.cRalf Corsepius1-1/+1
2007-03-282007-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+6
* mp12/node2/mp12-node2.scn: Redo screen to not have cvs conflict marker.
2007-03-262007-03-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* sp35/priinv.c: Remove warning.
2007-03-262007-03-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+9
* loopback/init.c: Add CVS Id.
2007-03-262007-03-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-12/+8
PR 1230/tests * minimum/init.c: Minimum should not configure console driver.
2007-03-132007-03-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+7
* tztest/init.c: Call tzset() even though it may be called for us implicitly along the way.
2007-03-13Upgrade to 4.7.99.1Joel Sherrill1-1/+1
2007-03-132007-03-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+6
* tztest/.cvsignore: New file.
2007-03-132007-03-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill7-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-102007-03-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* sp26/system.h: Remove incorrect and duplicate CONFIGURE_EXTRA_TASK_STACKS.
2007-03-052007-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill13-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-052007-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-6/+11
* malloctest/init.c: Be explicit about need for default and floating point attributes. This is just a style change.
2007-03-052007-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+6
* sp26/system.h: Correct memory required for stack sizes.
2007-02-22Revert to version 4.7.99-0Ralf Corsepius1-1/+1
2007-02-22Testing: Upgrade to 4.7.99.1Ralf Corsepius1-1/+1
2007-02-212007-02-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+9
* loopback/init.c: Fix exit paths in client thread and main test thread.
2007-02-112007-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+6
* aclocal/check-cpuopts.m4: Check rtems/system.h instead of rtems/score/cpuopts.h.
2007-02-062007-02-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill8-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-062007-02-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill6-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-062007-02-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-7/+12
* rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing issues in message queue tests.
2007-02-062007-02-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-10/+15
* itronmbf01/init.c: Address size_t/uint32_t typing issues in message queue tests.
2007-01-21mproved gen5200 MSCAN driverThomas Doerfler2-0/+12
fixed synchronization bug between ata.c and bdbuf.c
2006-12-042006-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-8/+100
* psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to include normal blocking and unblocking on timeout.
2006-12-042006-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-12/+123
* sp33/init.c: Improve barrier test to include normal blocking with manual release and unblocking in barrier deletion.
2006-12-022006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius21-11/+51
* configure.ac: New BUG-REPORT address.
2006-12-022006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* configure.ac: New BUG-REPORT address.
2006-11-202006-11-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-5/+18
* sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores and make output more compliant with other tests.
2006-11-172006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-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-172006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-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-172006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-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-152006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+50
* psxbarrier01/main.c: New file.
2006-11-152006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill7-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-152006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill11-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-152006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill7-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-302006-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+13
PR 841/rtems * psxsem01/init.c: Make sem_timedwait more conformant to Open Group specification.
2006-10-182006-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-2/+7
* aclocal/rtems-top.m4: Remove RTEMS_API. * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.