summaryrefslogtreecommitdiffstats
path: root/testsuites/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+5
| | | | | * support/include/tmacros.h: Add PRIxrtems_task_priority, PRIxrtems_task_priority, PRIxrtems_signal_set.
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+1
| | | | * support/include/tmacros.h: Add PRIxpthread_t.
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+5
| | | | | * support/include/tmacros.h: Add PRIxrtems_event_set. (fatal_posix_service_status_errno) Add local "long" var "statx".
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+5
| | | | | * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type. Add PRIdrtems_task_argument.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+5
| | | | | * support/include/tmacros.h: Add PRIdWatchdog_Interval. Add PRIdrtems_interval.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+5
| | | | | * support/include/tmacros.h: Add PRIdPriority_Control. Change PRIdrtems_task_priority to using PRIdPriority_Control.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+4
| | | | * support/include/tmacros.h: Add PRIdrtems_task_priority.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+4
| | | | * support/include/tmacros.h: Add PRIxrtems_id.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+4
| | | | * support/include/tmacros.h: Add PRItime_t.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+4
| | | | * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+1
| | | | * support/include/test_support.h: Add missing prototypes.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+5
| | | | | * support/include/tmacros.h: Move _Thread_Dispatch_disable_level outside of check_dispatch_disable_level.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+1
| | | | * support/src/test_support.c: Add missing prototypes.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-57/+63
| | | | | | * support/include/tmacros.h: Include <inttypes.h>. Move extern "C". Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
* 2009-10-24 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-241-0/+4
| | | | * Makefile.am: Add support/include/test_support.h.
* 2009-10-23 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-231-0/+4
| | | | * automake/compile.am: Add *.ralf to clean-local.
* 2009-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-171-0/+4
| | | | * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
* 2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-161-0/+4
| | | | * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
* 2009-10-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-0/+5
| | | | | * aclocal/canonical-target-name.m4: Remove posix/unix simulator.
* 2009-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-141-0/+6
| | | | | | * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test case for nanosleep of a very small delay which mathematically is less than a clock tick.
* 2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-131-0/+6
| | | | | | * configure.ac: Some POSIX tests exercise functionality which is enabled when the POSIX threading is disabled. So build this suite all the time and let the psxtests select the specific tests to build.
* 2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-121-0/+6
| | | | | | * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new rtems_clock_get_ticks_per_second().
* 2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-061-0/+4
| | | | * support/src/test_support.c: Tinker with longest valid name.
* 2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-061-0/+4
| | | | * support/include/buffer_test_io.h: Use printk on AVR by default.
* 2009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-101-0/+4
| | | | * support/src/tmtests_empty_function.c: Fix warnings.
* 2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-04-031-0/+5
| | | | | * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems* toolchains.
* 2008-12-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-221-0/+4
| | | | * aclocal/canonical-target-name.m4: Remove tic4x.
* 2008-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-221-0/+5
| | | | | * aclocal/version.m4: Bump RTEMS_API to 4.10. Bump _RTEMS_VERSION to 4.9.99.0.
* 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-061-0/+4
| | | | * support/src/test_support.c: Convert to "bool".
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-311-0/+4
| | | | * support/src/tmtests_empty_function.c: New file.
* 2008-07-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-07-021-0/+5
| | | | | * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING. AC_PREREQ(2.62).
* 2008-02-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-02-201-0/+4
| | | | * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
* 2008-02-04 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett2008-02-041-0/+4
| | | | * support/include/test_support.h, support/src/test_support.c: New files.
* 2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-02-011-0/+6
| | | | | | * support/include/tmacros.h: 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-311-0/+4
| | | | * support/include/tmacros.h: Fix put_name to handle unprintable names.
* 2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-01-291-0/+5
| | | | | * support/include/tmacros.h: Add new rtems_test_assert() which exits rather than calling fatal error.
* 2007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-171-0/+4
| | | | * support/include/tmacros.h: Add new helper for POSIX tests.
* 2007-09-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-09-211-0/+5
| | | | | * aclocal/version.m4: Bump RTEMS_API to 4.9. Bump RTEMS_VERSION to 4.8.99.0.
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-111-0/+6
| | | | | | * 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-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-111-0/+5
| | | | | * aclocal/check-cpuopts.m4: Check rtems/system.h instead of rtems/score/cpuopts.h.
* 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-021-0/+4
| | | | * configure.ac: New BUG-REPORT address.
* 2006-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-181-0/+5
| | | | | * aclocal/rtems-top.m4: Remove RTEMS_API. * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-0/+4
| | | | * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-0/+4
| | | | * aclocal/version.m4: Bump version to 4.7.99.0.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-0/+4
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* added ChangeLog entries for PR1117/1118/1119/1120Thomas Doerfler2006-07-141-0/+6
|
* 2006-04-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-04-191-1/+1
| | | | * aclocal/version.m4: Updated to rtems-4.6.99.3.
* 2006-04-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-04-181-0/+4
| | | | * aclocal/version.m4: Updated to rtems-4.6.99.3.
* 2006-02-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-011-0/+5
| | | | | PR 855/tests * support/include/tmacros.h: Fix typo.
* 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-221-0/+1
| | | | * aclocal/enable-bare.m4: Remove (Unused).