X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1bfdc9a38c22af6a9becf133be154a2fa2bc6589..025353eb46b2eb9bfe137c489ee4fcece0df084f:/teshsuite/xbt/mmalloc/mmalloc_64.tesh diff --git a/teshsuite/xbt/mmalloc/mmalloc_64.tesh b/teshsuite/xbt/mmalloc/mmalloc_64.tesh index 343e2a4a98..17356ee80a 100644 --- a/teshsuite/xbt/mmalloc/mmalloc_64.tesh +++ b/teshsuite/xbt/mmalloc/mmalloc_64.tesh @@ -104,6 +104,7 @@ $ ${bindir:=.}/mmalloc_test --log=root.fmt:%m%n > All blocks were correctly allocated. Free every second block > Memset every second block to zero (yeah, they are not currently allocated :) > Re-allocate every second block -> free all blocks (each one twice, to check that double free are correctly catched) -> free again all blocks (to really check that double free are correctly catched) +> free all blocks (each one twice, to check that double free are correctly caught) +> free again all blocks (to really check that double free are correctly caught) +> Let's try different codepaths for mrealloc > Damnit, I cannot break mmalloc this time. That's SO disappointing.