summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-12-16 23:35:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-12-16 23:35:31 +0000
commit462e2d7ca1b9200e037dc517e51207d964a0d4fb (patch)
treec82dd2c66f15e63e07ff7bd59a72df749314c5d4
parent9e0cdd892da39a8a26b24c7915e4be33d042ca23 (diff)
2003-12-16 Joel Sherrill <joel@OARcorp.com>
PR 544/tests * malloctest/system.h, rtmonuse/system.h: Various modifications to make tests account for resources and not print at inappropriate times.
-rw-r--r--c/src/tests/libtests/ChangeLog6
-rw-r--r--c/src/tests/libtests/malloctest/system.h2
-rw-r--r--c/src/tests/libtests/rtmonuse/system.h2
3 files changed, 8 insertions, 2 deletions
diff --git a/c/src/tests/libtests/ChangeLog b/c/src/tests/libtests/ChangeLog
index 9c1c5f1a95..ee8fccddb8 100644
--- a/c/src/tests/libtests/ChangeLog
+++ b/c/src/tests/libtests/ChangeLog
@@ -1,3 +1,9 @@
+2003-12-16 Joel Sherrill <joel@OARcorp.com>
+
+ PR 544/tests
+ * malloctest/system.h, rtmonuse/system.h: Various modifications to make
+ tests account for resources and not print at inappropriate times.
+
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
diff --git a/c/src/tests/libtests/malloctest/system.h b/c/src/tests/libtests/malloctest/system.h
index d2f55ba9f6..2eac3316a6 100644
--- a/c/src/tests/libtests/malloctest/system.h
+++ b/c/src/tests/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/c/src/tests/libtests/rtmonuse/system.h b/c/src/tests/libtests/rtmonuse/system.h
index 67b1b9b0cd..9f01d2e2a0 100644
--- a/c/src/tests/libtests/rtmonuse/system.h
+++ b/c/src/tests/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 <confdefs.h>
/* global variables */