From 4dbd85e858a63d99311f5efe46df7dc9e9d943cc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 16 Dec 2003 23:35:20 +0000 Subject: 2003-12-16 Joel Sherrill PR 544/tests * malloctest/system.h, rtmonuse/system.h: Various modifications to make tests account for resources and not print at inappropriate times. --- testsuites/libtests/ChangeLog | 6 ++++++ testsuites/libtests/malloctest/system.h | 2 +- testsuites/libtests/rtmonuse/system.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'testsuites') diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index 32ee7c6d7d..69f4c42fc5 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/ChangeLog @@ -1,3 +1,9 @@ +2003-12-16 Joel Sherrill + + PR 544/tests + * malloctest/system.h, rtmonuse/system.h: Various modifications to make + tests account for resources and not print at inappropriate times. + 2003-12-12 Ralf Corsepius * configure.ac: Require automake >= 1.8, autoconf >= 2.59. diff --git a/testsuites/libtests/malloctest/system.h b/testsuites/libtests/malloctest/system.h index d2f55ba9f6..2eac3316a6 100644 --- a/testsuites/libtests/malloctest/system.h +++ b/testsuites/libtests/malloctest/system.h @@ -36,7 +36,7 @@ void blow_stack( void ); #define TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE*3) -#define CONFIGURE_EXTRA_TASK_STACKS ((RTEMS_MINIMUM_STACK_SIZE*2)*5) +#define CONFIGURE_EXTRA_TASK_STACKS ((TASK_STACK_SIZE)*5) #define CONFIGURE_MAXIMUM_TASKS 6 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE diff --git a/testsuites/libtests/rtmonuse/system.h b/testsuites/libtests/rtmonuse/system.h index 67b1b9b0cd..9f01d2e2a0 100644 --- a/testsuites/libtests/rtmonuse/system.h +++ b/testsuites/libtests/rtmonuse/system.h @@ -46,7 +46,7 @@ void Get_all_counters( void ); #define CONFIGURE_RTEMS_INIT_TASKS_TABLE -#define CONFIGURE_EXTRA_TASK_STACKS (15 * RTEMS_MINIMUM_STACK_SIZE) +#define CONFIGURE_EXTRA_TASK_STACKS (20 * RTEMS_MINIMUM_STACK_SIZE) #include /* global variables */ -- cgit v1.2.3