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 ***