From 053974f8b9a41fdfdcf04f56ae2e78de183f36f6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 12 Oct 2011 09:11:47 +0000 Subject: 2011-10-12 Sebastian Huber * psxaio01/system.h, psxaio02/system.h, psxaio03/system.h: Do not use the stack checker. --- testsuites/psxtests/ChangeLog | 5 +++++ testsuites/psxtests/psxaio01/system.h | 1 - testsuites/psxtests/psxaio02/system.h | 1 - testsuites/psxtests/psxaio03/system.h | 1 - 4 files changed, 5 insertions(+), 3 deletions(-) (limited to 'testsuites') diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index 8bad4249f0..e836866d46 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,3 +1,8 @@ +2011-10-12 Sebastian Huber + + * psxaio01/system.h, psxaio02/system.h, psxaio03/system.h: Do not use + the stack checker. + 2011-10-12 Ralf Corsépius * psxhdrs/sync01.c, psxhdrs/sync02.c: Let test() return values diff --git a/testsuites/psxtests/psxaio01/system.h b/testsuites/psxtests/psxaio01/system.h index a4bc91f463..06ffe692d4 100644 --- a/testsuites/psxtests/psxaio01/system.h +++ b/testsuites/psxtests/psxaio01/system.h @@ -27,7 +27,6 @@ void *POSIX_Init (void *argument); #define CONFIGURE_MAXIMUM_SEMAPHORES 20 #define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 20 #define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20 -#define CONFIGURE_STACK_CHECKER_ENABLED #define CONFIGURE_MAXIMUM_POSIX_THREADS 10 #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 10 diff --git a/testsuites/psxtests/psxaio02/system.h b/testsuites/psxtests/psxaio02/system.h index cee9eb5b69..48d1ce37a6 100644 --- a/testsuites/psxtests/psxaio02/system.h +++ b/testsuites/psxtests/psxaio02/system.h @@ -27,7 +27,6 @@ void *POSIX_Init (void *argument); #define CONFIGURE_MAXIMUM_SEMAPHORES 20 #define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 20 #define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20 -#define CONFIGURE_STACK_CHECKER_ENABLED #define CONFIGURE_MAXIMUM_POSIX_THREADS 10 #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 10 diff --git a/testsuites/psxtests/psxaio03/system.h b/testsuites/psxtests/psxaio03/system.h index 4a478b411c..5f5480aa19 100644 --- a/testsuites/psxtests/psxaio03/system.h +++ b/testsuites/psxtests/psxaio03/system.h @@ -26,7 +26,6 @@ void *POSIX_Init (void *argument); #define CONFIGURE_MAXIMUM_SEMAPHORES 20 #define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 20 #define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20 -#define CONFIGURE_STACK_CHECKER_ENABLED #define CONFIGURE_MAXIMUM_POSIX_THREADS 30 #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 30 -- cgit v1.2.3