summaryrefslogtreecommitdiff
path: root/rtems-coverage/Explanations.txt
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-01 01:24:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-01 01:24:50 +0000
commitaa8916c58b9cd730d18db419e136237fcac172a2 (patch)
tree9f55a96bb1d9ec2ee1cd33782aa04650398b3744 /rtems-coverage/Explanations.txt
parent23f7d8085f024878285f78cacbaefe9685fd5f83 (diff)
2009-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* Explanations.txt: Account for reworking heapgetinfo.c and adding first case in sp63.
Diffstat (limited to 'rtems-coverage/Explanations.txt')
-rw-r--r--rtems-coverage/Explanations.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/rtems-coverage/Explanations.txt b/rtems-coverage/Explanations.txt
index b083f71..1cd6126 100644
--- a/rtems-coverage/Explanations.txt
+++ b/rtems-coverage/Explanations.txt
@@ -71,20 +71,6 @@ This looks like a case where the allocate aligned simply fails to get any
memory.
+++
-heapgetinfo.c:70
-Simple Test Case
-The heap is corrupted. The block's size does not match the next block's
-previous size backwards link. This may make sense to add to the
-Heap Walk test.
-+++
-
-heapresizeblock.c:144
-Simple Test Case
-Shrink a heap block with the resize. The block after this one in memory
-must be free so the memory free by the shrinking will be merged with that
-already free block.
-+++
-
heapwalk.c:144
Test Case
We are not hitting the case for having an error at this place. I would have