summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-204-4/+10
| | | | | * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using buffered test IO.
* 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-202-2/+6
| | | | * tztest/init.c: Build when using buffered test IO.
* 2007-05-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-293-1/+102
| | | | | * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and rtems_io_unregister_driver did not have any test code.
* 2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-282-2/+9
| | | | | | | | | * spsize/size.c: Eliminate maximum_drivers configuration parameter since it was used to configure a no longer used feature. Device names are now part of the filesystem not in a table. This also eliminated the variables _IO_Number_of_devices and _IO_Driver_name_table from RTEMS as well as the memory allocation used to populate _IO_Driver_name_table.
* 2007-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-234-3/+10
| | | | | | * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory properly.
* 2007-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-05-211-0/+7
| | | | | | | * spsize/size.c: Eliminated the variables _RTEMS_tasks_User_initialization_tasks and _RTEMS_tasks_Number_of_initialization_tasks because they were only used in one place after initialized. It was a waste of space.
* Split Classic API data instantiation into individual files. This reduces ↵Joel Sherrill2007-05-211-2/+0
| | | | the size of the BSS section when an optional manageer stub is used. Some tests showed about a 600 byte reduction in BSS size. Also eliminated the variables _RTEMS_tasks_User_initialization_tasks and _RTEMS_tasks_Number_of_initialization_tasks because they were only used in one place after initialized. It was a waste of space.
* 2007-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-05-172-4/+12
| | | | | * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT() macro instead of fflush() directly.
* 2007-05-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-05-162-1/+4
| | | | * nsecs/init.c: Remove stray "volatile int i".
* 2007-05-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-05-153-12/+15
| | | | | | | | | | * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic Statistics and Period Usage into Rate Monotonic Manager. Added the following directives: rtems_rate_monotonic_get_statistics, rtems_rate_monotonic_reset_statistics, rtems_rate_montonic_reset_all_statistics, rtems_rate_montonic_report_statistics, and rtems_object_get_name. Obsoleted the rtems/rtmonuse.h file as a public interface.
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-112-96/+166
| | | | | | * support/include/buffer_test_io.h: Add support for using printk for output in tests. This should be followed up by disabling the console driver and other support when the tests are using printk.
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-117-6/+14
| | | | | | | | * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis.
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-1111-18/+27
| | | | | | | | | | | | * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, nsecs/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, ticker/system.h, unlimited/Makefile.am: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis. * nsecs/init.c: Commit hack so test will compile when POSIX is disabled. Remove hack when clock_gettime() is present even when --disable-posix.
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-1127-26/+40
| | | | | | | | | | | | | | * tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am, tm20/Makefile.am, tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am, tmoverhd/Makefile.am: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis.
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-1133-33/+53
| | | | | | | | | | | | | | | | * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am, sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am, sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am, sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am, sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am, sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am, sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am, sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am, sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am, sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am, spsize/size.c: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis.
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-115-5/+22
| | | | | | | * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c, psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis.
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-118-7/+16
| | | | | | | | | * itronmbf01/init.c, itronmbf01/itronmbf01.scn, itrontask02/init.c, itrontask03/itrontask03.scn, itrontask03/task1.c, itrontask04/itrontask04.scn, itrontask04/task3.c: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis.
* 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.