summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-06Convert to "bool".Ralf Corsepius1-3/+3
2008-09-062008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* malloctest/init.c: Convert to "bool".
2008-06-172008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+6
* rtems++/System.h: Account for extra task stacks properly.
2008-02-272008-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+5
* malloctest/init.c: Fix return status check.
2008-02-012008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill9-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-312008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-0/+82
* malloctest/init.c: Add more test cases to cover heap better.
2008-01-312008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-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-292008-01-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-9/+46
* malloctest/init.c: Add more tests per suggestions from Sergei Organov.
2008-01-252008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+5
* malloctest/init.c: Add include to remove warning.
2008-01-222008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+4
* malloctest/init.c: Remove debug print.
2008-01-092008-01-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-0/+6
* monitor02/.cvsignore: New file.
2008-01-092008-01-09 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett7-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-202007-12-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-5/+62
* malloctest/init.c: Add test cases suggested by Sergei Organov <s.organov@javad.com>.
2007-12-192007-12-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill3-3/+47
* malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
2007-12-142007-12-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill3-5/+19
* rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to exericise another path in the period statistics code.
2007-12-122007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-0/+22
* malloctest/init.c: Add some primitive testing of realloc() which also does some positive path testing on the SuperCore heap.
2007-10-262007-10-26 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey4-19/+80
* cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new cases for untested routines.
2007-07-242007-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-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-202007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+6
* tztest/init.c: Build when using buffered test IO.
2007-05-172007-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-4/+12
* ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT() macro instead of fflush() directly.
2007-05-152007-05-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-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-112007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill7-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-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-29Use rtems_task_argument.Ralf Corsepius2-2/+2
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-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-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-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.
2006-12-022006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* configure.ac: New BUG-REPORT address.
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+6
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-09-14*** empty log message ***Joel Sherrill2-2/+2
2006-07-11Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius5-12/+6
2006-07-112006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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-082006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-4/+8
* rtems++/Task1.cc: Fix warnings.
2005-11-222005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-3/+5
* configure.ac: Remove RTEMS_ENABLE_BARE, BARE_CPU_CFLAGS, BARE_CPU_MODEL.
2005-11-13Fix my email addressRalf Corsepius1-4/+4
2005-11-13Convert to using *_PROGRAMS.Ralf Corsepius8-88/+63
2005-11-132005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-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.
2005-11-11Fix typos.Ralf Corsepius1-4/+4
2005-11-11 * cpuuse/Makefile.am: Rework.Ralf Corsepius1-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.
2005-11-11Rework.Ralf Corsepius8-183/+46
2005-11-11Cosmetics.Ralf Corsepius8-24/+0
2005-11-11Eliminate TEST.Ralf Corsepius8-38/+30
2005-11-11Expand libtests.am.Ralf Corsepius8-8/+104
2005-11-112005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-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.
2005-11-11Remove.Ralf Corsepius1-15/+0
2005-11-10Cosmetics.Ralf Corsepius1-1/+0
2005-11-10Eliminate DOCTYPES.Ralf Corsepius8-15/+8
2005-11-09AM_CPPFLAGS += -I..../support/include.Ralf Corsepius8-0/+16