From 3aa4c2e0cec61dc0673d3b0ef40a124f64d917e0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 2 Aug 2002 00:52:14 +0000 Subject: 2002-08-01 Joel Sherrill * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c, sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c, sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c, sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c, sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c, sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c, sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified. --- c/src/tests/sptests/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'c/src/tests/sptests/ChangeLog') diff --git a/c/src/tests/sptests/ChangeLog b/c/src/tests/sptests/ChangeLog index 200eb7868f..9bb19e7c14 100644 --- a/c/src/tests/sptests/ChangeLog +++ b/c/src/tests/sptests/ChangeLog @@ -1,3 +1,20 @@ +2002-08-01 Joel Sherrill + + * Per PR47 add support for buffered test output. This involved + adding defines to redirect output to a buffer and dump it when + full, at "test pause", and at exit. To avoid problems when redefining + exit(), all tests were modified to call rtems_test_exit(). + Some tests, notable psxtests, had to be modified to include + the standard test macro .h file (pmacros.h or tmacros.h) to + enable this support. + * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c, + sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c, + sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c, + sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c, + sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c, + sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c, + sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified. + 2002-07-30 Joel Sherrill * spsize/size.c: Don't reference the RTEMS allocated interrupt -- cgit v1.2.3