[rtems commit] Increase stack size for symbolic link loop test

Sebastian Huber sebh at rtems.org
Thu Feb 9 10:08:50 UTC 2012


Module:    rtems
Branch:    master
Commit:    23c6f93aa16d9988945a53991b8f0f49fbbd10a4
Changeset: http://git.rtems.org/rtems/commit/?id=23c6f93aa16d9988945a53991b8f0f49fbbd10a4

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Feb  9 10:55:25 2012 +0100

Increase stack size for symbolic link loop test

---

 testsuites/fstests/imfs_support/fs_support.c   |    1 +
 testsuites/fstests/mdosfs_support/fs_support.c |    1 +
 testsuites/fstests/mimfs_support/fs_support.c  |    1 +
 testsuites/fstests/mrfs_support/fs_support.c   |    1 +
 4 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/testsuites/fstests/imfs_support/fs_support.c b/testsuites/fstests/imfs_support/fs_support.c
index b7a7357..b1e7e21 100644
--- a/testsuites/fstests/imfs_support/fs_support.c
+++ b/testsuites/fstests/imfs_support/fs_support.c
@@ -40,6 +40,7 @@ test_shutdown_filesystem (void)
 #define CONFIGURE_MAXIMUM_TASKS                  10
 #define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
 #define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 40
+#define CONFIGURE_INIT_TASK_STACK_SIZE (16 * 1024)
 
 #define CONFIGURE_INIT
 #include <rtems/confdefs.h>
diff --git a/testsuites/fstests/mdosfs_support/fs_support.c b/testsuites/fstests/mdosfs_support/fs_support.c
index 06dbb61..aa66c45 100644
--- a/testsuites/fstests/mdosfs_support/fs_support.c
+++ b/testsuites/fstests/mdosfs_support/fs_support.c
@@ -83,6 +83,7 @@ void test_shutdown_filesystem(void)
 #define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
 #define CONFIGURE_MAXIMUM_DRIVERS                   10
 #define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS    40
+#define CONFIGURE_INIT_TASK_STACK_SIZE (16 * 1024)
 
 #define CONFIGURE_APPLICATION_NEEDS_LIBBLOCK
 
diff --git a/testsuites/fstests/mimfs_support/fs_support.c b/testsuites/fstests/mimfs_support/fs_support.c
index b835cb9..0ad0899 100644
--- a/testsuites/fstests/mimfs_support/fs_support.c
+++ b/testsuites/fstests/mimfs_support/fs_support.c
@@ -57,6 +57,7 @@ test_shutdown_filesystem (void)
 #define CONFIGURE_MAXIMUM_TASKS                  10
 #define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
 #define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 40
+#define CONFIGURE_INIT_TASK_STACK_SIZE (16 * 1024)
 
 #define CONFIGURE_INIT
 #include <rtems/confdefs.h>
diff --git a/testsuites/fstests/mrfs_support/fs_support.c b/testsuites/fstests/mrfs_support/fs_support.c
index ec57e18..a9d3da1 100644
--- a/testsuites/fstests/mrfs_support/fs_support.c
+++ b/testsuites/fstests/mrfs_support/fs_support.c
@@ -69,6 +69,7 @@ test_shutdown_filesystem (void)
 #define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
 #define CONFIGURE_MAXIMUM_DRIVERS                   10
 #define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS    40
+#define CONFIGURE_INIT_TASK_STACK_SIZE (16 * 1024)
 
 #define CONFIGURE_APPLICATION_NEEDS_LIBBLOCK
 




More information about the vc mailing list