summaryrefslogtreecommitdiff
path: root/testsuites (follow)
AgeCommit message (Collapse)Author
2012-02-17Remove (Obsolete).4.8Ralf Corsépius
2010-10-012010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
PR 1708/build: * aclocal/check-cpuopts.m4: Fix m4-quoting.
2010-09-232010-09-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
2010-03-18Upgrade to 4.8.24.8.2Joel Sherrill
2009-09-092009-09-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* sp46/init.c: Make compile on 4.8 branch. * sp46/sp46.scn: New file.
2009-03-022009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1388/cpukit * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores allow both priority inherit and ceiling attributes to be set on semaphore create. These attributes are mutually exclusive and this should be an error.
2009-01-212009-01-21 Nickolay Kolchin <nbkolchin@gmail.com>Joel Sherrill
Joel Sherrill <joel.sherrill@oarcorp.com> PR 1357/cpukit * rtems/src/tasks.c: Ensure creating a task with no ASR is honored.
2008-12-042008-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1348/cpukit * Makefile.am, configure.ac: Add test of special case of resetting cpu usage information while a period is running. * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc: New files.
2008-08-152008-08-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1297/cpukit * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute pointer handling.
2008-08-13Upgrade to 4.8.1Joel Sherrill
2008-08-052008-08-05 Xudong Guan <xudong.guan@criticalsoftware.com>Joel Sherrill
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 Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>Joel Sherrill
PR 1293/tests * psx10/init.c: Make sure we do not let tv_nsec go to -1.
2008-07-222008-07-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1291/cpukit * psx05/init.c, psxmsgq01/init.c: Update tests to reflect absolute time.
2008-02-14Upgrade to 4.8.0Joel Sherrill
2007-11-272007-11-27 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey
* sp33/init.c, sp33/sp33.scn: Added several test cases to improve test coverage.
2007-11-272007-11-27 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey
* psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c, psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test cases to improve test coverage.
2007-11-062007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* sp13/system.h: We need 32K of message buffer memory not 32 bytes.
2007-10-262007-10-26 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey
* cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new cases for untested routines.
2007-09-102007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* capture/Makefile.am: Use all managers.
2007-08-312007-08-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* capture/Makefile.am: Fix typo -- not unlimited.
2007-08-212007-08-21 Chris Johns <chrisj@rtems.org>Chris Johns
* capture/init.c, capture/system.h, capture/test1.c: Removed CRs from files. Committed incorrectly.
2007-08-172007-08-17 Chris Johns <chrisj@rtems.org>Chris Johns
* Makefile.am, README, configure.ac, capture/.cvsignore, capture/Makefile.am, capture/capture.doc, capture/capture.scn, capture/init.c, capture/system.h, capture/test1.c: Add a sample test for the capture engine.
2007-08-07Upgrade to 4.7.99.2Joel Sherrill
2007-07-242007-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets the CPU Usage Report include it. If it is deleted, the CPU time it had consumed is not listed later in the report.
2007-07-242007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* nsecs/init.c: Add include of unistd.h for sleep() prototype.
2007-07-172007-07-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The loop was being optimized out on the PowerPC. * nsecs/empty.c: New file.
2007-07-062007-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* nsecs/init.c: Change name to avoid any hint of the timer driver.
2007-06-222007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* nsecs/init.c: Do not make this test depend on the benchmark timer driver.
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the time varaying in proportion to the length of the loop measured.
2007-06-202007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using buffered test IO.
2007-06-202007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* tztest/init.c: Build when using buffered test IO.
2007-05-292007-05-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and rtems_io_unregister_driver did not have any test code.
2007-05-282007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* 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-232007-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* 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-212007-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* 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.
2007-05-21Split Classic API data instantiation into individual files. This reduces ↵Joel Sherrill
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-172007-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT() macro instead of fflush() directly.
2007-05-162007-05-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius
* nsecs/init.c: Remove stray "volatile int i".
2007-05-152007-05-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* 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-112007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* 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-112007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* 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-112007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* 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-112007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* 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-112007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* 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-112007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* 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-112007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* 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-102007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* 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 Sherrill
* 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 Corsepius
* 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 Sherrill
* spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.