summaryrefslogtreecommitdiffstats
path: root/testsuites/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom1-867/+0
This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
2012-03-022011-03-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsépius1-0/+4
* support/src/spin.c: Include "test_support.h".
2011-12-132011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+9
* Makefile.am: Add support/include/tmtests_empty_function.h. * 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 Huber1-0/+4
* support/src/test_support.c: Avoid magic numbers.
2011-10-252011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* 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 Corsepius1-0/+6
* 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 Corsepius1-0/+3
* support/include/tmacros.h: Remove PRItime_t.
2011-09-302011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* support/include/pritime.h: New. * Makefile.am: Add support/include/pritime.h
2011-07-292011-07-29 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett1-0/+4
* support/include/test_support.h: Fixed incorrect name in prototype.
2011-07-012011-07-01 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett1-0/+6
* 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-30Fix.Joel Sherrill1-11/+0
2011-06-292011-06-29 Ricardo AguirreJennifer Averett1-0/+11
* psxtmtests/Makefile.am, psxtmtests/configure.ac, psxtmtests/psxtmtests_plan.csv: Added nanosleep tests. * psxtmtests/psxtmnanosleep01/Makefile.am, psxtmtests/psxtmnanosleep01/init.c, psxtmtests/psxtmnanosleep01/psxtmnanosleep01.doc, psxtmtests/psxtmnanosleep02/Makefile.am, psxtmtests/psxtmnanosleep02/init.c, psxtmtests/psxtmnanosleep02/psxtmnanosleep02.doc: New files.
2011-06-282011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+5
* configure.ac, support/include/test_support.h: * support/src/locked_print.c: New file.
2011-04-272011-04-27 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett1-0/+6
PR 1784 * sptests/spsize/size.c: Split bspsmp.h into two files smp.h and bspsmp.h
2011-04-212011-04-21 Jennifer Averett <Jennifer.Averett@OARcorp.comJennifer Averett1-0/+7
PR 1777/cpukit * support/include/tmacros.h, tmtests/tm26/task1.c, tmtests/tm27/task1.c: Consolidated access to _Thread_Dispatch_disable_level.
2011-04-202011-04-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+4
* configure.ac: Add fstests.
2011-03-042011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* aclocal/env-rtemsbsp.m4, aclocal/rtems-top.m4, aclocal/version.m4: Rename RTEMS_API into _RTEMS_API.
2011-02-252011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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-222011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* support/src/tmtests_support.c: loop_overhead and end_time are uint32_t's.
2011-02-222011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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-082011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-12-062010-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+4
* configure.ac: Add initial small set of POSIX Timing Tests.
2010-10-012010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
PR 1708/build: * aclocal/check-cpuopts.m4: Fix m4-quoting.
2010-09-232010-09-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
2010-07-312010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* automake/compile.am: Remove clean-local:. Use CLEANFILES for cleaning up make-exe by-products.
2010-07-272010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+5
PR 1532/testing * aclocal/project-root.m4: Add initial tests for untar capabilities.
2010-07-142010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+5
* 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 Sherrill1-0/+4
* support/src/tmtests_support.c: Fix warning.
2010-06-212010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-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-172010-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* configure.ac: Remove itron.
2010-06-072010-06-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* aclocal/version.m4: Bump RTEMS_API to 4.11. Bump _RTEMS_VERSION to 4.10.99.0.
2010-05-292010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* support/include/tmacros.h: Remove PRIdoff_t.
2010-04-282010-04-22 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill1-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-082009-12-08 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey1-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-082009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-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-092009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-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-11-032009-01-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* support/include/tmacros.h: Include rtems/score/thread.h. Remove _Thread_Dispatch_disable_level.
2009-11-012009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+6
* support/include/tmacros.h: Add PRIxino_t, PRIdoff_t, PRIxblksize_t, PRIxblkcnt_t. Comment cleanups.
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* support/include/tmacros.h: Add PRIxrtems_task_priority, PRIxrtems_task_priority, PRIxrtems_signal_set.
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* support/include/tmacros.h: Add PRIxpthread_t.
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* support/include/tmacros.h: Add PRIxrtems_event_set. (fatal_posix_service_status_errno) Add local "long" var "statx".
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* support/include/tmacros.h: Add PRIdThread_Entry_numeric_type. Add PRIdrtems_task_argument.
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* support/include/tmacros.h: Add PRIdWatchdog_Interval. Add PRIdrtems_interval.
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* support/include/tmacros.h: Add PRIdPriority_Control. Change PRIdrtems_task_priority to using PRIdPriority_Control.
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* support/include/tmacros.h: Add PRIdrtems_task_priority.
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* support/include/tmacros.h: Add PRIxrtems_id.
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* support/include/tmacros.h: Add PRItime_t.
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* support/include/test_support.h: Add missing prototypes.