summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/malloc03/malloc03.scn
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>2010-06-22 19:27:12 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>2010-06-22 19:27:12 +0000
commit71a30785f2181934522672fd432d57f37f371e76 (patch)
treef1fb97d6b45fd155dfb37cc75931e7886abb1a75 /testsuites/libtests/malloc03/malloc03.scn
parent2010-06-22 Jennifer Averett <Jennifer.Averett@OARcorp.com> (diff)
downloadrtems-71a30785f2181934522672fd432d57f37f371e76.tar.bz2
2010-06-22 Jennifer Averett <Jennifer.Averett@OARcorp.com>
* Makefile.am, configure.ac: Added test that attempts to free stack memory. This causes a error to be printed from the free function. * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c, malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
Diffstat (limited to 'testsuites/libtests/malloc03/malloc03.scn')
-rw-r--r--testsuites/libtests/malloc03/malloc03.scn4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/libtests/malloc03/malloc03.scn b/testsuites/libtests/malloc03/malloc03.scn
new file mode 100644
index 0000000000..e70040a4bd
--- /dev/null
+++ b/testsuites/libtests/malloc03/malloc03.scn
@@ -0,0 +1,4 @@
+*** TEST MALLOC03 ***
+Attempt to free stack memory
+Program heap: free of bad pointer 2E2F0 -- range 2EA60 - 1000000
+*** END OF TEST MALLOC03 ***