summaryrefslogtreecommitdiff
path: root/testsuites/support (follow)
AgeCommit message (Collapse)Author
2011-12-112011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* support/include/tmtests_empty_function.h: New. * support/src/tmtests_empty_function.c, support/src/tmtests_support.c: Include "tmtests_empty_function.h". Remove local decls (Missing prototypes).
2011-11-042011-11-04 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
* support/src/test_support.c: Avoid magic numbers.
2011-10-252011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* support/include/tmacros.h: Remove fatal_posix_service_pointer_minus_one (unused).
2011-10-132011-10-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* support/include/primode.h: New. * Makefile.am: Add support/include/primode.h
2011-09-302011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* support/include/tmacros.h: Remove PRItime_t.
2011-09-302011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* support/include/pritime.h: New. * Makefile.am: Add support/include/pritime.h
2011-07-292011-07-29 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett
* support/include/test_support.h: Fixed incorrect name in prototype.
2011-07-012011-07-01 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett
* support/include/tmacros.h: Disable the check for dispatch disable level for SMP tests. Another CPU may be inside RTEMS by the time these checks are being done which would result in false failures.
2011-06-282011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* configure.ac, support/include/test_support.h: * support/src/locked_print.c: New file.
2011-04-212011-04-21 Jennifer Averett <Jennifer.Averett@OARcorp.comJennifer Averett
PR 1777/cpukit * support/include/tmacros.h, tmtests/tm26/task1.c, tmtests/tm27/task1.c: Consolidated access to _Thread_Dispatch_disable_level.
2011-02-222011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* support/src/tmtests_support.c: loop_overhead and end_time are uint32_t's.
2011-02-22Add HAVE_CONFIG_H.Ralf Corsepius
2011-02-082011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
2010-07-142010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* support/include/test_support.h, support/src/test_support.c: Add Allocate_majority_of_heap().
2010-06-252010-06-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
* support/src/tmtests_support.c: Fix warning.
2010-06-212010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* 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-292010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* support/include/tmacros.h: Remove PRIdoff_t.
2010-04-282010-04-22 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill
* support/include/tmacros.h: Changed check_dispatch_disable_level() to treat all non-zero values of _Thread_Dispatch_disable_level equally.
2009-12-082009-12-08 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey
* 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-082009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* 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-30Whitespace removal.Ralf Corsepius
2009-11-092009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* 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-11-032009-01-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* support/include/tmacros.h: Include rtems/score/thread.h. Remove _Thread_Dispatch_disable_level.
2009-11-01Add PRIxino_t, PRIdoff_t, PRIxblksize_t, PRIxblkcnt_t.Ralf Corsepius
Comment cleanups.
2009-10-30Add PRIxrtems_task_priority, PRIxrtems_task_priority, PRIxrtems_signal_set.Ralf Corsepius
2009-10-27Add PRIxpthread_t.Ralf Corsepius
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* support/include/tmacros.h: Add PRIxrtems_event_set. (fatal_posix_service_status_errno) Add local "long" var "statx".
2009-10-27Add PRIdThread_Entry_numeric_type.Ralf Corsepius
Add PRIdrtems_task_argument.
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* support/include/tmacros.h: Add PRIdWatchdog_Interval. Add PRIdrtems_interval.
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* support/include/tmacros.h: Add PRIdPriority_Control. Change PRIdrtems_task_priority to using PRIdPriority_Control.
2009-10-26Add PRIdrtems_task_priority.Ralf Corsepius
2009-10-26Add PRIxrtems_id.Ralf Corsepius
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* support/include/tmacros.h: Add PRItime_t.
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* support/include/test_support.h: Add missing prototypes.
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* support/include/tmacros.h: Move _Thread_Dispatch_disable_level outside of check_dispatch_disable_level.
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* support/src/test_support.c: Add missing prototypes.
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* 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-122009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* 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-062009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* support/src/test_support.c: Tinker with longest valid name.
2009-08-062009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* support/include/buffer_test_io.h: Use printk on AVR by default.
2009-05-102009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* support/src/tmtests_empty_function.c: Fix warnings.
2008-09-06Convert to "bool".Ralf Corsepius
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* support/src/tmtests_empty_function.c: New file.
2008-02-042008-02-04 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett
* support/include/test_support.h, support/src/test_support.c: New files.
2008-02-012008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* 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-312008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* support/include/tmacros.h: Fix put_name to handle unprintable names.
2008-01-292008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* support/include/tmacros.h: Add new rtems_test_assert() which exits rather than calling fatal error.
2007-12-172007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* support/include/tmacros.h: Add new helper for POSIX tests.
2007-05-112007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* 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.