summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/malloc04/malloc04.scn
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/malloc04/malloc04.scn')
-rw-r--r--testsuites/libtests/malloc04/malloc04.scn15
1 files changed, 7 insertions, 8 deletions
diff --git a/testsuites/libtests/malloc04/malloc04.scn b/testsuites/libtests/malloc04/malloc04.scn
index f6169933b5..afe644afba 100644
--- a/testsuites/libtests/malloc04/malloc04.scn
+++ b/testsuites/libtests/malloc04/malloc04.scn
@@ -1,13 +1,12 @@
*** TEST MALLOC 04 ***
-Initialize heap with some memory
-sbrk(128)
+No sbrk() amount
+Misaligned extend
sbrk(128)
+Not enough sbrk() space
+sbrk(256)
+Valid heap extend
sbrk(64)
-Initialize heap with some memory - return address out of heap
-sbrk(128)
-sbrk(-128)
-Initialize heap with some unaligned memory
-sbrk(128)
-sbrk(128)
+Invalid heap extend
sbrk(64)
+sbrk(-64)
*** END OF TEST MALLOC 04 ***