summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-172-2/+6
| | | | * rtems++/System.h: Account for extra task stacks properly.
* 2008-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-272-1/+5
| | | | * malloctest/init.c: Fix return status check.
* 2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-02-019-8/+15
| | | | | | | * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c, putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c: Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX tests. Add a clock_settime case for < 1988.
* 2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-312-0/+82
| | | | * malloctest/init.c: Add more test cases to cover heap better.
* 2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-312-20/+44
| | | | | | * malloctest/init.c: Add new test cases per Sergei. Make some of the stranger cases operate directly on a freshly initialized heap. This should make them more reproducible.
* 2008-01-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-292-9/+46
| | | | | * malloctest/init.c: Add more tests per suggestions from Sergei Organov.
* 2008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-01-252-0/+5
| | | | * malloctest/init.c: Add include to remove warning.
* 2008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-222-1/+4
| | | | * malloctest/init.c: Remove debug print.
* 2008-01-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-092-0/+6
| | | | * monitor02/.cvsignore: New file.
* 2008-01-09 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett2008-01-097-1/+155
| | | | | | * Makefile.am, configure.ac: Added automatic test for monitor shell * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn, monitor02/system.h: New files.
* 2007-12-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-202-5/+62
| | | | | * malloctest/init.c: Add test cases suggested by Sergei Organov <s.organov@javad.com>.
* 2007-12-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-193-3/+47
| | | | * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
* 2007-12-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-143-5/+19
| | | | | * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to exericise another path in the period statistics code.
* 2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-122-0/+22
| | | | | * malloctest/init.c: Add some primitive testing of realloc() which also does some positive path testing on the SuperCore heap.
* 2007-10-26 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-10-264-19/+80
| | | | | * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new cases for untested routines.
* 2007-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-242-1/+12
| | | | | | * 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-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-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-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-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-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.
* Use rtems_task_argument.Ralf Corsepius2007-03-292-2/+2
|
* 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.
* 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-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-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.
* 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-022-1/+5
| | | | * configure.ac: New BUG-REPORT address.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-2/+6
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* *** empty log message ***Joel Sherrill2006-09-142-2/+2
|
* Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius2006-07-115-12/+6
|
* 2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-07-111-0/+6
| | | | | | * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir instead.
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-082-4/+8
| | | | * rtems++/Task1.cc: Fix warnings.
* 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-222-3/+5
| | | | | * configure.ac: Remove RTEMS_ENABLE_BARE, BARE_CPU_CFLAGS, BARE_CPU_MODEL.
* Fix my email addressRalf Corsepius2005-11-131-4/+4
|
* Convert to using *_PROGRAMS.Ralf Corsepius2005-11-138-88/+63
|
* 2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-131-0/+7
| | | | | | | * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Convert to using *_PROGRAMS.
* Fix typos.Ralf Corsepius2005-11-111-4/+4
|
* * cpuuse/Makefile.am: Rework.Ralf Corsepius2005-11-111-0/+7
| | | | | | | | | | * malloctest/Makefile.am: Rework. * monitor/Makefile.am: Rework. * putenvtest/Makefile.am: Rework. * rtems++/Makefile.am: Rework. * rtmonuse/Makefile.am: Rework. * stackchk/Makefile.am: Rework. * termios/Makefile.am: Rework.
* Rework.Ralf Corsepius2005-11-118-183/+46
|
* Cosmetics.Ralf Corsepius2005-11-118-24/+0
|
* Eliminate TEST.Ralf Corsepius2005-11-118-38/+30
|
* Expand libtests.am.Ralf Corsepius2005-11-118-8/+104
|
* 2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-111-0/+7
| | | | | | | * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am. * libtests.am: Remove.
* Remove.Ralf Corsepius2005-11-111-15/+0
|
* Cosmetics.Ralf Corsepius2005-11-101-1/+0
|
* Eliminate DOCTYPES.Ralf Corsepius2005-11-108-15/+8
|
* AM_CPPFLAGS += -I..../support/include.Ralf Corsepius2005-11-098-0/+16
|
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-091-0/+7
| | | | | | | * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-092-1/+2
| | | | * configure.ac: Apply RTEMS_CHECK_CPUOPTS.