summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/malloc04/malloc04.scn
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-26 14:00:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-26 14:00:00 +0200
commitede5a2a4d5b00d2c8e07c174daa1d087adebbeb3 (patch)
treea828825bec041b07e6ea78386d9353a785420163 /testsuites/libtests/malloc04/malloc04.scn
parentbsp/nds: Include missing <rtems/framebuffer.h> (diff)
downloadrtems-ede5a2a4d5b00d2c8e07c174daa1d087adebbeb3.tar.bz2
libtests/malloc04: Fixes for RTEMS_DEBUG 2nd try
Diffstat (limited to 'testsuites/libtests/malloc04/malloc04.scn')
-rw-r--r--testsuites/libtests/malloc04/malloc04.scn10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuites/libtests/malloc04/malloc04.scn b/testsuites/libtests/malloc04/malloc04.scn
index 1984d74298..0792868f76 100644
--- a/testsuites/libtests/malloc04/malloc04.scn
+++ b/testsuites/libtests/malloc04/malloc04.scn
@@ -1,12 +1,12 @@
*** TEST MALLOC 04 ***
No sbrk() amount
Misaligned extend
-sbrk(256)
-Not enough sbrk() space
sbrk(512)
+Not enough sbrk() space
+sbrk(1024)
Valid heap extend
-sbrk(128)
+sbrk(256)
Invalid heap extend
-sbrk(128)
-sbrk(-128)
+sbrk(256)
+sbrk(-256)
*** END OF TEST MALLOC 04 ***