summaryrefslogtreecommitdiffstats
path: root/testsuites/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-251-0/+7
| | | | | | | * aclocal/canonical-target-name.m4: Stop pretending no_cpu* was buildable. Derive RTEMS_CPU from "$host_cpu". Error out if "$host" doesn't match "*-*-rtems*".
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-221-0/+5
| | | | | * support/src/tmtests_support.c: loop_overhead and end_time are uint32_t's.
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-221-0/+6
| | | | | | * support/src/spin.c, support/src/test_support.c, support/src/tmtests_empty_function.c, support/src/tmtests_support.c: Add HAVE_CONFIG_H.
* 2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-081-0/+4
| | | | * support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-021-0/+4
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2010-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-061-0/+4
| | | | * configure.ac: Add initial small set of POSIX Timing Tests.
* 2010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-10-011-0/+5
| | | | | PR 1708/build: * aclocal/check-cpuopts.m4: Fix m4-quoting.
* 2010-09-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-09-231-0/+4
| | | | * aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
* 2010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-07-311-0/+5
| | | | | * automake/compile.am: Remove clean-local:. Use CLEANFILES for cleaning up make-exe by-products.
* 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-271-0/+5
| | | | | PR 1532/testing * aclocal/project-root.m4: Add initial tests for untar capabilities.
* 2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-141-0/+5
| | | | | * support/include/test_support.h, support/src/test_support.c: Add Allocate_majority_of_heap().
* 2010-06-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-251-0/+4
| | | | * support/src/tmtests_support.c: Fix warning.
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-211-0/+7
| | | | | | | * support/include/test_support.h, support/src/tmtests_empty_function.c: Add helper so it is easier to write a basic repeated operation tmtest. * support/src/tmtests_support.c: New file.
* 2010-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-171-0/+4
| | | | * configure.ac: Remove itron.
* 2010-06-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-071-0/+5
| | | | | * aclocal/version.m4: Bump RTEMS_API to 4.11. Bump _RTEMS_VERSION to 4.10.99.0.
* 2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-291-0/+4
| | | | * support/include/tmacros.h: Remove PRIdoff_t.
* 2010-04-22 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill2010-04-281-0/+5
| | | | | * support/include/tmacros.h: Changed check_dispatch_disable_level() to treat all non-zero values of _Thread_Dispatch_disable_level equally.
* 2009-12-08 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2009-12-081-0/+7
| | | | | | | * support/include/test_support.h, support/include/tmacros.h, support/src/test_support.c: Added support functions to spin for a number of ticks and to spin until the next tick. * support/src/spin.c: New file.
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-081-0/+6
| | | | | | * support/include/tmacros.h: Use rtems_test_assert() consistently instead of system assert(). rtems_test_assert() is designed to integrate into the RTEMS test suite infrastructure.
* 2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-091-0/+6
| | | | | | * support/include/tmacros.h: Add service to check status returned by POSIX methods which return a pointer which is -1 on error. This eliminated some casts.
* 2009-01-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-031-0/+5
| | | | | * support/include/tmacros.h: Include rtems/score/thread.h. Remove _Thread_Dispatch_disable_level.
* 2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-011-0/+6
| | | | | | * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t, PRIxblksize_t, PRIxblkcnt_t. Comment cleanups.
* 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.