From 9c34c023eca1d799912ef79bebf1f69d71436eea Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 2 Jul 2009 15:41:28 +0000 Subject: [PATCH] 2009-07-02 Joel Sherrill * spstkalloc/spstkalloc.scn: Update screen. --- testsuites/sptests/ChangeLog | 4 ++++ testsuites/sptests/spstkalloc/spstkalloc.scn | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog index 55438b6c6d..9aacc34766 100644 --- a/testsuites/sptests/ChangeLog +++ b/testsuites/sptests/ChangeLog @@ -1,3 +1,7 @@ +2009-07-02 Joel Sherrill + + * spstkalloc/spstkalloc.scn: Update screen. + 2009-07-02 Joel Sherrill * Makefile.am, configure.ac: Add new test for user configured stack diff --git a/testsuites/sptests/spstkalloc/spstkalloc.scn b/testsuites/sptests/spstkalloc/spstkalloc.scn index e69de29bb2..71bcf6e496 100644 --- a/testsuites/sptests/spstkalloc/spstkalloc.scn +++ b/testsuites/sptests/spstkalloc/spstkalloc.scn @@ -0,0 +1,5 @@ +*** TEST OF STACK ALLOCATOR PLUGIN *** +Init - create task TA1 to use custom stack allocator - OK +Init - create task TA1 to have custom stack allocator fail +Init - delete task TA1 to use custom stack deallocator - OK +*** END OF OF STACK ALLOCATOR PLUGIN TEST ***