summaryrefslogtreecommitdiffstats
path: root/testsuites/support (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-221-2/+2
| | | | | * support/src/tmtests_support.c: loop_overhead and end_time are uint32_t's.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-224-0/+18
|
* 2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-081-8/+0
| | | | * support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
* 2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-142-3/+29
| | | | | * 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-3/+3
| | | | * support/src/tmtests_support.c: Fix warning.
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-213-0/+85
| | | | | | | * 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-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-291-3/+0
| | | | * support/include/tmacros.h: Remove PRIdoff_t.
* 2010-04-22 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill2010-04-281-1/+4
| | | | | * 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-084-16/+87
| | | | | | | * 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-5/+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.
* Whitespace removal.Ralf Corsepius2009-11-302-6/+6
|
* 2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-091-3/+11
| | | | | | * 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-6/+1
| | | | | * support/include/tmacros.h: Include rtems/score/thread.h. Remove _Thread_Dispatch_disable_level.
* Add PRIxino_t, PRIdoff_t, PRIxblksize_t, PRIxblkcnt_t.Ralf Corsepius2009-11-011-4/+21
| | | | Comment cleanups.
* Add PRIxrtems_task_priority, PRIxrtems_task_priority, PRIxrtems_signal_set.Ralf Corsepius2009-10-301-0/+5
|
* Add PRIxpthread_t.Ralf Corsepius2009-10-271-0/+4
|
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-2/+6
| | | | | * support/include/tmacros.h: Add PRIxrtems_event_set. (fatal_posix_service_status_errno) Add local "long" var "statx".
* Add PRIdThread_Entry_numeric_type.Ralf Corsepius2009-10-271-0/+5
| | | | Add PRIdrtems_task_argument.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-1/+6
| | | | | * support/include/tmacros.h: Add PRIdWatchdog_Interval. Add PRIdrtems_interval.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-1/+4
| | | | | * support/include/tmacros.h: Add PRIdPriority_Control. Change PRIdrtems_task_priority to using PRIdPriority_Control.
* Add PRIdrtems_task_priority.Ralf Corsepius2009-10-261-0/+2
|
* Add PRIxrtems_id.Ralf Corsepius2009-10-261-0/+6
|
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+6
| | | | * support/include/tmacros.h: Add PRItime_t.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-1/+1
| | | | * 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-3/+3
| | | | * support/include/test_support.h: Add missing prototypes.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-2/+7
| | | | | * 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-2/+2
| | | | * support/src/test_support.c: Add missing prototypes.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-5/+7
| | | | | | * 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-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-121-10/+1
| | | | | | * 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-1/+1
| | | | * support/src/test_support.c: Tinker with longest valid name.
* 2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-061-1/+3
| | | | * 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-1/+3
| | | | * support/src/tmtests_empty_function.c: Fix warnings.
* Convert to "bool".Ralf Corsepius2008-09-061-1/+1
|
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-311-0/+20
| | | | * support/src/tmtests_empty_function.c: New file.
* 2008-02-04 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett2008-02-042-0/+88
| | | | * 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-2/+1
| | | | | | * 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-4/+5
| | | | * support/include/tmacros.h: Fix put_name to handle unprintable names.
* 2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-01-291-3/+10
| | | | | * 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/+10
| | | | * support/include/tmacros.h: Add new helper for POSIX tests.
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-111-96/+160
| | | | | | * 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.
* 2006-02-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-011-1/+1
| | | | | PR 855/tests * support/include/tmacros.h: Fix typo.
* JOEL, this file is dead. Don't re-add it.Ralf Corsepius2005-11-111-4/+0
|
* 2005-11-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-11-101-0/+4
| | | | * support/.cvsignore: New file.
* Remove (Merged into ..).Ralf Corsepius2005-11-094-233/+0
|
* 2004-11-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-11-222-1/+6
| | | | | * include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION is defined.
* Fix typo in previous change.Ralf Corsepius2004-09-241-1/+1
|
* 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-09-242-1/+5
| | | | * configure.ac: Require automake > 1.9.
* Remove stray white spaces.Ralf Corsepius2004-04-202-9/+9
|
* 2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-03-252-3/+7
| | | | * include/tmacros.h: Convert to using c99 fixed size types.
* 2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-03-252-1/+5
| | | | * configure.ac: Add 2nd arg to RTEMS_TOP.